部门id改为字符串;修改库存推送oms;
This commit is contained in:
@@ -203,7 +203,7 @@ public class UserPo {
|
||||
private Integer esignEnterpriseStatus;
|
||||
|
||||
@ApiModelProperty(name = "部门ID")
|
||||
private Integer departmentId;
|
||||
private String departmentId;
|
||||
|
||||
@ApiModelProperty(name = "钉钉user_id")
|
||||
private String dingUserId;
|
||||
|
||||
Reference in New Issue
Block a user