TASK:3d print;

This commit is contained in:
shahaibo
2025-06-12 13:50:04 +08:00
parent 4494ec7dbc
commit 9586be40ce
4 changed files with 17 additions and 13 deletions

View File

@@ -20,7 +20,8 @@ public class ThreeDModule implements Serializable {
private Long id;
private Long projectId;
private Long threeDSimpleId;
private String printMinioUrl;
// private String printMinioUrl;
private Long collectionElementId;
private BigDecimal x;
private BigDecimal y;
}