为符合项导出的excel 忽略productId
This commit is contained in:
+1
@@ -51,6 +51,7 @@ public class SarStandUnqualified extends BaseEntity {
|
||||
@TableField("STAND_NAME")
|
||||
private String standName;
|
||||
|
||||
@ExcelIgnore
|
||||
@ApiModelProperty(value = "项目编号")
|
||||
@TableField("product_id")
|
||||
private String productId;
|
||||
|
||||
Reference in New Issue
Block a user