Administrator
2025-04-30 ae6f6e0be0c82cc801fc1a9bb0c7af91d8d02bff
src/main/java/cc/mrbird/febs/mall/dto/AgentDto.java
@@ -4,7 +4,7 @@
import lombok.Data;
@Data
@ApiModel(value = "AgentDto", description = "地址接收参数类")
@ApiModel(value = "AgentDto", description = "接收参数类")
public class AgentDto {
    private String name;