TASK:模块化;

This commit is contained in:
shahaibo
2025-03-31 15:40:36 +08:00
parent 0eb839e7c7
commit 03f3162dc1
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ public class DesignCollectionDTO {
@ApiModelProperty("系统取图比列") @ApiModelProperty("系统取图比列")
private BigDecimal systemScale; private BigDecimal systemScale;
@NotNull(message = "templateId.cannot.be.empty") // @NotNull(message = "templateId.cannot.be.empty")
@ApiModelProperty("模特ID") @ApiModelProperty("模特ID")
private Long templateId; private Long templateId;

View File

@@ -37,7 +37,7 @@ public class ReDesignCollectionDTO {
@ApiModelProperty("系统取图比列") @ApiModelProperty("系统取图比列")
private BigDecimal systemScale; private BigDecimal systemScale;
@NotNull(message = "templateId.cannot.be.empty") // @NotNull(message = "templateId.cannot.be.empty")
@ApiModelProperty("模特ID") @ApiModelProperty("模特ID")
private Long templateId; private Long templateId;