Administrator
2025-09-15 5b9d8648f3a0da63bb26fdb17c39d8999c9491c4
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;
}