whyczh
2021-03-25 337a7dfa5a6613e7c95d505c8ed016fbd11a425f
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.WaterRt;
 
public interface WaterRtMapper extends CustomMapper<WaterRt> {
}