Administrator
2025-04-30 55e47b2e1a6b414fb2d50e952832b44d972ae2ab
src/main/java/cc/mrbird/febs/mall/dto/ApiAgentApplyDto.java
@@ -37,5 +37,9 @@
    @NotBlank(message = "详细地址不能为空")
    @ApiModelProperty(value = "详细地址")
    private String storeAddress;
    //详细地址
    @NotBlank(message = "等级不能为空")
    @ApiModelProperty(value = "合伙人等级")
    private String type;
}