@@ -28,6 +28,7 @@ public class BaseEntity implements Serializable {
/**
* 主键
*/
+ @TableField("id")
private Long id;
@@ -189,9 +189,9 @@ public class BizProduct extends BaseEntity
* 备注
-// @Excel(name = "备注")
-// @TableField(exist = true)
-// private String remark;
+ @Excel(name = "备注")
+ @TableField(exist = true)
+ private String remark;
public BizProduct() {
}