whycrzg
2021-04-01 83d5ece2fbdf3e5db0ca0b990d372944c458155e
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.WaterRt;
 
public interface WaterRtMapper extends CustomMapper<WaterRt> {
}