1
chenye
2023-07-11 f975b6d0832b447654aaf2372ce72f71ebb7f095
ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/domain/dto/MerShopCertificateListDto.java
@@ -16,6 +16,6 @@
public class MerShopCertificateListDto extends MerBaseDto {
    @ApiModelProperty(name = "状态1审核通过2审核中")
    @ApiModelProperty(value = "状态1审核通过2审核中")
    private Integer status;
}