design Single接口第一版

This commit is contained in:
xupei
2023-09-18 11:31:26 +08:00
parent 146101eec4
commit 305b932cbd
11 changed files with 74 additions and 131 deletions

View File

@@ -30,8 +30,6 @@ public class TDesignPythonOutfit implements Serializable {
@ApiModelProperty(value = "ID")
@TableId(value = "id", type = IdType.AUTO)
private Long id;
private Long designItemId;
/**
* designItemId
*/

View File

@@ -51,8 +51,6 @@ public class TDesignPythonOutfitDetail implements Serializable {
@ApiModelProperty(value = "图层")
private String imageCategory;
@ApiModelProperty(value = "图层大小")
private String imageSize;
/**
* imageSize
*/