调整 合同、运力、客商、项目

This commit is contained in:
2026-09-15 11:59:42 +08:00
parent 087d89b31a
commit 0d1f14f703
19 changed files with 285 additions and 49 deletions
@@ -179,4 +179,10 @@ public class Dept extends TenantEntity {
@Schema(description = "是否是oa的部门")
private Integer isOa;
/**
* 是否平台公司:0否,1是
*/
@Schema(description = "是否平台公司:0否,1是")
private Integer isPlatformCompany;
}