ci: 企标计划实体类字段变更

This commit is contained in:
2023-10-12 10:01:25 +08:00
parent 114cd8d71d
commit 8b64c86c9e
3 changed files with 9 additions and 4 deletions
@@ -349,6 +349,11 @@ public class ProcessEsInitChange implements Serializable {
*/
private String copyUser;
/**
* 授权部门
*/
private String authDept;
@TableField(exist = false)
private static final long serialVersionUID = 1781238971297838971L;
}