pad医保刷脸认证

This commit is contained in:
2025-08-06 20:35:51 +08:00
parent 9471c9e01b
commit e45d34eeae
29 changed files with 1479 additions and 132 deletions

View File

@@ -15,8 +15,34 @@ import org.springframework.stereotype.Component;
public class ChsConfig {
/**
* 医保机构
* 医保机构
*/
private String orgcode;
private String orgId;
/**
* 收款员编号
*/
private String operatorId;
/**
* 收款员姓名
*/
private String operatorName;
/**
* 科室编号
*/
private String officeId;
/**
* 科室名称
*/
private String officeName;
/**
* 医保接口地址
*/
private String url;
}