Administrator
2025-07-21 7696a10d7f7af7046ebbaf3d2a812a4c28b90346
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.mall.vo.banner;
 
import lombok.Data;
 
@Data
public class BannerDictionaryEnumVo {
 
    private int type;
 
    private String code;
}