package com.ltkj.hosp.mapper; import com.ltkj.hosp.domain.TjFlowingWaterHis; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * @author 10845 * @description 针对表【tj_flowing_water_his(his订单流水关联)】的数据库操作Mapper * @createDate 2024-12-23 10:52:23 * @Entity com.ltkj.hosp.domain.TjFlowingWaterHis */ public interface TjFlowingWaterHisMapper extends BaseMapper { }