fix: 移除缺失的字段

This commit is contained in:
Ray Hao 2024-02-29 13:47:54 +08:00
parent c16eea998b
commit 3c4684523f

View File

@ -46,8 +46,8 @@ public class SysDept extends BaseEntity {
*/
private Integer deleted;
private Long createBy;
/* private Long createBy;
private Long updateBy;
private Long updateBy;*/
}