文件上传https

This commit is contained in:
chen-xin-zhi 2025-03-22 17:16:20 +08:00
parent 53342258a8
commit 026b57ccb7

View File

@ -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;