字段调整,配置文件加上说明
This commit is contained in:
parent
2f098590e5
commit
f82978b1a7
|
@ -54,9 +54,9 @@ public class EdhDomesticDrugBaseInfo implements Serializable {
|
|||
private String ypywmc;
|
||||
|
||||
/**
|
||||
* 药品商品名称
|
||||
* 药品商用名称
|
||||
*/
|
||||
private String ypspmc;
|
||||
private String ypsymc;
|
||||
|
||||
/**
|
||||
* 药品本位码
|
||||
|
|
|
@ -36,8 +36,15 @@ logging:
|
|||
cert:
|
||||
#本地
|
||||
#path: D:\ynyp\药品追溯\d2d\edh_prod.pfx
|
||||
#服务器
|
||||
path: /home/sysroot/workspace/supervision-v4/jar-file/supervision-edh/cert/edh.pfx
|
||||
#阿里云 证书地址
|
||||
path: /data/supervision/edh/cert/edh.pfx
|
||||
|
||||
#药监局服务器
|
||||
# path: /home/sysroot/workspace/supervision-v4/jar-file/supervision-edh/cert/edh.pfx
|
||||
|
||||
algorithm: RSA
|
||||
#password: YnYp123456
|
||||
password: YnYp@20256.30
|
||||
#公司阿里云服务器 证书对应密码
|
||||
password: YnYp123456
|
||||
|
||||
#药监局服务器 证书对应密码
|
||||
# password: YnYp@20256.30
|
||||
|
|
Loading…
Reference in New Issue