Pu Zhibing
2025-07-12 981aacc8d5de2638a0f5b3eb2585e64cfaf2807d
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;
}