xiaoyong931011
2023-07-28 cc9ce86cc24c413c9cbd303b8bb4fd9f5ec5a30f
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;
}