委托方添加时候检验信用;
This commit is contained in:
+3
@@ -288,4 +288,7 @@ public class UserShipperEntity extends BaseVOEntity {
|
|||||||
@ApiModelProperty("协议数量")
|
@ApiModelProperty("协议数量")
|
||||||
private Integer agreementCount;
|
private Integer agreementCount;
|
||||||
|
|
||||||
|
@ApiModelProperty(name = "是否校验信用")
|
||||||
|
private String isCheckCredit;
|
||||||
|
|
||||||
}
|
}
|
||||||
+2
@@ -352,4 +352,6 @@ public class UserShipperPo implements Serializable {
|
|||||||
|
|
||||||
@ApiModelProperty(name = "协议数量")
|
@ApiModelProperty(name = "协议数量")
|
||||||
private BigDecimal agreementCount;
|
private BigDecimal agreementCount;
|
||||||
|
@ApiModelProperty(name = "是否校验信用")
|
||||||
|
private String isCheckCredit;
|
||||||
}
|
}
|
||||||
+2
-1
@@ -320,5 +320,6 @@ public class UserShipperDO extends UserDO {
|
|||||||
|
|
||||||
@ApiModelProperty(name = "登录密码(6-20位)")
|
@ApiModelProperty(name = "登录密码(6-20位)")
|
||||||
private String userPassword;
|
private String userPassword;
|
||||||
|
@ApiModelProperty(name = "是否校验信用")
|
||||||
|
private String isCheckCredit;
|
||||||
}
|
}
|
||||||
@@ -266,4 +266,6 @@ public class UserShipperDTO extends UserDTO {
|
|||||||
|
|
||||||
@ApiModelProperty(name = "登录密码(6-20位)")
|
@ApiModelProperty(name = "登录密码(6-20位)")
|
||||||
private String userPassword;
|
private String userPassword;
|
||||||
|
@ApiModelProperty(name = "是否校验信用")
|
||||||
|
private String isCheckCredit;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user