@@ -390,4 +390,8 @@ public class GoodsVo {
private Long firstChoiceGoods;
@ApiModelProperty("业务别名")
private String aliasName;
+ /** 1单证书 2多证书 */
+ @Excel(name = "1单证书 2多证书")
+ @ApiModelProperty("1单证书 2多证书")
+ private Integer moreCertificateStatus;
}