|
|
@@ -446,6 +446,12 @@ export default {
|
|
|
reqType: {} as FlagStationDateParam,
|
|
|
resType: {} as FlagStationMonitorVO,
|
|
|
},
|
|
|
+ /** 物流管理端资金管理-专享优惠,物流id必传 */
|
|
|
+ get_carrier_rebates: {
|
|
|
+ realUrl: '/strategy/flag/price/get_carrier_rebates' as const,
|
|
|
+ reqType: {} as IPageParams<CarrierRebatesQryParam>,
|
|
|
+ resType: {} as 物流管理端专享优惠VO实体类,
|
|
|
+ },
|
|
|
/** 查询站的作战地图当日数据,只传站id即可 */
|
|
|
get_gasdata: {
|
|
|
realUrl: '/strategy/flag/price/get_gasdata',
|
|
|
@@ -538,7 +544,7 @@ export default {
|
|
|
},
|
|
|
/** 查询站的历史概况汇总信息(运营销量监控) */
|
|
|
get_overview_gway: {
|
|
|
- realUrl: '/strategy/flag_station_info/get_overview_gway',
|
|
|
+ realUrl: '/strategy/flag_station_info/get_overview_gway' as const,
|
|
|
reqType: {} as 加气站运营管理查询实体类,
|
|
|
resType: {} as 站当日概况信息实体类,
|
|
|
},
|
|
|
@@ -1034,6 +1040,12 @@ export default {
|
|
|
reqType: {} as GwayGaspriceLog对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
+ /** 根据创建订单日期重新计算gasOrder价格 */
|
|
|
+ recalculate: {
|
|
|
+ realUrl: '/strategy/handle/recalculate' as const,
|
|
|
+ reqType: {} as GasOrder对象,
|
|
|
+ resType: {} as GasOrder对象,
|
|
|
+ },
|
|
|
/** 设置出港价 */
|
|
|
set_harbour_price: {
|
|
|
realUrl: '/strategy/harbour_price/set_harbour_price',
|
|
|
@@ -1267,13 +1279,13 @@ export default {
|
|
|
},
|
|
|
/** 优惠叠加配置 */
|
|
|
adjust: {
|
|
|
- realUrl: '/strategy/man/carrier_config/adjust',
|
|
|
+ realUrl: '/strategy/man/carrier_config/adjust' as const,
|
|
|
reqType: {} as CarrierRebateVO,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 物流优惠参与配置查询 */
|
|
|
list_30: {
|
|
|
- realUrl: '/strategy/man/carrier_config/list',
|
|
|
+ realUrl: '/strategy/man/carrier_config/list' as const,
|
|
|
reqType: {} as IPageParams<CarrierRebateVO>,
|
|
|
resType: {} as CarrierRebateVO,
|
|
|
},
|
|
|
@@ -1285,7 +1297,7 @@ export default {
|
|
|
},
|
|
|
/** 调价物流线上特价 */
|
|
|
adjust_1: {
|
|
|
- realUrl: '/strategy/man/carrier_rebate/adjust',
|
|
|
+ realUrl: '/strategy/man/carrier_rebate/adjust' as const,
|
|
|
reqType: {} as MManPriceCarrierRebateAdjust对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -1321,7 +1333,7 @@ export default {
|
|
|
},
|
|
|
/** 获取物流线上特价列表 */
|
|
|
list_31: {
|
|
|
- realUrl: '/strategy/man/carrier_rebate/list',
|
|
|
+ realUrl: '/strategy/man/carrier_rebate/list' as const,
|
|
|
reqType: {} as IPageParams<ManPriceCarrierRebate对象>,
|
|
|
resType: {} as ManPriceCarrierRebateVO对象,
|
|
|
},
|
|
|
@@ -1351,7 +1363,7 @@ export default {
|
|
|
},
|
|
|
/** 获取加气站清分列表 */
|
|
|
list_32: {
|
|
|
- realUrl: '/strategy/man/profit/list',
|
|
|
+ realUrl: '/strategy/man/profit/list' as const,
|
|
|
reqType: {} as IPageParams<GasstationDateParam>,
|
|
|
resType: {} as 站收益结算规则信息表实体VO类,
|
|
|
},
|
|
|
@@ -1363,13 +1375,13 @@ export default {
|
|
|
},
|
|
|
/** 调价加气订单满减 */
|
|
|
adjust_2: {
|
|
|
- realUrl: '/strategy/man/reduce_rebate/adjust',
|
|
|
+ realUrl: '/strategy/man/reduce_rebate/adjust' as const,
|
|
|
reqType: {} as ManPriceReduceRebateAdjust对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取加气订单满减列表 */
|
|
|
list_33: {
|
|
|
- realUrl: '/strategy/man/reduce_rebate/list',
|
|
|
+ realUrl: '/strategy/man/reduce_rebate/list' as const,
|
|
|
reqType: {} as IPageParams<ManPriceReduceRebate对象>,
|
|
|
resType: {} as ManPriceReduceRebateVO对象,
|
|
|
},
|
|
|
@@ -1405,7 +1417,7 @@ export default {
|
|
|
},
|
|
|
/** 调价中石化零售价 */
|
|
|
adjust_3: {
|
|
|
- realUrl: '/strategy/man/snp/adjust',
|
|
|
+ realUrl: '/strategy/man/snp/adjust' as const,
|
|
|
reqType: {} as ManPriceSnpAdjust对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -1417,7 +1429,7 @@ export default {
|
|
|
},
|
|
|
/** 根据时间范围获取中石化零售价 */
|
|
|
find_date_range: {
|
|
|
- realUrl: '/strategy/man/snp/find_date_range',
|
|
|
+ realUrl: '/strategy/man/snp/find_date_range' as const,
|
|
|
reqType: {} as 优惠运营分析查询参数实体类,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -1429,7 +1441,7 @@ export default {
|
|
|
},
|
|
|
/** 获取中石化限价列表 */
|
|
|
list_34: {
|
|
|
- realUrl: '/strategy/man/snp/list',
|
|
|
+ realUrl: '/strategy/man/snp/list' as const,
|
|
|
reqType: {} as IPageParams<manPriceSnp对象>,
|
|
|
resType: {} as manPriceSnp对象,
|
|
|
},
|
|
|
@@ -1471,7 +1483,7 @@ export default {
|
|
|
},
|
|
|
/** 调价长城奥扬标准价 */
|
|
|
adjust_4: {
|
|
|
- realUrl: '/strategy/man/standard/adjust',
|
|
|
+ realUrl: '/strategy/man/standard/adjust' as const,
|
|
|
reqType: {} as manPriceStandard对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -1501,7 +1513,7 @@ export default {
|
|
|
},
|
|
|
/** 获取长城奥扬标准价列表 */
|
|
|
list_35: {
|
|
|
- realUrl: '/strategy/man/standard/list',
|
|
|
+ realUrl: '/strategy/man/standard/list' as const,
|
|
|
reqType: {} as IPageParams<manPriceStandard对象>,
|
|
|
resType: {} as ManPriceStandardVO对象,
|
|
|
},
|
|
|
@@ -1549,7 +1561,7 @@ export default {
|
|
|
},
|
|
|
/** 获取newstation列表 */
|
|
|
list_36: {
|
|
|
- realUrl: '/strategy/newstation/list',
|
|
|
+ realUrl: '/strategy/newstation/list' as const,
|
|
|
reqType: {} as IPageParams<Newstation对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -1579,7 +1591,7 @@ export default {
|
|
|
},
|
|
|
/** 获取platform_price列表 */
|
|
|
list_37: {
|
|
|
- realUrl: '/strategy/platform_price/list',
|
|
|
+ realUrl: '/strategy/platform_price/list' as const,
|
|
|
reqType: {} as IPageParams<PlatformPrice对象>,
|
|
|
resType: {} as IPage<PlatformPrice对象>,
|
|
|
},
|
|
|
@@ -1591,7 +1603,7 @@ export default {
|
|
|
},
|
|
|
/** 获取platform_price_log列表 */
|
|
|
list_38: {
|
|
|
- realUrl: '/strategy/platform_price_log/list',
|
|
|
+ realUrl: '/strategy/platform_price_log/list' as const,
|
|
|
reqType: {} as IPageParams<PlatformPriceLog对象>,
|
|
|
resType: {} as IPage<PlatformPriceLog对象>,
|
|
|
},
|
|
|
@@ -1627,7 +1639,7 @@ export default {
|
|
|
},
|
|
|
/** 获取平台挂牌价列表 */
|
|
|
list_39: {
|
|
|
- realUrl: '/strategy/price_config/list',
|
|
|
+ realUrl: '/strategy/price_config/list' as const,
|
|
|
reqType: {} as IPageParams<PriceConfig对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -1639,13 +1651,13 @@ export default {
|
|
|
},
|
|
|
/** 获取price_config_gway 当前价列表 */
|
|
|
list_40: {
|
|
|
- realUrl: '/strategy/price_config_gway/list',
|
|
|
+ realUrl: '/strategy/price_config_gway/list' as const,
|
|
|
reqType: {} as IPageParams<PriceConfigGway对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取调价记录列表 */
|
|
|
list_41: {
|
|
|
- realUrl: '/strategy/price_config_gway_log/list',
|
|
|
+ realUrl: '/strategy/price_config_gway_log/list' as const,
|
|
|
reqType: {} as IPageParams<组合支付分页查询参数>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -1663,7 +1675,7 @@ export default {
|
|
|
},
|
|
|
/** 获取调价管理列表 */
|
|
|
list_42: {
|
|
|
- realUrl: '/strategy/price_config_gway_plan/list',
|
|
|
+ realUrl: '/strategy/price_config_gway_plan/list' as const,
|
|
|
reqType: {} as IPageParams<PriceConfigGwayPlan对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -1687,7 +1699,7 @@ export default {
|
|
|
},
|
|
|
/** 获取price_config_log列表 */
|
|
|
list_43: {
|
|
|
- realUrl: '/strategy/price_config_log/list',
|
|
|
+ realUrl: '/strategy/price_config_log/list' as const,
|
|
|
reqType: {} as IPageParams<PriceConfigLog对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -1729,7 +1741,7 @@ export default {
|
|
|
},
|
|
|
/** 获取加气站售卖价列表 */
|
|
|
list_44: {
|
|
|
- realUrl: '/strategy/price_config_market/list',
|
|
|
+ realUrl: '/strategy/price_config_market/list' as const,
|
|
|
reqType: {} as IPageParams<PriceConfigMarket对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -1765,7 +1777,7 @@ export default {
|
|
|
},
|
|
|
/** 获取标准差价列表 */
|
|
|
list_45: {
|
|
|
- realUrl: '/strategy/price_config_market_diff/list',
|
|
|
+ realUrl: '/strategy/price_config_market_diff/list' as const,
|
|
|
reqType: {} as IPageParams<PriceConfigMarketDiff对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -1795,7 +1807,7 @@ export default {
|
|
|
},
|
|
|
/** 获取非标差价列表 */
|
|
|
list_46: {
|
|
|
- realUrl: '/strategy/price_config_market_undiff/list',
|
|
|
+ realUrl: '/strategy/price_config_market_undiff/list' as const,
|
|
|
reqType: {} as IPageParams<PriceConfigMarketDiffUnstd对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -1831,7 +1843,7 @@ export default {
|
|
|
},
|
|
|
/** 获取中石化调价记录列表 */
|
|
|
list_47: {
|
|
|
- realUrl: '/strategy/price_config_snp_log/list',
|
|
|
+ realUrl: '/strategy/price_config_snp_log/list' as const,
|
|
|
reqType: {} as IPageParams<组合支付分页查询参数>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -1843,7 +1855,7 @@ export default {
|
|
|
},
|
|
|
/** 获取调价管理列表 */
|
|
|
list_48: {
|
|
|
- realUrl: '/strategy/price_config_snp_plan/list',
|
|
|
+ realUrl: '/strategy/price_config_snp_plan/list' as const,
|
|
|
reqType: {} as IPageParams<PriceConfigSnpPlan对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -1867,7 +1879,7 @@ export default {
|
|
|
},
|
|
|
/** 获取profit_quota_log列表 */
|
|
|
list_49: {
|
|
|
- realUrl: '/strategy/profit_quota_log/list',
|
|
|
+ realUrl: '/strategy/profit_quota_log/list' as const,
|
|
|
reqType: {} as IPageParams<ProfitQuotaLogParam>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -1987,7 +1999,7 @@ export default {
|
|
|
},
|
|
|
/** 获取计划列表(运营端) */
|
|
|
list_50: {
|
|
|
- realUrl: '/strategy/purchase/list',
|
|
|
+ realUrl: '/strategy/purchase/list' as const,
|
|
|
reqType: {} as IPageParams<PurchasePageParam>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -2059,7 +2071,7 @@ export default {
|
|
|
},
|
|
|
/** 获取计划提报限制详列表 */
|
|
|
list_51: {
|
|
|
- realUrl: '/strategy/purchase_limit_config/list',
|
|
|
+ realUrl: '/strategy/purchase_limit_config/list' as const,
|
|
|
reqType: {} as PurchaseLimitConfig对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -2077,7 +2089,7 @@ export default {
|
|
|
},
|
|
|
/** 获取计划提报限制详细配置分页列表 */
|
|
|
list_52: {
|
|
|
- realUrl: '/strategy/purchase_limit_config_log/list',
|
|
|
+ realUrl: '/strategy/purchase_limit_config_log/list' as const,
|
|
|
reqType: {} as IPageParams<PurchaseLimitConfigLog对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -2095,7 +2107,7 @@ export default {
|
|
|
},
|
|
|
/** 获取订单变更记录 */
|
|
|
list_53: {
|
|
|
- realUrl: '/strategy/purchase_operate/list',
|
|
|
+ realUrl: '/strategy/purchase_operate/list' as const,
|
|
|
reqType: {} as IPageParams<PurchaseOperate对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -2125,7 +2137,7 @@ export default {
|
|
|
},
|
|
|
/** 获取返利优惠列表 */
|
|
|
list_54: {
|
|
|
- realUrl: '/strategy/rebate_config/list',
|
|
|
+ realUrl: '/strategy/rebate_config/list' as const,
|
|
|
reqType: {} as IPageParams<RebateConfig对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -2137,13 +2149,13 @@ export default {
|
|
|
},
|
|
|
/** 获取返利优惠变更记录列表 */
|
|
|
list_55: {
|
|
|
- realUrl: '/strategy/rebate_log/list',
|
|
|
+ realUrl: '/strategy/rebate_log/list' as const,
|
|
|
reqType: {} as IPageParams<RebateLog对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 返利优惠变更记录详细日志 */
|
|
|
list_56: {
|
|
|
- realUrl: '/strategy/rebate_log_detail/list',
|
|
|
+ realUrl: '/strategy/rebate_log_detail/list' as const,
|
|
|
reqType: {} as IPageParams<RebateLogDetail对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -2154,11 +2166,10 @@ export default {
|
|
|
/** key */
|
|
|
key?: string
|
|
|
},
|
|
|
-
|
|
|
},
|
|
|
/** 获取申请变更记录列表 */
|
|
|
list_57: {
|
|
|
- realUrl: '/strategy/release_detail/list',
|
|
|
+ realUrl: '/strategy/release_detail/list' as const,
|
|
|
reqType: {} as IPageParams<ReleaseDetail对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -2188,7 +2199,7 @@ export default {
|
|
|
},
|
|
|
/** 获取发布申请列表 */
|
|
|
list_58: {
|
|
|
- realUrl: '/strategy/release_manage/list',
|
|
|
+ realUrl: '/strategy/release_manage/list' as const,
|
|
|
reqType: {} as IPageParams<ReleaseManage对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -2204,15 +2215,39 @@ export default {
|
|
|
reqType: {} as ReleaseManage对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
+ /** 新增站信息 */
|
|
|
+ add_33: {
|
|
|
+ realUrl: '/strategy/station_map/add' as const,
|
|
|
+ reqType: {} as StationMap对象,
|
|
|
+ resType: {} as boolean,
|
|
|
+ },
|
|
|
+ /** 删除站信息 */
|
|
|
+ delete_6: {
|
|
|
+ realUrl: '/strategy/station_map/delete' as const,
|
|
|
+ reqType: {} as StationMap对象,
|
|
|
+ resType: {} as boolean,
|
|
|
+ },
|
|
|
+ /** 获取城市的经纬度范围 */
|
|
|
+ get_city_region: {
|
|
|
+ realUrl: '/strategy/station_map/get_city_region' as const,
|
|
|
+ reqType: {} as 通用字符串单参数_参数类,
|
|
|
+ resType: {} as Array<string>,
|
|
|
+ },
|
|
|
/** 按条件获取站信息列表 */
|
|
|
list_59: {
|
|
|
- realUrl: '/strategy/station_map/list',
|
|
|
+ realUrl: '/strategy/station_map/list' as const,
|
|
|
reqType: {} as StationMap对象,
|
|
|
resType: {} as Array<StationMap对象>,
|
|
|
},
|
|
|
+ /** 更改站信息 */
|
|
|
+ update_25: {
|
|
|
+ realUrl: '/strategy/station_map/update' as const,
|
|
|
+ reqType: {} as StationMap对象,
|
|
|
+ resType: {} as boolean,
|
|
|
+ },
|
|
|
/** 添加库存变动日志 */
|
|
|
- add_33: {
|
|
|
- realUrl: '/strategy/stock_log/add',
|
|
|
+ add_34: {
|
|
|
+ realUrl: '/strategy/stock_log/add' as const,
|
|
|
reqType: {} as StockLog对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -2278,7 +2313,7 @@ export default {
|
|
|
},
|
|
|
/** 获取库存变动日志列表 */
|
|
|
list_60: {
|
|
|
- realUrl: '/strategy/stock_log/list',
|
|
|
+ realUrl: '/strategy/stock_log/list' as const,
|
|
|
reqType: {} as IPageParams<StockLog对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -2325,32 +2360,32 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 添加system_config_log */
|
|
|
- add_34: {
|
|
|
- realUrl: '/strategy/system_config_log/add',
|
|
|
+ add_35: {
|
|
|
+ realUrl: '/strategy/system_config_log/add' as const,
|
|
|
reqType: {} as SystemConfigLog对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取system_config_log列表 */
|
|
|
list_61: {
|
|
|
- realUrl: '/strategy/system_config_log/list',
|
|
|
+ realUrl: '/strategy/system_config_log/list' as const,
|
|
|
reqType: {} as IPageParams<SystemConfigLog对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 修改system_config_log */
|
|
|
- update_25: {
|
|
|
- realUrl: '/strategy/system_config_log/update',
|
|
|
+ update_26: {
|
|
|
+ realUrl: '/strategy/system_config_log/update' as const,
|
|
|
reqType: {} as SystemConfigLog对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 添加tag */
|
|
|
- add_35: {
|
|
|
- realUrl: '/strategy/tag/add',
|
|
|
+ add_36: {
|
|
|
+ realUrl: '/strategy/tag/add' as const,
|
|
|
reqType: {} as Tag对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 删除tag */
|
|
|
- delete_6: {
|
|
|
- realUrl: '/strategy/tag/delete',
|
|
|
+ delete_7: {
|
|
|
+ realUrl: '/strategy/tag/delete' as const,
|
|
|
reqType: {} as Tag对象,
|
|
|
resType: {} as boolean,
|
|
|
},
|
|
|
@@ -2362,13 +2397,13 @@ export default {
|
|
|
},
|
|
|
/** 获取tag列表 */
|
|
|
list_62: {
|
|
|
- realUrl: '/strategy/tag/list',
|
|
|
+ realUrl: '/strategy/tag/list' as const,
|
|
|
reqType: {} as Tag对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 修改tag */
|
|
|
- update_26: {
|
|
|
- realUrl: '/strategy/tag/update',
|
|
|
+ update_27: {
|
|
|
+ realUrl: '/strategy/tag/update' as const,
|
|
|
reqType: {} as Tag对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -2434,7 +2469,7 @@ export default {
|
|
|
},
|
|
|
/** pushStationStatus */
|
|
|
push_station_status: {
|
|
|
- realUrl: '/strategy/third_party/push_station_status',
|
|
|
+ realUrl: '/strategy/third_party/push_station_status' as const,
|
|
|
reqType: {} as 三方对接_关停或者重启站推送_参数实体类,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -2463,8 +2498,8 @@ export default {
|
|
|
resType: {} as CarrierVO,
|
|
|
},
|
|
|
/** 新增卡车 */
|
|
|
- add_36: {
|
|
|
- realUrl: '/strategy/truck/add',
|
|
|
+ add_37: {
|
|
|
+ realUrl: '/strategy/truck/add' as const,
|
|
|
reqType: {} as Truck对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -2737,7 +2772,7 @@ export default {
|
|
|
},
|
|
|
/** 卡车列表 */
|
|
|
list_63: {
|
|
|
- realUrl: '/strategy/truck/list',
|
|
|
+ realUrl: '/strategy/truck/list' as const,
|
|
|
reqType: {} as IPageParams<Truck对象>,
|
|
|
resType: {} as AnyObject,
|
|
|
},
|
|
|
@@ -2850,8 +2885,8 @@ export default {
|
|
|
resType: {} as string,
|
|
|
},
|
|
|
/** 添加truck_com_contract */
|
|
|
- add_37: {
|
|
|
- realUrl: '/strategy/truck_com_contract/add',
|
|
|
+ add_38: {
|
|
|
+ realUrl: '/strategy/truck_com_contract/add' as const,
|
|
|
reqType: {} as TruckComContract对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -2863,19 +2898,19 @@ export default {
|
|
|
},
|
|
|
/** 获取truck_com_contract列表 */
|
|
|
list_64: {
|
|
|
- realUrl: '/strategy/truck_com_contract/list',
|
|
|
+ realUrl: '/strategy/truck_com_contract/list' as const,
|
|
|
reqType: {} as IPageParams<TruckComContract对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 修改truck_com_contract */
|
|
|
- update_27: {
|
|
|
- realUrl: '/strategy/truck_com_contract/update',
|
|
|
+ update_28: {
|
|
|
+ realUrl: '/strategy/truck_com_contract/update' as const,
|
|
|
reqType: {} as TruckComContract对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 新增卡车-司机分配 */
|
|
|
- add_38: {
|
|
|
- realUrl: '/strategy/truck_driver/add',
|
|
|
+ add_39: {
|
|
|
+ realUrl: '/strategy/truck_driver/add' as const,
|
|
|
reqType: {} as TruckDriver对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -2928,8 +2963,8 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 添加truck_driver_log */
|
|
|
- add_39: {
|
|
|
- realUrl: '/strategy/truck_driver_log/add',
|
|
|
+ add_40: {
|
|
|
+ realUrl: '/strategy/truck_driver_log/add' as const,
|
|
|
reqType: {} as TruckDriverLog对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
@@ -2959,25 +2994,25 @@ export default {
|
|
|
},
|
|
|
/** 获取truck_driver_log列表 */
|
|
|
list_65: {
|
|
|
- realUrl: '/strategy/truck_driver_log/list',
|
|
|
+ realUrl: '/strategy/truck_driver_log/list' as const,
|
|
|
reqType: {} as IPageParams<TruckDriverLog对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 修改truck_driver_log */
|
|
|
- update_28: {
|
|
|
- realUrl: '/strategy/truck_driver_log/update',
|
|
|
+ update_29: {
|
|
|
+ realUrl: '/strategy/truck_driver_log/update' as const,
|
|
|
reqType: {} as TruckDriverLog对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** add 卡车变更日志 */
|
|
|
- add_40: {
|
|
|
- realUrl: '/strategy/truck_log/add',
|
|
|
+ add_41: {
|
|
|
+ realUrl: '/strategy/truck_log/add' as const,
|
|
|
reqType: {} as TruckLog对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取truck_log列表 */
|
|
|
list_66: {
|
|
|
- realUrl: '/strategy/truck_log/list',
|
|
|
+ realUrl: '/strategy/truck_log/list' as const,
|
|
|
reqType: {} as IPageParams<TruckLog对象>,
|
|
|
resType: {} as any,
|
|
|
},
|