@TableField("del_flag")
This commit is contained in:
+1
@@ -71,6 +71,7 @@ public class BusinessDeptIssue {
|
||||
|
||||
@ExcelIgnore
|
||||
@TableLogic(value = "0",delval = "1")
|
||||
@TableField("del_flag")
|
||||
private String delFlag;
|
||||
|
||||
@ExcelProperty("责任部门")
|
||||
|
||||
+1
@@ -59,6 +59,7 @@ public class ProductDeptIssue {
|
||||
private String responseDept;
|
||||
|
||||
@TableLogic(value = "0",delval = "1")
|
||||
@TableField("del_flag")
|
||||
private String delFlag;
|
||||
|
||||
@TableField("is_close")
|
||||
|
||||
Reference in New Issue
Block a user