TASK:design single中添加单件衣服画布保存
This commit is contained in:
@@ -1,11 +1,18 @@
|
||||
package com.ai.da.model.dto;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
@ApiModel("查询画布详细")
|
||||
public class ExportSearchDTO {
|
||||
// private Long userLikeGroupId;
|
||||
|
||||
@ApiModelProperty("画布文件id")
|
||||
private Long id;
|
||||
@ApiModelProperty("画布关联项目id")
|
||||
private Long projectId;
|
||||
@ApiModelProperty("画布所属模块。canvas | deReconstruction | designItemDetail")
|
||||
private String module;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user