zjh
2024-02-19 6b354729688853e3cf4b083530bc466ed0836fb1
ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjFlowingWaterService.java
@@ -1,5 +1,6 @@
package com.ltkj.hosp.service;
import java.util.Date;
import java.util.List;
import com.baomidou.mybatisplus.extension.service.IService;
@@ -64,4 +65,8 @@
    List<String> getFlowingWaterIds(String tjNum);
    String getDiscount(String orderId);
    String getproNameByOrderId(String orderId);
    List<Long> getFlowingWaterIdList(String userId, Date beginTime,Date endTime);
}