jiangqs
2023-06-08 6cca89c41aea52ae6b23909bb9fbd2834f0094d5
ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/domain/vo/MerShopCertificateListVo.java
@@ -17,16 +17,19 @@
public class MerShopCertificateListVo {
    @ApiModelProperty(name = "证书id")
    @ApiModelProperty(value = "证书id")
    private Long cerId;
    @ApiModelProperty(name = "证书名字")
    @ApiModelProperty(value = "证书名字")
    private String cerName;
    @ApiModelProperty(name = "证书编号")
    @ApiModelProperty(value = "证书编号")
    private String cerNumber;
    @ApiModelProperty(name = "证书图片")
    @ApiModelProperty(value = "证书图片")
    private String cerPicture;
    @ApiModelProperty(value = "证书状态-1删除0待审核1审核通过2审核拒绝")
    private Integer cerStatus;
}