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

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
@@ -30,6 +30,7 @@ import org.springblade.transport.pojo.entity.CustomerArchive;
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serial;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
@@ -85,4 +86,20 @@ public class CustomerArchiveVO extends CustomerArchive {
@Schema(description = "客商类型:external外部客商,internal内部组织")
private String customerKind;
@TableField(exist = false)
@Schema(description = "资金使用风险等级:high、medium、none")
private String fundUseRisk;
@TableField(exist = false)
@Schema(description = "资金使用风险名称")
private String fundUseRiskName;
@TableField(exist = false)
@Schema(description = "资金使用率(百分比)")
private BigDecimal fundUseRate;
@TableField(exist = false)
@Schema(description = "已付金额合计(元)")
private BigDecimal usedFundLimit;
}
@@ -50,6 +50,9 @@ public class VehicleDispatchVO extends VehicleDispatch {
@Schema(description = "审批状态名称")
private String approvalStatusName;
@TableField(exist = false)
@Schema(description = "车辆类型")
private String vehicleType;
@TableField(exist = false)
@Schema(description = "创建人姓名")
private String createUserName;
@TableField(exist = false)