| | |
| | | package com.ltkj.hosp.service; |
| | | |
| | | import cn.hutool.json.JSONObject; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ltkj.common.core.domain.AjaxResult; |
| | | import com.ltkj.hosp.domain.TjCustomer; |
| | |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * @Company: 西安路泰科技有限公司 |
| | |
| | | |
| | | void deletedByTjhAndXmId(String tjh, String xmid); |
| | | |
| | | AjaxResult getAsyncDataByPro(String ksmc,String strIn,String brid,int pagecount,int page,String status); |
| | | AjaxResult getAsyncDataByPro(String ksmc,String strIn,String brid,int pagecount,int page); |
| | | |
| | | List<Map<String ,Object>> getAsyncJybgdByPro(String strIn); |
| | | |
| | | List<Map<String ,Object>> getAsyncJybgdWswByPro(String strIn); |
| | | } |