TASK:模块化;

This commit is contained in:
shahaibo
2025-03-31 15:37:05 +08:00
parent 807d3e1c46
commit 0eb839e7c7
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;