TASK:模块化;
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user