zhaowenxuan
2024-11-28 edd6968aa0f62dce0229f6addb8a0762696eed0d
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);
}