getDetail designSingle bug修改
This commit is contained in:
@@ -32,4 +32,11 @@ public class DesignItemClothesDetailVO {
|
||||
|
||||
@ApiModelProperty("对应图层信息")
|
||||
private List<DesignPythonOutfitVO> layersObject;
|
||||
|
||||
public DesignItemClothesDetailVO() {
|
||||
}
|
||||
|
||||
public DesignItemClothesDetailVO(String type) {
|
||||
this.type = type;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user