TASK:模块化;

This commit is contained in:
shahaibo
2025-04-23 11:22:52 +08:00
parent 56ec903807
commit 938ad7366f
4 changed files with 18 additions and 13 deletions

View File

@@ -34,5 +34,5 @@ public class ModuleChooseVO {
// private moodBoardModuleChooseVO patternMaking3D;
private SketchReconstructionVO deReconstruction;
private ThreeDVO patternMaking3D;
private ThreeDModuleVO patternMaking3D;
}

View 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;
}

View File

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