design Single接口第一版
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -51,8 +51,6 @@ public class TDesignPythonOutfitDetail implements Serializable {
|
||||
@ApiModelProperty(value = "图层")
|
||||
private String imageCategory;
|
||||
|
||||
@ApiModelProperty(value = "图层大小")
|
||||
private String imageSize;
|
||||
/**
|
||||
* imageSize
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user