Merge branch 'dev/dev_xp' into dev/dev
This commit is contained in:
@@ -104,4 +104,16 @@ public class Generate {
|
||||
*/
|
||||
private Date updateDate;
|
||||
|
||||
public Generate() {
|
||||
}
|
||||
|
||||
public Generate(Long accountId, String uniqueId, String level1Type, String text, String generateType, String modelName, Date createDate) {
|
||||
this.accountId = accountId;
|
||||
this.uniqueId = uniqueId;
|
||||
this.level1Type = level1Type;
|
||||
this.text = text;
|
||||
this.generateType = generateType;
|
||||
this.modelName = modelName;
|
||||
this.createDate = createDate;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,5 +31,14 @@ public class PoseTransformation extends BaseEntity {
|
||||
|
||||
private byte isDeleted;
|
||||
|
||||
public PoseTransformation() {
|
||||
}
|
||||
|
||||
public PoseTransformation(Long projectId, Long accountId, String uniqueId, String productImage, int poseId) {
|
||||
this.projectId = projectId;
|
||||
this.accountId = accountId;
|
||||
this.uniqueId = uniqueId;
|
||||
this.productImage = productImage;
|
||||
this.poseId = poseId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user