KKSU
2024-01-29 345a271715565f2af6a7c6c1b729bcff77e7c448
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;
}