TASK:模块化;
This commit is contained in:
@@ -34,5 +34,5 @@ public class ModuleChooseVO {
|
||||
// private moodBoardModuleChooseVO patternMaking3D;
|
||||
private SketchReconstructionVO deReconstruction;
|
||||
|
||||
private ThreeDVO patternMaking3D;
|
||||
private ThreeDModuleVO patternMaking3D;
|
||||
}
|
||||
|
||||
9
src/main/java/com/ai/da/model/vo/ThreeDModuleVO.java
Normal file
9
src/main/java/com/ai/da/model/vo/ThreeDModuleVO.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package com.ai.da.model.vo;
|
||||
|
||||
import com.ai.da.mapper.primary.entity.ThreeDModule;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class ThreeDModuleVO extends ThreeDModule {
|
||||
private String printMinioUrl;
|
||||
}
|
||||
@@ -16,8 +16,4 @@ 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