zjh
2024-07-17 e1c75c0a4f85219061a661f9330fd965d51e2a1b
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;
@@ -61,4 +62,12 @@
    public int deleteTjCustomerByCusId(Long cusId);
    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);
}