Commit 64170664 authored by fangxinjiang's avatar fangxinjiang

项目档案优化

parent 80f30a38
...@@ -130,6 +130,7 @@ public class TEmpBadRecord extends BaseEntity { ...@@ -130,6 +130,7 @@ public class TEmpBadRecord extends BaseEntity {
/** /**
* 项目ID * 项目ID
*/ */
@ExcelIgnore
@Schema(description ="项目ID") @Schema(description ="项目ID")
private String settleDomain; private String settleDomain;
......
...@@ -67,6 +67,7 @@ public class BaseEntity implements Serializable { ...@@ -67,6 +67,7 @@ public class BaseEntity implements Serializable {
/** /**
* 菜单ID 获取查询权限使用 * 菜单ID 获取查询权限使用
*/ */
@ExcelIgnore
@TableField(exist = false) @TableField(exist = false)
private String mId; private String mId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment