@TableField("del_flag")

This commit is contained in:
zhaokaiyao@91isoft.com
2021-11-29 14:15:01 +08:00
parent 6a44415e85
commit 8753b1ab66
2 changed files with 2 additions and 0 deletions
@@ -71,6 +71,7 @@ public class BusinessDeptIssue {
@ExcelIgnore
@TableLogic(value = "0",delval = "1")
@TableField("del_flag")
private String delFlag;
@ExcelProperty("责任部门")
@@ -59,6 +59,7 @@ public class ProductDeptIssue {
private String responseDept;
@TableLogic(value = "0",delval = "1")
@TableField("del_flag")
private String delFlag;
@TableField("is_close")