zjh
2025-01-20 73a816fd2b1e29c25d615c85ce34b12b55c16ccf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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<TjFlowingWaterHis> {
 
}