﻿[
  {
    "cmd": "car_get_GetScenicPageList", //获取景点分页列表
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "GetScenicPageList"
  },
  {
    "cmd": "car_get_GetScenicList", //获取景点列表
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "GetScenicList"
  },
  {
    "cmd": "car_post_SetScenicInfo", //新增修改景点信息
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "SetScenicInfo"
  },
  {
    "cmd": "car_post_DelScenicInfo", //删除景点
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "DelScenicInfo"
  },
  {
    "cmd": "car_get_GetCarInfoPageList", //获取车辆分页列表
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "GetCarInfoPageList"
  },
  {
    "cmd": "car_get_GetCarInfoList", //获取车辆列表
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "GetCarInfoList"
  },
  {
    "cmd": "car_get_GetCarInfoDetails", //获取车辆详情信息
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "GetCarInfoDetails"
  },
  {
    "cmd": "car_post_SetCarInfo", //新增修改车辆信息
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "SetCarInfo"
  },
  {
    "cmd": "car_post_GetGroupByList", //车辆统计
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "GetGroupByList"
  },
  {
    "cmd": "car_post_DelCarInfo", //删除车辆
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "DelCarInfo"
  },
  {
    "cmd": "car_get_GetCarCustomTypeEnumList", //获取车辆类型枚举
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "GetCarCustomTypeEnumList"
  },
  {
    "cmd": "car_get_GetLineProductPageList", //获取线路产品分页列表
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "GetLineProductPageList"
  },
  {
    "cmd": "car_get_GetLineProductInfo", //获取线路产品信息
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "GetLineProductInfo"
  },
  {
    "cmd": "car_post_SetLineProductInfo", //新增修改线路产品
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "SetLineProductInfo"
  },
  {
    "cmd": "car_post_SetLineProductState", //设置线路产品状态
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "SetLineProductState"
  },
  {
    "cmd": "car_get_GetLineProductPriceMonthStatistics", //获取线路产品报价月份统计
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "GetLineProductPriceMonthStatistics"
  },
  {
    "cmd": "car_post_SetLineProductPrice", //设置线路产品报价
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "SetLineProductPrice"
  },
  {
    "cmd": "car_post_DelLineProductPrice", //删除线路产品报价
    "fullName": "REBORN.Services.DMCService.CarCustomService",
    "method": "DelLineProductPrice"
  }
]