TASK:模块化;
This commit is contained in:
@@ -35,7 +35,7 @@ public class CloudTask implements Serializable {
|
||||
|
||||
private Integer completedNum;
|
||||
|
||||
private Decimal costCredits;
|
||||
private Integer costCredits;
|
||||
|
||||
private Integer status;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ import lombok.EqualsAndHashCode;
|
||||
import lombok.experimental.Accessors;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@@ -19,4 +20,7 @@ public class ThreeDModule implements Serializable {
|
||||
private Long id;
|
||||
private Long projectId;
|
||||
private Long threeDSimpleId;
|
||||
private Long collectionElementId;
|
||||
private BigDecimal x;
|
||||
private BigDecimal y;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user