|
|
@ -15,253 +15,4 @@ public class DictCommonType { |
|
|
|
public static final String WX_FORGET = "wx-forget-";//忘记密码获取验证码
|
|
|
|
public static final String WX_UPDATE = "wx-update-";//忘记密码获取验证码
|
|
|
|
public static final String WX_NEW = "wx-new-";//新手机号获取验证码
|
|
|
|
|
|
|
|
/*供应厂商相关*/ |
|
|
|
@ApiModelProperty(value = "供应商分类") |
|
|
|
public static final String SUPPLIER_TYPE = "supplierType";//数据字典已添加
|
|
|
|
@ApiModelProperty(value = "供应类别") |
|
|
|
public static final String SUPPLY_TYPE = "supplyType";//数据字典已添加
|
|
|
|
@ApiModelProperty(value = "供应商分组") |
|
|
|
public static final String SUPPLIE_RGROUP = "supplierGroup";//数据字典已添加
|
|
|
|
|
|
|
|
/*供应厂商财务信息相关*/ |
|
|
|
@ApiModelProperty(value = "结算币种") |
|
|
|
public static final String SETTLEMENT_CURRENCY = "settlementCurrency";//数据字典已添加
|
|
|
|
@ApiModelProperty(value = "结算方式") |
|
|
|
public static final String SETTLEMENT_WAY = "settlementWay";//数据字典已添加
|
|
|
|
@ApiModelProperty(value = "税分类") |
|
|
|
public static final String TAX_CLASSIFICATION = "taxClassification";//数据字典已添加
|
|
|
|
/*基础信息品牌相关*/ |
|
|
|
@ApiModelProperty(value = "品牌类型") |
|
|
|
public static final String BRAND_TYPE = "brandType";//数据字典已添加
|
|
|
|
@ApiModelProperty(value = "职级(岗位)") |
|
|
|
public static final String POSTLEVEL = "postLevel"; |
|
|
|
|
|
|
|
/*车型、车型配置、车辆信息相关*/ |
|
|
|
@ApiModelProperty(value = "车辆类型") |
|
|
|
public static final String VEHICLE_TYPE = "vehicleType";//数据字典已添加
|
|
|
|
@ApiModelProperty(value = "排放标准") |
|
|
|
public static final String EMISSION_STANDARD = "emissionStandard";//数据字典已添加
|
|
|
|
@ApiModelProperty(value = "产品线") |
|
|
|
public static final String PRODUCT_LINE = "productLine";//数据字典已添加
|
|
|
|
@ApiModelProperty(value = "后桥") |
|
|
|
public static final String REAR_AXLE = "rearAxle";//数据字典已添加
|
|
|
|
@ApiModelProperty(value = "速比") |
|
|
|
public static final String SPEED_RATIO = "speedRatio";//数据字典已添加
|
|
|
|
@ApiModelProperty(value = "系别") |
|
|
|
private static final String SERIES = "series";//数据字典已添加
|
|
|
|
@ApiModelProperty(value = "车辆功能") |
|
|
|
private static final String VEHICLE_FUNCTION = "vehicleFunction";//数据字典已添加
|
|
|
|
@ApiModelProperty(value = "细分市场") |
|
|
|
private static final String MARKETSEGMENTS = "marketSegments";//数据字典已添加
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "车身颜色") |
|
|
|
public static final String BODYCOLOR = "bodyColor"; |
|
|
|
@ApiModelProperty(value = "缓速器") |
|
|
|
public static final String SLOWMACHINE = "slowMachine"; |
|
|
|
@ApiModelProperty(value = "后视镜") |
|
|
|
public static final String REARVIEWMIRROR = "rearViewMirror"; |
|
|
|
@ApiModelProperty(value = "轮胎") |
|
|
|
public static final String TIRESIZE = "tireSize"; |
|
|
|
@ApiModelProperty(value = "驾驶室") |
|
|
|
public static final String SPECIFICATION = "specification"; |
|
|
|
@ApiModelProperty(value = "后桥速比") |
|
|
|
public static final String REARAXLERATIO = "rearAxleRatio"; |
|
|
|
@ApiModelProperty(value = "轮毂材质") |
|
|
|
public static final String HUBMATERIAL = "hubMaterial"; |
|
|
|
@ApiModelProperty(value = "悬架") |
|
|
|
public static final String SUSPENSION = "suspension"; |
|
|
|
@ApiModelProperty(value = "座椅") |
|
|
|
public static final String SEAT = "seat"; |
|
|
|
@ApiModelProperty(value = "鞍座") |
|
|
|
public static final String SADDLE = "saddle"; |
|
|
|
@ApiModelProperty(value = "轴距") |
|
|
|
public static final String WHEELBASE = "wheelbase"; |
|
|
|
@ApiModelProperty(value = "保险杠") |
|
|
|
public static final String BUMPER = "bumper"; |
|
|
|
@ApiModelProperty(value = "配置包") |
|
|
|
public static final String CONFIGURINGBAO = "configuringBao"; |
|
|
|
@ApiModelProperty(value = "独立热源") |
|
|
|
public static final String INDEPENDENTSOURCES = "independentSources"; |
|
|
|
@ApiModelProperty(value = "燃料箱") |
|
|
|
public static final String FUELTANK = "fuelTank"; |
|
|
|
@ApiModelProperty(value = "有无:1有0无") |
|
|
|
public static final String WHETHER = "whether"; |
|
|
|
|
|
|
|
@ApiModelProperty(value = "车辆状态") |
|
|
|
public static final String VEHICLE_STATE = "vehicleState"; |
|
|
|
@ApiModelProperty(value = "车辆状态(车辆台账)") |
|
|
|
public static final String VEHICLE_LEDGER_STATE = "vehicleLedgerState"; |
|
|
|
@ApiModelProperty(value = "驱动") |
|
|
|
public static final String DRIVER = "driver"; |
|
|
|
@ApiModelProperty(value = "马力") |
|
|
|
public static final String HORSEPOWER = "horsepower"; |
|
|
|
@ApiModelProperty(value = "锁定状态") |
|
|
|
public static final String LOCKED_STATE = "lockedState"; |
|
|
|
@ApiModelProperty(value = "预计订金日期") |
|
|
|
public static final String RESERVE_DEPOSIT_DATE = "reserveDepositDate"; |
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "贷款主体类型") |
|
|
|
public static final String LOANTYPE = "loanType"; |
|
|
|
@ApiModelProperty(value = "打包项目") |
|
|
|
public static final String PACKAGINGPROJECT = "packagingProject"; |
|
|
|
@ApiModelProperty(value = "融资项目(比打包项目多一个“配件”)") |
|
|
|
public static final String PACKAGINGPROJECTFIN = "packagingProjectFin"; |
|
|
|
@ApiModelProperty(value = "变速箱") |
|
|
|
public static final String GEARBOX = "gearbox"; |
|
|
|
@ApiModelProperty(value = "燃料种类") |
|
|
|
public static final String FUELTYPE = "fuelType"; |
|
|
|
@ApiModelProperty(value = "版本(车辆需求)") |
|
|
|
public static final String VEHICLEVERSION = "vehicleVersion"; |
|
|
|
@ApiModelProperty(value = "采购形式") |
|
|
|
public static final String PURCHASINGFORM = "purchasingForm"; |
|
|
|
/*经销商相关*/ |
|
|
|
@ApiModelProperty(value = "经销商分类") |
|
|
|
public static final String DISTRIBUTOR_CLASSIFICATION = "distributorClassification";//数据字典已添加
|
|
|
|
@ApiModelProperty(value = "经销商类型") |
|
|
|
public static final String DISTRIBUTOR_TYPE = "distributorType";//数据字典已添加
|
|
|
|
@ApiModelProperty(value = "经销商等级") |
|
|
|
public static final String DISTRIBUTOR_LEVEL = "distributorLevel";//数据字典已添加
|
|
|
|
@ApiModelProperty(value = "企业性质") |
|
|
|
public static final String ENTERPRISE_NATURE = "enterpriseNature";//数据字典已添加
|
|
|
|
@ApiModelProperty(value = "登记状态") |
|
|
|
public static final String REGIST_STATE = "registState"; |
|
|
|
@ApiModelProperty(value = "注册资本单位") |
|
|
|
public static final String REGISTEREDCAPITAL_ORG = "registeredCapitalOrg"; |
|
|
|
@ApiModelProperty(value = "项目类型") |
|
|
|
public static final String PROJECT_TYPE = "projectType"; |
|
|
|
/*经销商相关结束*/ |
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "合格证情况:0001虚拟 ,002正式") |
|
|
|
public static final String CERTIFICATE_SITUATION = "certificateSituation"; |
|
|
|
@ApiModelProperty(value = "客户类型:1个人2企业") |
|
|
|
public static final String CUSTOMER_TYPE = "customerType"; |
|
|
|
@ApiModelProperty(value = "登记注册号类型") |
|
|
|
public static final String REGIST_NUM_TYPE = "registNumType"; |
|
|
|
@ApiModelProperty(value = "现居住状况") |
|
|
|
public static final String CURRENT_LIVE_STATE = "currentlivestate"; |
|
|
|
@ApiModelProperty(value = "教育程度") |
|
|
|
public static final String EDUCATION_DEGREE = "educationdegree"; |
|
|
|
@ApiModelProperty(value = "雇员类型") |
|
|
|
public static final String EMPLOYEE_TYPE = "employeetype"; |
|
|
|
@ApiModelProperty(value = "证件类型") |
|
|
|
public static final String DOCUMENT_TYPE = "documenttype"; |
|
|
|
@ApiModelProperty(value = "行业类别") |
|
|
|
public static final String INDUSTRY_TYPE = "industrytype"; |
|
|
|
@ApiModelProperty(value = "经济类型") |
|
|
|
public static final String ECONOMIC_TYPE = "economictype"; |
|
|
|
@ApiModelProperty(value = "组织机构类别") |
|
|
|
public static final String ORGANIZATION_TYPE = "organizationtype"; |
|
|
|
@ApiModelProperty(value = "组织机构类别细分") |
|
|
|
public static final String ORGANIZATION_TYPE_DETAILS = "organizationtypedetails"; |
|
|
|
|
|
|
|
@ApiModelProperty(value = "是或否") |
|
|
|
public static final String IS_TRUE = "isTrue"; |
|
|
|
@ApiModelProperty(value = "准驾车型") |
|
|
|
public static final String CAR_TYPE = "carType"; |
|
|
|
|
|
|
|
@ApiModelProperty(value = "与客户关系") |
|
|
|
public static final String RELATION_SHIP = "relationship"; |
|
|
|
@ApiModelProperty(value = "现工作单位性质") |
|
|
|
public static final String ORG_NATURE = "orgNature"; |
|
|
|
@ApiModelProperty(value = "主要收入来源") |
|
|
|
public static final String INCOME_SOURCE = "incomeSource"; |
|
|
|
@ApiModelProperty(value = "职位") |
|
|
|
public static final String POSITION = "position"; |
|
|
|
@ApiModelProperty(value = "经销商类型") |
|
|
|
public static final String DEALERS_TYPE = "dealersType"; |
|
|
|
@ApiModelProperty(value = "附件类型") |
|
|
|
public static final String ATTACH_TYPE = "attachType"; |
|
|
|
@ApiModelProperty(value = "信用记录") |
|
|
|
public static final String CREDIT_RECORD = "creditRecord"; |
|
|
|
@ApiModelProperty(value = "拟租赁形式l") |
|
|
|
public static final String PLANS_TO_LEASE = "plansToLease"; |
|
|
|
@ApiModelProperty(value = "去返程货物") |
|
|
|
public static final String GO_GOODS = "goGoods"; |
|
|
|
@ApiModelProperty(value = "经营业务范围") |
|
|
|
public static final String BUSINESSSCOPE = "businessScope"; |
|
|
|
/* 客户信息相关*/ |
|
|
|
@ApiModelProperty(value = "客户分类") |
|
|
|
public static final String CUSTOMER_CLASS = "customerClass"; |
|
|
|
@ApiModelProperty(value = "客户来源") |
|
|
|
public static final String CUSTOMER_SOURCE = "customerSource"; |
|
|
|
@ApiModelProperty(value = "客户等级") |
|
|
|
public static final String CUSTOMER_LEVEL = "customerLevel"; |
|
|
|
@ApiModelProperty(value = "来访方式") |
|
|
|
public static final String VISIT_WAY = "visitWay"; |
|
|
|
@ApiModelProperty(value = "跟进状态") |
|
|
|
public static final String FOLLOW_STATE = "followState"; |
|
|
|
@ApiModelProperty(value = "提醒日期(天)") |
|
|
|
public static final String REMIND_DAY = "remindDay"; |
|
|
|
@ApiModelProperty(value = "承运货物类型") |
|
|
|
public static final String CONSIGNMENT_TYPE = "consignmentType"; |
|
|
|
@ApiModelProperty(value = "承运货物(暂为假数据)") |
|
|
|
public static final String CONSIGNMENT = "consignment"; |
|
|
|
@ApiModelProperty(value = "购车方式") |
|
|
|
public static final String PURCHASETYPE = "purchaseType"; |
|
|
|
@ApiModelProperty(value = "提车方式") |
|
|
|
public static final String SALETYPE = "saleType"; |
|
|
|
/* 车辆订单 */ |
|
|
|
@ApiModelProperty(value = "单据类型") |
|
|
|
public static final String BILLSTYPE = "billsType"; |
|
|
|
@ApiModelProperty(value = "合同类型") |
|
|
|
public static final String CONTRACTTYPE = "contractType"; |
|
|
|
|
|
|
|
@ApiModelProperty(value = "主车优惠类型") |
|
|
|
public static final String DISCOUNTTYPE = "discountType"; |
|
|
|
@ApiModelProperty(value = "还款方式") |
|
|
|
public static final String MODEOFREPAY = "modeOfRePay"; |
|
|
|
@ApiModelProperty(value = "保证金方式") |
|
|
|
public static final String BONDMETHOD = "bondMethod"; |
|
|
|
@ApiModelProperty(value = "业务类型") |
|
|
|
public static final String BUSINESSTYPE = "businessType"; |
|
|
|
@ApiModelProperty(value = "开户银行") |
|
|
|
public static final String BANK = "bank"; |
|
|
|
@ApiModelProperty(value = "账户类型") |
|
|
|
public static final String ACCOUNTTYPE = "accountType"; |
|
|
|
@ApiModelProperty(value = "运输货物") |
|
|
|
public static final String TRANSPORTCARGO = "transportCargo"; |
|
|
|
@ApiModelProperty(value = "结账周期") |
|
|
|
public static final String CHECKOUTCYCLE = "checkoutCycle"; |
|
|
|
@ApiModelProperty(value = "虚拟订单类型") |
|
|
|
public static final String DEPOSITBILLTYPE = "depositBillType"; |
|
|
|
@ApiModelProperty(value = "付款方式") |
|
|
|
public static final String PAYMENTTYPE = "paymentType"; |
|
|
|
|
|
|
|
/* 物料相关 */ |
|
|
|
@ApiModelProperty(value = "物料分组") |
|
|
|
public static final String MATERIAL_GROUP = "materialGroup"; |
|
|
|
@ApiModelProperty(value = "物料属性") |
|
|
|
public static final String MATERIAL_PROPERTIES = "materialProperties"; |
|
|
|
@ApiModelProperty(value = "存货类别") |
|
|
|
public static final String STOCK_TYPE = "stockType"; |
|
|
|
@ApiModelProperty(value = "基本单位") |
|
|
|
public static final String BASIC_UNIT = "basicUnit"; |
|
|
|
|
|
|
|
/* 合同相关 */ |
|
|
|
@ApiModelProperty(value = "人员类型") |
|
|
|
public static final String PERSONNEL_TYPE = "personnelType"; |
|
|
|
|
|
|
|
/* 开票申请单相关 */ |
|
|
|
@ApiModelProperty(value = "开票性质") |
|
|
|
public static final String INVOICING_NATURE = "invoicingNature"; |
|
|
|
|
|
|
|
/*员工信息管理相关*/ |
|
|
|
@ApiModelProperty(value = "婚姻状况") |
|
|
|
public static final String MARITAL_STATUS = "maritalstatus"; |
|
|
|
@ApiModelProperty(value = "民族") |
|
|
|
public static final String NATIONAL = "national"; |
|
|
|
@ApiModelProperty(value = "性别") |
|
|
|
public static final String SEX = "sex"; |
|
|
|
@ApiModelProperty(value = "政治面貌") |
|
|
|
public static final String POLITICAL = "political"; |
|
|
|
|
|
|
|
|
|
|
|
/*资料清单相关*/ |
|
|
|
@ApiModelProperty(value = "资料类别") |
|
|
|
public static final String DATA_TYPE = "dataType"; |
|
|
|
@ApiModelProperty(value = "文件格式") |
|
|
|
public static final String FILE_TYPE = "fileType"; |
|
|
|
} |
|
|
|