Administrator
2025-04-30 b85f2ef59c820000cb2d9fa0b510a2d79e7243ee
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;