Commit d030233d authored by fangxinjiang's avatar fangxinjiang

项目档案优化

parent 1927a8e4
......@@ -130,6 +130,7 @@ public class TEmpBadRecord extends BaseEntity {
/**
* 项目ID
*/
@ExcelIgnore
@Schema(description ="项目ID")
private String settleDomain;
......
......@@ -161,7 +161,7 @@ public class TEmpBadRecordController {
}
/**
* 批量导出项目档案信息
* 批量导出不良记录信息
* @param searchVo
* @return R<List>
* @Author FXJ
......
......@@ -67,6 +67,7 @@ public class BaseEntity implements Serializable {
/**
* 菜单ID 获取查询权限使用
*/
@ExcelIgnore
@TableField(exist = false)
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