KKSU
2024-02-28 1ec33ec01e45efb45b28b786d80e74671f654b7d
src/main/java/cc/mrbird/febs/mall/dto/AgentDto.java
@@ -4,11 +4,13 @@
import lombok.Data;
@Data
@ApiModel(value = "AgentDto", description = "地址接收参数类")
@ApiModel(value = "AgentDto", description = "接收参数类")
public class AgentDto {
    private String name;
    private String accountLogin;
    private String account;
    private String level;