Administrator
2025-08-18 a46c4d2db30c2f534400a6179cd82f7beb07a29d
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.mall.dto.clothes;
 
import lombok.Data;
 
@Data
public class AdminClothesSocialCategoryDto {
    private String name;
    private Integer status;
    private Integer hotState;
}