调整 合同、运力、客商、项目
This commit is contained in:
+6
@@ -179,4 +179,10 @@ public class Dept extends TenantEntity {
|
||||
@Schema(description = "是否是oa的部门")
|
||||
private Integer isOa;
|
||||
|
||||
/**
|
||||
* 是否平台公司:0否,1是
|
||||
*/
|
||||
@Schema(description = "是否平台公司:0否,1是")
|
||||
private Integer isPlatformCompany;
|
||||
|
||||
}
|
||||
|
||||
+17
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
+3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user