更新部署方式
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
package com.dpkj.modules.chs.service;
|
||||
|
||||
public interface IHispayService {
|
||||
|
||||
/**
|
||||
* 门诊病人读卡
|
||||
*
|
||||
* @param type : 1.就诊卡,2.医保卡,5.门诊号,6.患者姓名和电话号码,8.电子健康码/卡,9.医保电子凭证
|
||||
* @param content : 医保卡: 密码 医保电子凭证:条码内容
|
||||
* @return void
|
||||
* @author 萧道子 2025/4/28
|
||||
*/
|
||||
void getPatientInfo(String type, String content);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user