package com.ltkj.hosp.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.ltkj.hosp.domain.TjFlowingWaterHis; import com.ltkj.hosp.service.TjFlowingWaterHisService; import com.ltkj.hosp.mapper.TjFlowingWaterHisMapper; import org.springframework.stereotype.Service; /** * @author 10845 * @description 针对表【tj_flowing_water_his(his订单流水关联)】的数据库操作Service实现 * @createDate 2024-12-23 10:52:23 */ @Service public class TjFlowingWaterHisServiceImpl extends ServiceImpl implements TjFlowingWaterHisService{ }