pad医保刷脸认证
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user