fix
This commit is contained in:
@@ -7,6 +7,7 @@ import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
|
||||
import javax.validation.constraints.NotNull;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -17,6 +18,7 @@ import java.util.List;
|
||||
*/
|
||||
@Data
|
||||
public class ThreeAcceptanceRequest {
|
||||
@NotNull
|
||||
private Long shopId;
|
||||
@ApiModelProperty("工程部验收")
|
||||
private ThreeAcceptanceDTO engineeringAcceptance;
|
||||
|
||||
@@ -59,9 +59,12 @@ public class ZxjpApiRequest {
|
||||
@ApiModelProperty(value = "店铺品牌")
|
||||
private String franchiseBrand;
|
||||
|
||||
@ApiModelProperty(value = "新管家对应组织")
|
||||
@ApiModelProperty(value = "新管家对应组织id")
|
||||
private String xgjRegionId;
|
||||
|
||||
@ApiModelProperty(value = "新管家对应组织")
|
||||
private String xgjRegionName;
|
||||
|
||||
@ApiModelProperty(value = "新管家副总裁")
|
||||
private String xgjVicePresident;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user