liulin
2025-07-08 7bfa5f63181b0cedd43899e9dacdfca26ebfd4ad
1
2
3
4
5
6
7
8
9
10
package com.lunhan.water.repository.mapper;
 
import com.lunhan.water.repository.BasicMapper;import com.lunhan.water.repository.po.WaterFacilityRecordsPO;
 
/**
 * 设备供水记录 mapper
 * @author lin.liu
 */
public interface WaterFacilityRecordsMapper extends BasicMapper<WaterFacilityRecordsPO> {
}