zhaowenxuan
2024-10-11 cebb4511b4f7102570b0151d48779670b32cad62
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);
}