feat:所属大区
This commit is contained in:
@@ -52,4 +52,8 @@ public class StoreDTO {
|
||||
private String addresseeArea;
|
||||
@ApiModelProperty("订货地址")
|
||||
private String addresseeAddress;
|
||||
@ApiModelProperty("管理督导-crm系统的regionId")
|
||||
private String managerSupervisionName;
|
||||
@ApiModelProperty("所属大区/分部")
|
||||
private String branchName;
|
||||
}
|
||||
|
||||
@@ -262,4 +262,7 @@ public class StoreDO {
|
||||
* 收件详细地址
|
||||
*/
|
||||
private String addresseeAddress;
|
||||
|
||||
private Long branch;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user