Administrator
2026-01-26 c8be2bdb8fc6048d2acdfcdafe8c0e18c7765af3
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;
}