jiangqs
2023-05-26 aed4e4c7d76de4d0fbfe8c0b26fcdeecbd5c5b24
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;
}