This commit is contained in:
chenyanchang
2026-06-03 15:16:41 +08:00
parent fec3d6eb64
commit 3e8b1d63f3
24 changed files with 198 additions and 37 deletions

View File

@@ -129,4 +129,6 @@ public class Company extends BaseEntity
*/
@TableField(exist = false)
private List<JobDTO> jobList;
}