Pu Zhibing
2025-06-19 546be8a1bafdfc804575a8d07a5d9f2306c29c42
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;
}