新增委托方修改

This commit is contained in:
赵辉
2026-05-22 11:02:18 +08:00
parent 591cfa57d1
commit dbb1cace5b
3 changed files with 12 additions and 3 deletions
@@ -253,4 +253,7 @@ public class UserShipperDTO extends UserDTO {
@ApiModelProperty(name = "登录账号(2-20位)")
private String userAccount;
@ApiModelProperty(name = "登录密码(6-20位)")
private String userPassword;
}