文件上传https
This commit is contained in:
parent
53342258a8
commit
026b57ccb7
|
@ -52,6 +52,11 @@ public class ClothesAddRequest implements Serializable {
|
|||
@Schema(description = "服装详情富文本", example = "<p>这是夏季白衬衫的描述</p>")
|
||||
private String richText;
|
||||
|
||||
/**
|
||||
* 是否上架
|
||||
*/
|
||||
@Schema(description = "是否上架", example = "1")
|
||||
private Integer isShelves;
|
||||
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
Loading…
Reference in New Issue
Block a user