Administrator
2025-08-01 dc1b9b02fe6dfc3fa76eaa29be0d66a4542e6fba
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;
}