1、完善项目

2、完善合同
3、完善费用项
4、司机管理对接OCR
5、完善运输计划
6、完善临时额度
This commit is contained in:
2026-08-04 02:49:59 +08:00
387 changed files with 22482 additions and 110 deletions

View File

@@ -67,4 +67,8 @@ public class ProjectApplyVO extends ProjectApply {
@Schema(description = "生效类型名称")
private String effectiveTypeName;
@TableField(exist = false)
@Schema(description = "变更类型")
private String changeType;
}