|
@@ -1,427 +1,427 @@
|
|
|
export default {
|
|
export default {
|
|
|
/** 添加LNG_Sales */
|
|
/** 添加LNG_Sales */
|
|
|
add: {
|
|
add: {
|
|
|
- realUrl: '/gasdata/LNG_Sales/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/LNG_Sales/add',
|
|
|
reqType: {} as LngSales对象,
|
|
reqType: {} as LngSales对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取LNG_Sales列表 */
|
|
/** 获取LNG_Sales列表 */
|
|
|
list: {
|
|
list: {
|
|
|
- realUrl: '/gasdata/LNG_Sales/list' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/LNG_Sales/list',
|
|
|
reqType: {} as IPageParams<LngSales对象>,
|
|
reqType: {} as IPageParams<LngSales对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改LNG_Sales */
|
|
/** 修改LNG_Sales */
|
|
|
update: {
|
|
update: {
|
|
|
- realUrl: '/gasdata/LNG_Sales/update' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/LNG_Sales/update',
|
|
|
reqType: {} as LngSales对象,
|
|
reqType: {} as LngSales对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加gasstation_order */
|
|
/** 添加gasstation_order */
|
|
|
add_1: {
|
|
add_1: {
|
|
|
- realUrl: '/gasdata/gasorder/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasorder/add',
|
|
|
reqType: {} as GasstationOrder对象,
|
|
reqType: {} as GasstationOrder对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取gasstation_order列表 */
|
|
/** 获取gasstation_order列表 */
|
|
|
list_1: {
|
|
list_1: {
|
|
|
- realUrl: '/gasdata/gasorder/list' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasorder/list',
|
|
|
reqType: {} as IPageParams<GasstationOrder对象>,
|
|
reqType: {} as IPageParams<GasstationOrder对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 加气站上传数据接口 */
|
|
/** 加气站上传数据接口 */
|
|
|
receive: {
|
|
receive: {
|
|
|
- realUrl: '/gasdata/gasorder/receive' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasorder/receive',
|
|
|
reqType: {} as GasstationDataParam,
|
|
reqType: {} as GasstationDataParam,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改gasstation_order */
|
|
/** 修改gasstation_order */
|
|
|
update_1: {
|
|
update_1: {
|
|
|
- realUrl: '/gasdata/gasorder/update' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasorder/update',
|
|
|
reqType: {} as GasstationOrder对象,
|
|
reqType: {} as GasstationOrder对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加gasstation */
|
|
/** 添加gasstation */
|
|
|
add_2: {
|
|
add_2: {
|
|
|
- realUrl: '/gasdata/gasstation/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation/add',
|
|
|
reqType: {} as Gasstation对象,
|
|
reqType: {} as Gasstation对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 智能分析,LNG价格对比和站点分布 */
|
|
/** 智能分析,LNG价格对比和站点分布 */
|
|
|
analyse1: {
|
|
analyse1: {
|
|
|
- realUrl: '/gasdata/gasstation/analyse1' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation/analyse1',
|
|
|
reqType: {} as DistrictParam,
|
|
reqType: {} as DistrictParam,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 智能分析,LNG市场份额 */
|
|
/** 智能分析,LNG市场份额 */
|
|
|
analyse2: {
|
|
analyse2: {
|
|
|
- realUrl: '/gasdata/gasstation/analyse2' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation/analyse2',
|
|
|
reqType: {} as DistrictParam,
|
|
reqType: {} as DistrictParam,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 同步strategy旧数据 */
|
|
/** 同步strategy旧数据 */
|
|
|
combat: {
|
|
combat: {
|
|
|
- realUrl: '/gasdata/gasstation/combat' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation/combat',
|
|
|
|
|
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 业务区域配置加气站同步 */
|
|
/** 业务区域配置加气站同步 */
|
|
|
district: {
|
|
district: {
|
|
|
- realUrl: '/gasdata/gasstation/district' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation/district',
|
|
|
reqType: {} as 获取用户业务区域列表,
|
|
reqType: {} as 获取用户业务区域列表,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改站点类型 */
|
|
/** 修改站点类型 */
|
|
|
edit: {
|
|
edit: {
|
|
|
- realUrl: '/gasdata/gasstation/edit' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation/edit',
|
|
|
reqType: {} as Gasstation对象,
|
|
reqType: {} as Gasstation对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取gasstation列表 */
|
|
/** 获取gasstation列表 */
|
|
|
list_2: {
|
|
list_2: {
|
|
|
- realUrl: '/gasdata/gasstation/list' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation/list',
|
|
|
reqType: {} as Gasstation对象,
|
|
reqType: {} as Gasstation对象,
|
|
|
resType: {} as Array<Gasstation列表对象>,
|
|
resType: {} as Array<Gasstation列表对象>,
|
|
|
},
|
|
},
|
|
|
/** 获取gasstation列表 */
|
|
/** 获取gasstation列表 */
|
|
|
newList: {
|
|
newList: {
|
|
|
- realUrl: '/gasdata/gasstation/newList' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation/newList',
|
|
|
reqType: {} as Gasstation对象,
|
|
reqType: {} as Gasstation对象,
|
|
|
resType: {} as Array<Gasstation列表对象>,
|
|
resType: {} as Array<Gasstation列表对象>,
|
|
|
},
|
|
},
|
|
|
/** 批量编辑列表 */
|
|
/** 批量编辑列表 */
|
|
|
page: {
|
|
page: {
|
|
|
- realUrl: '/gasdata/gasstation/page' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation/page',
|
|
|
reqType: {} as IPageParams<Gasstation对象>,
|
|
reqType: {} as IPageParams<Gasstation对象>,
|
|
|
resType: {} as Gasstation列表对象,
|
|
resType: {} as Gasstation列表对象,
|
|
|
},
|
|
},
|
|
|
/** 删除非大象站 */
|
|
/** 删除非大象站 */
|
|
|
remove: {
|
|
remove: {
|
|
|
- realUrl: '/gasdata/gasstation/remove' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation/remove',
|
|
|
reqType: {} as Gasstation对象,
|
|
reqType: {} as Gasstation对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 定时同步settle的加气量/结算价更新信息 */
|
|
/** 定时同步settle的加气量/结算价更新信息 */
|
|
|
add_3: {
|
|
add_3: {
|
|
|
- realUrl: '/gasdata/gasstation/settle/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation/settle/add',
|
|
|
|
|
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 定时同步strategy.gasstation的更新信息 */
|
|
/** 定时同步strategy.gasstation的更新信息 */
|
|
|
add_4: {
|
|
add_4: {
|
|
|
- realUrl: '/gasdata/gasstation/strategy/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation/strategy/add',
|
|
|
|
|
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 加气站站点编辑 */
|
|
/** 加气站站点编辑 */
|
|
|
update_2: {
|
|
update_2: {
|
|
|
- realUrl: '/gasdata/gasstation/update' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation/update',
|
|
|
reqType: {} as Gasstation对象,
|
|
reqType: {} as Gasstation对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 加气站情报编辑 */
|
|
/** 加气站情报编辑 */
|
|
|
info: {
|
|
info: {
|
|
|
- realUrl: '/gasdata/gasstation/update/info' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation/update/info',
|
|
|
reqType: {} as Gasstation对象,
|
|
reqType: {} as Gasstation对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加gasstation_info_log */
|
|
/** 添加gasstation_info_log */
|
|
|
add_5: {
|
|
add_5: {
|
|
|
- realUrl: '/gasdata/gasstation_info_log/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation_info_log/add',
|
|
|
reqType: {} as GasstationInfoLog对象,
|
|
reqType: {} as GasstationInfoLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取gasstation_info_log列表 */
|
|
/** 获取gasstation_info_log列表 */
|
|
|
list_3: {
|
|
list_3: {
|
|
|
- realUrl: '/gasdata/gasstation_info_log/list' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation_info_log/list',
|
|
|
reqType: {} as IPageParams<GasstationInfoLog对象>,
|
|
reqType: {} as IPageParams<GasstationInfoLog对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改gasstation_info_log */
|
|
/** 修改gasstation_info_log */
|
|
|
update_3: {
|
|
update_3: {
|
|
|
- realUrl: '/gasdata/gasstation_info_log/update' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation_info_log/update',
|
|
|
reqType: {} as GasstationInfoLog对象,
|
|
reqType: {} as GasstationInfoLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加gasstation_log */
|
|
/** 添加gasstation_log */
|
|
|
add_6: {
|
|
add_6: {
|
|
|
- realUrl: '/gasdata/gasstation_log/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation_log/add',
|
|
|
reqType: {} as GasstationLog对象,
|
|
reqType: {} as GasstationLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取gasstation_log列表 */
|
|
/** 获取gasstation_log列表 */
|
|
|
list_4: {
|
|
list_4: {
|
|
|
- realUrl: '/gasdata/gasstation_log/list' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation_log/list',
|
|
|
reqType: {} as IPageParams<GasstationLog对象>,
|
|
reqType: {} as IPageParams<GasstationLog对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改gasstation_log */
|
|
/** 修改gasstation_log */
|
|
|
update_4: {
|
|
update_4: {
|
|
|
- realUrl: '/gasdata/gasstation_log/update' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation_log/update',
|
|
|
reqType: {} as GasstationLog对象,
|
|
reqType: {} as GasstationLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加gasstation_token */
|
|
/** 添加gasstation_token */
|
|
|
add_7: {
|
|
add_7: {
|
|
|
- realUrl: '/gasdata/gasstation_token/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation_token/add',
|
|
|
reqType: {} as GasstationToken对象,
|
|
reqType: {} as GasstationToken对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取gasstation_token列表 */
|
|
/** 获取gasstation_token列表 */
|
|
|
list_5: {
|
|
list_5: {
|
|
|
- realUrl: '/gasdata/gasstation_token/list' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation_token/list',
|
|
|
reqType: {} as IPageParams<GasstationToken对象>,
|
|
reqType: {} as IPageParams<GasstationToken对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改gasstation_token */
|
|
/** 修改gasstation_token */
|
|
|
update_5: {
|
|
update_5: {
|
|
|
- realUrl: '/gasdata/gasstation_token/update' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gasstation_token/update',
|
|
|
reqType: {} as GasstationToken对象,
|
|
reqType: {} as GasstationToken对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加gauge */
|
|
/** 添加gauge */
|
|
|
add_8: {
|
|
add_8: {
|
|
|
- realUrl: '/gasdata/gauge/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gauge/add',
|
|
|
reqType: {} as Gauge对象,
|
|
reqType: {} as Gauge对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 多车监控 */
|
|
/** 多车监控 */
|
|
|
all: {
|
|
all: {
|
|
|
- realUrl: '/gasdata/gauge/all' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gauge/all',
|
|
|
reqType: {} as 多车监控排序,
|
|
reqType: {} as 多车监控排序,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** excel导出智能液位计 */
|
|
/** excel导出智能液位计 */
|
|
|
export: {
|
|
export: {
|
|
|
- realUrl: '/gasdata/gauge/export' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gauge/export',
|
|
|
|
|
|
|
|
resType: {} as boolean,
|
|
resType: {} as boolean,
|
|
|
},
|
|
},
|
|
|
/** 获取gauge列表 */
|
|
/** 获取gauge列表 */
|
|
|
list_6: {
|
|
list_6: {
|
|
|
- realUrl: '/gasdata/gauge/list' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gauge/list',
|
|
|
reqType: {} as IPageParams<Gauge对象>,
|
|
reqType: {} as IPageParams<Gauge对象>,
|
|
|
resType: {} as IPage<Gauge对象>,
|
|
resType: {} as IPage<Gauge对象>,
|
|
|
},
|
|
},
|
|
|
/** 单车监控 */
|
|
/** 单车监控 */
|
|
|
one: {
|
|
one: {
|
|
|
- realUrl: '/gasdata/gauge/one' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gauge/one',
|
|
|
reqType: {} as Truck对象,
|
|
reqType: {} as Truck对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 删除gauge */
|
|
/** 删除gauge */
|
|
|
remove_1: {
|
|
remove_1: {
|
|
|
- realUrl: '/gasdata/gauge/remove' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gauge/remove',
|
|
|
reqType: {} as Gauge对象,
|
|
reqType: {} as Gauge对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 轨迹回放 */
|
|
/** 轨迹回放 */
|
|
|
trajectory: {
|
|
trajectory: {
|
|
|
- realUrl: '/gasdata/gauge/trajectory' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gauge/trajectory',
|
|
|
reqType: {} as 轨迹回放,
|
|
reqType: {} as 轨迹回放,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改gauge */
|
|
/** 修改gauge */
|
|
|
update_6: {
|
|
update_6: {
|
|
|
- realUrl: '/gasdata/gauge/update' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gauge/update',
|
|
|
reqType: {} as Gauge对象,
|
|
reqType: {} as Gauge对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加gauge_container */
|
|
/** 添加gauge_container */
|
|
|
add_9: {
|
|
add_9: {
|
|
|
- realUrl: '/gasdata/gauge_container/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gauge_container/add',
|
|
|
reqType: {} as GaugeContainer对象,
|
|
reqType: {} as GaugeContainer对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取gauge_container列表 */
|
|
/** 获取gauge_container列表 */
|
|
|
list_7: {
|
|
list_7: {
|
|
|
- realUrl: '/gasdata/gauge_container/list' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gauge_container/list',
|
|
|
reqType: {} as IPageParams<GaugeContainer对象>,
|
|
reqType: {} as IPageParams<GaugeContainer对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改gauge_container */
|
|
/** 修改gauge_container */
|
|
|
update_7: {
|
|
update_7: {
|
|
|
- realUrl: '/gasdata/gauge_container/update' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gauge_container/update',
|
|
|
reqType: {} as GaugeContainer对象,
|
|
reqType: {} as GaugeContainer对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加gauge_log */
|
|
/** 添加gauge_log */
|
|
|
add_10: {
|
|
add_10: {
|
|
|
- realUrl: '/gasdata/gauge_log/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gauge_log/add',
|
|
|
reqType: {} as GaugeLog对象,
|
|
reqType: {} as GaugeLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取gauge_log列表 */
|
|
/** 获取gauge_log列表 */
|
|
|
list_8: {
|
|
list_8: {
|
|
|
- realUrl: '/gasdata/gauge_log/list' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gauge_log/list',
|
|
|
reqType: {} as IPageParams<GaugeLog对象>,
|
|
reqType: {} as IPageParams<GaugeLog对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改gauge_log */
|
|
/** 修改gauge_log */
|
|
|
update_8: {
|
|
update_8: {
|
|
|
- realUrl: '/gasdata/gauge_log/update' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/gauge_log/update',
|
|
|
reqType: {} as GaugeLog对象,
|
|
reqType: {} as GaugeLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加lng_container */
|
|
/** 添加lng_container */
|
|
|
add_11: {
|
|
add_11: {
|
|
|
- realUrl: '/gasdata/lng_container/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/lng_container/add',
|
|
|
reqType: {} as LngContainer对象,
|
|
reqType: {} as LngContainer对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 根据车牌号查询配置的气瓶 */
|
|
/** 根据车牌号查询配置的气瓶 */
|
|
|
car: {
|
|
car: {
|
|
|
- realUrl: '/gasdata/lng_container/car' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/lng_container/car',
|
|
|
reqType: {} as LngContainer对象,
|
|
reqType: {} as LngContainer对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** excel导出车载LNG气瓶 */
|
|
/** excel导出车载LNG气瓶 */
|
|
|
export_1: {
|
|
export_1: {
|
|
|
- realUrl: '/gasdata/lng_container/export' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/lng_container/export',
|
|
|
|
|
|
|
|
resType: {} as boolean,
|
|
resType: {} as boolean,
|
|
|
},
|
|
},
|
|
|
/** 获取lng_container列表 */
|
|
/** 获取lng_container列表 */
|
|
|
list_9: {
|
|
list_9: {
|
|
|
- realUrl: '/gasdata/lng_container/list' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/lng_container/list',
|
|
|
reqType: {} as IPageParams<LngContainer对象>,
|
|
reqType: {} as IPageParams<LngContainer对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取lng_container分页列表 */
|
|
/** 获取lng_container分页列表 */
|
|
|
page_1: {
|
|
page_1: {
|
|
|
- realUrl: '/gasdata/lng_container/page' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/lng_container/page',
|
|
|
reqType: {} as IPageParams<LngContainer对象>,
|
|
reqType: {} as IPageParams<LngContainer对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 删除气瓶配置 */
|
|
/** 删除气瓶配置 */
|
|
|
remove_2: {
|
|
remove_2: {
|
|
|
- realUrl: '/gasdata/lng_container/remove' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/lng_container/remove',
|
|
|
reqType: {} as LngContainer对象,
|
|
reqType: {} as LngContainer对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改lng_container */
|
|
/** 修改lng_container */
|
|
|
update_9: {
|
|
update_9: {
|
|
|
- realUrl: '/gasdata/lng_container/update' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/lng_container/update',
|
|
|
reqType: {} as LngContainer对象,
|
|
reqType: {} as LngContainer对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加lng_container_log */
|
|
/** 添加lng_container_log */
|
|
|
add_12: {
|
|
add_12: {
|
|
|
- realUrl: '/gasdata/lng_container_log/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/lng_container_log/add',
|
|
|
reqType: {} as LngContainerLog对象,
|
|
reqType: {} as LngContainerLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取lng_container_log列表 */
|
|
/** 获取lng_container_log列表 */
|
|
|
list_10: {
|
|
list_10: {
|
|
|
- realUrl: '/gasdata/lng_container_log/list' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/lng_container_log/list',
|
|
|
reqType: {} as IPageParams<LngContainerLog对象>,
|
|
reqType: {} as IPageParams<LngContainerLog对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改lng_container_log */
|
|
/** 修改lng_container_log */
|
|
|
update_10: {
|
|
update_10: {
|
|
|
- realUrl: '/gasdata/lng_container_log/update' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/lng_container_log/update',
|
|
|
reqType: {} as LngContainerLog对象,
|
|
reqType: {} as LngContainerLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 智能液位计上传数据接口 */
|
|
/** 智能液位计上传数据接口 */
|
|
|
receive_1: {
|
|
receive_1: {
|
|
|
- realUrl: '/gasdata/lngtruck/receive' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/lngtruck/receive',
|
|
|
reqType: {} as LiquidGauge,
|
|
reqType: {} as LiquidGauge,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 车辆修改同步数据接口 */
|
|
/** 车辆修改同步数据接口 */
|
|
|
updateLngTruck: {
|
|
updateLngTruck: {
|
|
|
- realUrl: '/gasdata/lngtruck/updateLngTruck' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/lngtruck/updateLngTruck',
|
|
|
reqType: {} as LiquidGauge,
|
|
reqType: {} as LiquidGauge,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加tbl_exchange_record_his */
|
|
/** 添加tbl_exchange_record_his */
|
|
|
add_13: {
|
|
add_13: {
|
|
|
- realUrl: '/gasdata/tbl_exchange_record_his/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/tbl_exchange_record_his/add',
|
|
|
reqType: {} as TblExchangeRecordHis对象,
|
|
reqType: {} as TblExchangeRecordHis对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取tbl_exchange_record_his列表 */
|
|
/** 获取tbl_exchange_record_his列表 */
|
|
|
list_11: {
|
|
list_11: {
|
|
|
- realUrl: '/gasdata/tbl_exchange_record_his/list' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/tbl_exchange_record_his/list',
|
|
|
reqType: {} as IPageParams<TblExchangeRecordHis对象>,
|
|
reqType: {} as IPageParams<TblExchangeRecordHis对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改tbl_exchange_record_his */
|
|
/** 修改tbl_exchange_record_his */
|
|
|
update_11: {
|
|
update_11: {
|
|
|
- realUrl: '/gasdata/tbl_exchange_record_his/update' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/tbl_exchange_record_his/update',
|
|
|
reqType: {} as TblExchangeRecordHis对象,
|
|
reqType: {} as TblExchangeRecordHis对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加thirdgas27 */
|
|
/** 添加thirdgas27 */
|
|
|
add_14: {
|
|
add_14: {
|
|
|
- realUrl: '/gasdata/thirdgas27/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/thirdgas27/add',
|
|
|
reqType: {} as Thirdgas27对象,
|
|
reqType: {} as Thirdgas27对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取thirdgas27列表 */
|
|
/** 获取thirdgas27列表 */
|
|
|
list_12: {
|
|
list_12: {
|
|
|
- realUrl: '/gasdata/thirdgas27/list' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/thirdgas27/list',
|
|
|
reqType: {} as IPageParams<Thirdgas27对象>,
|
|
reqType: {} as IPageParams<Thirdgas27对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改thirdgas27 */
|
|
/** 修改thirdgas27 */
|
|
|
update_12: {
|
|
update_12: {
|
|
|
- realUrl: '/gasdata/thirdgas27/update' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/thirdgas27/update',
|
|
|
reqType: {} as Thirdgas27对象,
|
|
reqType: {} as Thirdgas27对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加thirdgas30 */
|
|
/** 添加thirdgas30 */
|
|
|
add_15: {
|
|
add_15: {
|
|
|
- realUrl: '/gasdata/thirdgas30/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/thirdgas30/add',
|
|
|
reqType: {} as Thirdgas30对象,
|
|
reqType: {} as Thirdgas30对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取thirdgas30列表 */
|
|
/** 获取thirdgas30列表 */
|
|
|
list_13: {
|
|
list_13: {
|
|
|
- realUrl: '/gasdata/thirdgas30/list' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/thirdgas30/list',
|
|
|
reqType: {} as IPageParams<Thirdgas30对象>,
|
|
reqType: {} as IPageParams<Thirdgas30对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改thirdgas30 */
|
|
/** 修改thirdgas30 */
|
|
|
update_13: {
|
|
update_13: {
|
|
|
- realUrl: '/gasdata/thirdgas30/update' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/thirdgas30/update',
|
|
|
reqType: {} as Thirdgas30对象,
|
|
reqType: {} as Thirdgas30对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加thirdgas45 */
|
|
/** 添加thirdgas45 */
|
|
|
add_16: {
|
|
add_16: {
|
|
|
- realUrl: '/gasdata/thirdgas45/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/thirdgas45/add',
|
|
|
reqType: {} as Thirdgas45对象,
|
|
reqType: {} as Thirdgas45对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取thirdgas45列表 */
|
|
/** 获取thirdgas45列表 */
|
|
|
list_14: {
|
|
list_14: {
|
|
|
- realUrl: '/gasdata/thirdgas45/list' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/thirdgas45/list',
|
|
|
reqType: {} as IPageParams<Thirdgas45对象>,
|
|
reqType: {} as IPageParams<Thirdgas45对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改thirdgas45 */
|
|
/** 修改thirdgas45 */
|
|
|
update_14: {
|
|
update_14: {
|
|
|
- realUrl: '/gasdata/thirdgas45/update' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/thirdgas45/update',
|
|
|
reqType: {} as Thirdgas45对象,
|
|
reqType: {} as Thirdgas45对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加thirdgas9 */
|
|
/** 添加thirdgas9 */
|
|
|
add_17: {
|
|
add_17: {
|
|
|
- realUrl: '/gasdata/thirdgas9/add' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/thirdgas9/add',
|
|
|
reqType: {} as Thirdgas9对象,
|
|
reqType: {} as Thirdgas9对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取thirdgas9列表 */
|
|
/** 获取thirdgas9列表 */
|
|
|
list_15: {
|
|
list_15: {
|
|
|
- realUrl: '/gasdata/thirdgas9/list' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/thirdgas9/list',
|
|
|
reqType: {} as IPageParams<Thirdgas9对象>,
|
|
reqType: {} as IPageParams<Thirdgas9对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改thirdgas9 */
|
|
/** 修改thirdgas9 */
|
|
|
update_15: {
|
|
update_15: {
|
|
|
- realUrl: '/gasdata/thirdgas9/update' as const,
|
|
|
|
|
|
|
+ realUrl: '/gasdata/thirdgas9/update',
|
|
|
reqType: {} as Thirdgas9对象,
|
|
reqType: {} as Thirdgas9对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|