Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
潘荣晟
2026-01-14 15:50:26 +08:00
10 changed files with 123 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ public class ErpSubmitReqDTO {
* "bskey": 调用系统业务单据编号,必须,在外部系统唯一,用于关联
* "usrid": 外部系统用户id
* "usrnm": 外部系统用户名
* "sign": 签名uuid+srcsys+密码MD5 32位小写签名密码另行约定
* "sign": 签名uuid+srcsys+密码MD5 32位小写签名秘钥另行约定
* "req": {具体参数参见RFC功能列表}
*/
@Schema(description = "接口编号必须参见RFC功能列表可调用接口编号范围051-900")
@@ -40,7 +40,7 @@ public class ErpSubmitReqDTO {
@NotBlank(message = "外部系统用户名不能为空")
private String usrnm;
@Schema(description = "签名uuid+srcsys+密码MD5 32位小写签名密码另行约定")
@Schema(description = "签名uuid+srcsys+密码MD5 32位小写签名秘钥另行约定")
private String sign;
@Schema(description = "具体参数参见RFC功能列表")