门店装修属性增加
This commit is contained in:
@@ -145,6 +145,10 @@ public class AddSignFranchiseRequest {
|
||||
@ApiModelProperty("所属管理区域id")
|
||||
private Long managerRegionId;
|
||||
|
||||
@ApiModelProperty("门店装修属性 0-新开店 1-老店新开 2-老店翻新 3-迁址")
|
||||
@NotNull(message = "门店属性(装修)不能为空")
|
||||
private Integer shopDecorationAttributes;
|
||||
|
||||
|
||||
|
||||
public SignFranchiseDO toSignFranchiseDO() {
|
||||
|
||||
@@ -235,4 +235,7 @@ public class AddSignFranchiseResponse {
|
||||
@ApiModelProperty("所属管理区域name")
|
||||
private String managerRegionName;
|
||||
|
||||
@ApiModelProperty("门店装修属性 0-新开店 1-老店新开 2-老店翻新 3-迁址")
|
||||
private Integer shopDecorationAttributes;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user