|
@@ -539,7 +539,7 @@ export default {
|
|
|
/** 查询站的历史概况汇总信息(运营销量监控) */
|
|
/** 查询站的历史概况汇总信息(运营销量监控) */
|
|
|
get_overview_gway: {
|
|
get_overview_gway: {
|
|
|
realUrl: '/strategy/flag_station_info/get_overview_gway' as const,
|
|
realUrl: '/strategy/flag_station_info/get_overview_gway' as const,
|
|
|
- reqType: {} as 站历史概况查询参数实体类,
|
|
|
|
|
|
|
+ reqType: {} as 加气站运营管理查询实体类,
|
|
|
resType: {} as 站当日概况信息实体类,
|
|
resType: {} as 站当日概况信息实体类,
|
|
|
},
|
|
},
|
|
|
/** 查询站的历史概况信息 */
|
|
/** 查询站的历史概况信息 */
|
|
@@ -2186,6 +2186,12 @@ export default {
|
|
|
reqType: {} as ReleaseManage对象,
|
|
reqType: {} as ReleaseManage对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
|
|
+ /** 获取所有的站信息列表 */
|
|
|
|
|
+ list_58: {
|
|
|
|
|
+ realUrl: '/strategy/station_map/list' as const,
|
|
|
|
|
+
|
|
|
|
|
+ resType: {} as StationMap对象,
|
|
|
|
|
+ },
|
|
|
/** 添加库存变动日志 */
|
|
/** 添加库存变动日志 */
|
|
|
add_33: {
|
|
add_33: {
|
|
|
realUrl: '/strategy/stock_log/add' as const,
|
|
realUrl: '/strategy/stock_log/add' as const,
|
|
@@ -2253,7 +2259,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取库存变动日志列表 */
|
|
/** 获取库存变动日志列表 */
|
|
|
- list_58: {
|
|
|
|
|
|
|
+ list_59: {
|
|
|
realUrl: '/strategy/stock_log/list' as const,
|
|
realUrl: '/strategy/stock_log/list' as const,
|
|
|
reqType: {} as IPageParams<StockLog对象>,
|
|
reqType: {} as IPageParams<StockLog对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2307,7 +2313,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取system_config_log列表 */
|
|
/** 获取system_config_log列表 */
|
|
|
- list_59: {
|
|
|
|
|
|
|
+ list_60: {
|
|
|
realUrl: '/strategy/system_config_log/list' as const,
|
|
realUrl: '/strategy/system_config_log/list' as const,
|
|
|
reqType: {} as IPageParams<SystemConfigLog对象>,
|
|
reqType: {} as IPageParams<SystemConfigLog对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2337,7 +2343,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取tag列表 */
|
|
/** 获取tag列表 */
|
|
|
- list_60: {
|
|
|
|
|
|
|
+ list_61: {
|
|
|
realUrl: '/strategy/tag/list' as const,
|
|
realUrl: '/strategy/tag/list' as const,
|
|
|
reqType: {} as Tag对象,
|
|
reqType: {} as Tag对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2408,6 +2414,12 @@ export default {
|
|
|
reqType: {} as 成丰对接_站全量查询参数,
|
|
reqType: {} as 成丰对接_站全量查询参数,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
|
|
+ /** pushStationStatus */
|
|
|
|
|
+ push_station_status: {
|
|
|
|
|
+ realUrl: '/strategy/third_party/push_station_status' as const,
|
|
|
|
|
+ reqType: {} as 三方对接_关停或者重启站推送_参数实体类,
|
|
|
|
|
+ resType: {} as any,
|
|
|
|
|
+ },
|
|
|
/** 查询全量加气站信息列表 */
|
|
/** 查询全量加气站信息列表 */
|
|
|
qr_gasstation: {
|
|
qr_gasstation: {
|
|
|
realUrl: '/strategy/third_party/qr_gasstation' as const,
|
|
realUrl: '/strategy/third_party/qr_gasstation' as const,
|
|
@@ -2706,7 +2718,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 卡车列表 */
|
|
/** 卡车列表 */
|
|
|
- list_61: {
|
|
|
|
|
|
|
+ list_62: {
|
|
|
realUrl: '/strategy/truck/list' as const,
|
|
realUrl: '/strategy/truck/list' as const,
|
|
|
reqType: {} as IPageParams<Truck对象>,
|
|
reqType: {} as IPageParams<Truck对象>,
|
|
|
resType: {} as AnyObject,
|
|
resType: {} as AnyObject,
|
|
@@ -2832,7 +2844,7 @@ export default {
|
|
|
resType: {} as Array<TruckComContract对象>,
|
|
resType: {} as Array<TruckComContract对象>,
|
|
|
},
|
|
},
|
|
|
/** 获取truck_com_contract列表 */
|
|
/** 获取truck_com_contract列表 */
|
|
|
- list_62: {
|
|
|
|
|
|
|
+ list_63: {
|
|
|
realUrl: '/strategy/truck_com_contract/list' as const,
|
|
realUrl: '/strategy/truck_com_contract/list' as const,
|
|
|
reqType: {} as IPageParams<TruckComContract对象>,
|
|
reqType: {} as IPageParams<TruckComContract对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2928,7 +2940,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取truck_driver_log列表 */
|
|
/** 获取truck_driver_log列表 */
|
|
|
- list_63: {
|
|
|
|
|
|
|
+ list_64: {
|
|
|
realUrl: '/strategy/truck_driver_log/list' as const,
|
|
realUrl: '/strategy/truck_driver_log/list' as const,
|
|
|
reqType: {} as IPageParams<TruckDriverLog对象>,
|
|
reqType: {} as IPageParams<TruckDriverLog对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2946,7 +2958,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取truck_log列表 */
|
|
/** 获取truck_log列表 */
|
|
|
- list_64: {
|
|
|
|
|
|
|
+ list_65: {
|
|
|
realUrl: '/strategy/truck_log/list' as const,
|
|
realUrl: '/strategy/truck_log/list' as const,
|
|
|
reqType: {} as IPageParams<TruckLog对象>,
|
|
reqType: {} as IPageParams<TruckLog对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|