getDetail designSingle bug修改

This commit is contained in:
xupei
2023-09-18 17:22:15 +08:00
parent 206f365ff3
commit 88b526f1c4
5 changed files with 32 additions and 11 deletions

View File

@@ -32,4 +32,11 @@ public class DesignItemClothesDetailVO {
@ApiModelProperty("对应图层信息")
private List<DesignPythonOutfitVO> layersObject;
public DesignItemClothesDetailVO() {
}
public DesignItemClothesDetailVO(String type) {
this.type = type;
}
}