whycxzp
2021-09-27 d815151a1b5fc0d70df80cf80cb01b7636468d36
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.WaterRt;
 
public interface WaterRtMapper extends CustomMapper<WaterRt> {
}