zhaowenxuan
10 天以前 1f1410ec21358c69b678af86c561f435ad83ab9d
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> {
 
}