货主区分账号与电话

This commit is contained in:
赵辉
2026-04-30 16:55:39 +08:00
parent 6faccde5e6
commit b2a01f1738
@@ -27,6 +27,8 @@ public class TmsShipperDTO implements Serializable {
/**货主类型(0-个人货主,1-企业货主))*/
@ApiModelProperty(value = "货主类型(0-个人货主,1-企业货主))")
private Integer shipperType;
@ApiModelProperty(name = "货主账号")
private String userAccount;
@ApiModelProperty(name = "最高组织id")
private Long topOrganizationId;
@ApiModelProperty(name = "归属组织id")