Administrator
2025-06-17 eacba04de1bf9a31e1503e7c07938f1812fe86c5
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;
}