zjh
2024-07-09 e37740bcaa6a0dfdef6e082e4d8136b81d453000
ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjCustomerService.java
@@ -1,5 +1,6 @@
package com.ltkj.hosp.service;
import java.sql.ResultSet;
import java.util.List;
import com.baomidou.mybatisplus.extension.service.IService;
@@ -63,4 +64,10 @@
    List<TjCustomer> getTjCustomerList(String name);
    TjCustomer getTjCustomerByCusIdCard(String cusIdCard);
    ResultSet getJsonParseCustomerList(String deptId, Integer page, Integer pageSize, String cusName, String tjNumber);
    String getCompNameByCusId(String cusId);
    void  updateCardId(Long cusId,String cardId);
}