export enum DictEnum {
ContractType = 'contract_type', // 合同类型
Unit = 'unit', // 单位,
Vehicle = 'vehicle', // 车辆
}