Administrator
2025-04-29 7436fc4a44b9f2677b3e3380f2cd2e5d841a6832
src/main/java/cc/mrbird/febs/mall/vo/AdminAgentLevelOptionTreeVo.java
@@ -7,7 +7,7 @@
@ApiModel(value = "AdminAgentLevelOptionTreeVo", description = "信息返回类")
public class AdminAgentLevelOptionTreeVo {
    private Long id;
    private String id;
    private String name;
}