Administrator
2026-02-12 e4bfe1f3177755f26637e47bdaed6ba31c712374
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.mall.vo;
 
import lombok.Data;
 
@Data
public class AdminLeaderVo {
 
    private Long id;
    private String name;
    private String uniqueCode;
}