TASK:模块化;
This commit is contained in:
@@ -35,7 +35,7 @@ public class DesignCollectionDTO {
|
||||
@ApiModelProperty("模特ID")
|
||||
private Long templateId;
|
||||
|
||||
@NotBlank(message = "modelType.cannot.be.empty")
|
||||
// @NotBlank(message = "modelType.cannot.be.empty")
|
||||
@ApiModelProperty("模特类型:System,Library")
|
||||
private String modelType;
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ public class ReDesignCollectionDTO {
|
||||
@ApiModelProperty("模特ID")
|
||||
private Long templateId;
|
||||
|
||||
@NotBlank(message = "modelType.cannot.be.empty")
|
||||
// @NotBlank(message = "modelType.cannot.be.empty")
|
||||
@ApiModelProperty("模特类型:System,Library")
|
||||
private String modelType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user