1、调整导入运单
2、调整对账
This commit is contained in:
@@ -33,8 +33,10 @@ CREATE TABLE `blade_project_apply` (
|
||||
`transport_route` varchar(200) DEFAULT NULL COMMENT '运输线路',
|
||||
`transport_type` varchar(100) DEFAULT NULL COMMENT '运输类型',
|
||||
`business_type` varchar(100) DEFAULT NULL COMMENT '业务类型',
|
||||
`business_mode` varchar(50) DEFAULT NULL COMMENT '业务模式',
|
||||
`project_scale` decimal(18,2) DEFAULT NULL COMMENT '项目规模(万元)',
|
||||
`estimated_profit` decimal(18,2) DEFAULT NULL COMMENT '预计利润(万元)',
|
||||
`profit_rate` decimal(18,2) DEFAULT NULL COMMENT '利润率(%)',
|
||||
`fund_demand` decimal(18,2) DEFAULT NULL COMMENT '资金需求(万元)',
|
||||
`settlement_mode` varchar(100) DEFAULT NULL COMMENT '结算方式',
|
||||
`handler_user_id` bigint(20) DEFAULT NULL COMMENT '项目经办人ID',
|
||||
|
||||
Reference in New Issue
Block a user