为符合项导出的excel 忽略productId

This commit is contained in:
zhaokaiyao@91isoft.com
2021-12-17 15:12:58 +08:00
parent 904d7a993d
commit e491589af9
@@ -51,6 +51,7 @@ public class SarStandUnqualified extends BaseEntity {
@TableField("STAND_NAME")
private String standName;
@ExcelIgnore
@ApiModelProperty(value = "项目编号")
@TableField("product_id")
private String productId;