TASK:模块化;
This commit is contained in:
@@ -27,7 +27,7 @@ public class ModuleSaveDTO {
|
||||
@ApiModelProperty("手稿板图片id 数组")
|
||||
private List<CollectionSketchDTO> sketchBoard;
|
||||
|
||||
private Long patternMaking3D;
|
||||
private PatternMaking3DDTO patternMaking3D;
|
||||
|
||||
// private MoodBoardModuleChooseVO moodBoard;
|
||||
// private List<CollectionElementVO> printBoard;
|
||||
|
||||
13
src/main/java/com/ai/da/model/dto/PatternMaking3DDTO.java
Normal file
13
src/main/java/com/ai/da/model/dto/PatternMaking3DDTO.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package com.ai.da.model.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@Data
|
||||
public class PatternMaking3DDTO {
|
||||
private Long threeDSimpleId;
|
||||
private Long collectionElementId;
|
||||
private BigDecimal x;
|
||||
private BigDecimal y;
|
||||
}
|
||||
@@ -3,7 +3,9 @@ package com.ai.da.model.vo;
|
||||
import com.ai.da.mapper.primary.entity.ThreeDLayout;
|
||||
import com.ai.da.mapper.primary.entity.ThreeDPatternLayout;
|
||||
import lombok.Data;
|
||||
import org.apache.poi.hpsf.Decimal;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
@@ -14,4 +16,8 @@ public class ThreeDVO {
|
||||
// private ThreeDPatternLayout threeDPatternLayoutUrl;
|
||||
private String threeDPatternLayoutUrl;
|
||||
private String threeDSimpleUrl;
|
||||
|
||||
private BigDecimal x;
|
||||
private BigDecimal y;
|
||||
private String printUrl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user