// This file is created by egg-ts-helper@1.25.2
|
// Do not modify this file!!!!!!!!!
|
|
import 'egg';
|
import ExportAuth from '../../../app/service/auth';
|
import ExportBaseApiService from '../../../app/service/baseApiService';
|
import ExportBaseService from '../../../app/service/baseService';
|
import ExportCommon from '../../../app/service/common';
|
import ExportTask from '../../../app/service/task';
|
import ExportWcs from '../../../app/service/wcs';
|
import ExportBasicInfoConsignor from '../../../app/service/basicInfo/consignor';
|
import ExportBasicInfoConsignorContract from '../../../app/service/basicInfo/consignorContract';
|
import ExportBasicInfoDestination from '../../../app/service/basicInfo/destination';
|
import ExportBasicInfoPlate from '../../../app/service/basicInfo/plate';
|
import ExportBasicInfoPosition from '../../../app/service/basicInfo/position';
|
import ExportBasicInfoProductInfo from '../../../app/service/basicInfo/productInfo';
|
import ExportBasicInfoProvider from '../../../app/service/basicInfo/provider';
|
import ExportBasicInfoStorage from '../../../app/service/basicInfo/storage';
|
import ExportBasicInfoStorageArea from '../../../app/service/basicInfo/storageArea';
|
import ExportCrmClientLinker from '../../../app/service/crm/clientLinker';
|
import ExportExpressBshtHelper from '../../../app/service/express/bshtHelper';
|
import ExportExpressEmsHelper from '../../../app/service/express/emsHelper';
|
import ExportExpressHongyuanHelper from '../../../app/service/express/hongyuanHelper';
|
import ExportExpressLdgHelper from '../../../app/service/express/ldgHelper';
|
import ExportExpressQuotation from '../../../app/service/express/quotation';
|
import ExportExpressShunfengHelper from '../../../app/service/express/shunfengHelper';
|
import ExportExpressSortingCodeHelper from '../../../app/service/express/sortingCodeHelper';
|
import ExportExpressStoHelper from '../../../app/service/express/stoHelper';
|
import ExportExpressVoyage from '../../../app/service/express/voyage';
|
import ExportExpressWayBill from '../../../app/service/express/wayBill';
|
import ExportExpressWayBillTracking from '../../../app/service/express/wayBillTracking';
|
import ExportExpressYuantongHelper from '../../../app/service/express/yuantongHelper';
|
import ExportExpressZhongtongHelper from '../../../app/service/express/zhongtongHelper';
|
import ExportFinanceAccountCheck from '../../../app/service/finance/accountCheck';
|
import ExportFinanceBankAccount from '../../../app/service/finance/bankAccount';
|
import ExportFinanceBankBiz from '../../../app/service/finance/bankBiz';
|
import ExportFinanceFeeItem from '../../../app/service/finance/feeItem';
|
import ExportFinanceOneCharge from '../../../app/service/finance/oneCharge';
|
import ExportFinancePayableBill from '../../../app/service/finance/payableBill';
|
import ExportFinancePayout from '../../../app/service/finance/payout';
|
import ExportFinanceReceive from '../../../app/service/finance/receive';
|
import ExportFinanceStoragefee from '../../../app/service/finance/storagefee';
|
import ExportInboundDamagedOrder from '../../../app/service/inbound/damagedOrder';
|
import ExportInboundEnterlpnScanService from '../../../app/service/inbound/enterlpnScanService';
|
import ExportInboundInScanService from '../../../app/service/inbound/inScanService';
|
import ExportInboundOrder from '../../../app/service/inbound/order';
|
import ExportInboundOrderHelper from '../../../app/service/inbound/orderHelper';
|
import ExportInboundReturn from '../../../app/service/inbound/return';
|
import ExportInboundShelveStackingScan from '../../../app/service/inbound/shelveStackingScan';
|
import ExportInboundShevlveScan from '../../../app/service/inbound/shevlveScan';
|
import ExportOutboundAllocation from '../../../app/service/outbound/allocation';
|
import ExportOutboundEmptyEquipmentReturn from '../../../app/service/outbound/emptyEquipmentReturn';
|
import ExportOutboundGoods from '../../../app/service/outbound/goods';
|
import ExportOutboundOrder from '../../../app/service/outbound/order';
|
import ExportOutboundOrderHelper from '../../../app/service/outbound/orderHelper';
|
import ExportOutboundOrderPlan from '../../../app/service/outbound/orderPlan';
|
import ExportOutboundOutScanService from '../../../app/service/outbound/outScanService';
|
import ExportOutboundPickingPaiScanService from '../../../app/service/outbound/pickingPaiScanService';
|
import ExportStatXStatStorageDay from '../../../app/service/stat/xStatStorageDay';
|
import ExportStorageAdjust from '../../../app/service/storage/adjust';
|
import ExportStorageAllocateEnter from '../../../app/service/storage/allocateEnter';
|
import ExportStorageCheckService from '../../../app/service/storage/checkService';
|
import ExportStorageEnter from '../../../app/service/storage/enter';
|
import ExportStorageOuter from '../../../app/service/storage/outer';
|
import ExportStoragePositionGroupService from '../../../app/service/storage/positionGroupService';
|
import ExportStoragePositionTransfer from '../../../app/service/storage/positionTransfer';
|
import ExportStoragePush from '../../../app/service/storage/push';
|
import ExportStorageReplenishment from '../../../app/service/storage/replenishment';
|
import ExportSysImportCommon from '../../../app/service/sys/importCommon';
|
import ExportSysMenuVue from '../../../app/service/sys/menuVue';
|
import ExportSysRoleAuth from '../../../app/service/sys/roleAuth';
|
import ExportSysSysMvc from '../../../app/service/sys/sysMvc';
|
import ExportSysUser from '../../../app/service/sys/user';
|
import ExportTmsIdCard from '../../../app/service/tms/idCard';
|
import ExportTmsLine from '../../../app/service/tms/line';
|
import ExportTmsRouterHelper from '../../../app/service/tms/routerHelper';
|
import ExportTmsSortingHelper from '../../../app/service/tms/sortingHelper';
|
import ExportTmsWayBill from '../../../app/service/tms/wayBill';
|
import ExportTmsWayBillHelper from '../../../app/service/tms/wayBillHelper';
|
import ExportUtilsSmsHelper from '../../../app/service/utils/smsHelper';
|
import ExportInterfaceWeidianBasicInfo from '../../../app/service/interface/weidian/basicInfo';
|
|
declare module 'egg' {
|
interface IService {
|
auth: ExportAuth;
|
baseApiService: ExportBaseApiService;
|
baseService: ExportBaseService;
|
common: ExportCommon;
|
task: ExportTask;
|
wcs: ExportWcs;
|
basicInfo: {
|
consignor: ExportBasicInfoConsignor;
|
consignorContract: ExportBasicInfoConsignorContract;
|
destination: ExportBasicInfoDestination;
|
plate: ExportBasicInfoPlate;
|
position: ExportBasicInfoPosition;
|
productInfo: ExportBasicInfoProductInfo;
|
provider: ExportBasicInfoProvider;
|
storage: ExportBasicInfoStorage;
|
storageArea: ExportBasicInfoStorageArea;
|
}
|
crm: {
|
clientLinker: ExportCrmClientLinker;
|
}
|
express: {
|
bshtHelper: ExportExpressBshtHelper;
|
emsHelper: ExportExpressEmsHelper;
|
hongyuanHelper: ExportExpressHongyuanHelper;
|
ldgHelper: ExportExpressLdgHelper;
|
quotation: ExportExpressQuotation;
|
shunfengHelper: ExportExpressShunfengHelper;
|
sortingCodeHelper: ExportExpressSortingCodeHelper;
|
stoHelper: ExportExpressStoHelper;
|
voyage: ExportExpressVoyage;
|
wayBill: ExportExpressWayBill;
|
wayBillTracking: ExportExpressWayBillTracking;
|
yuantongHelper: ExportExpressYuantongHelper;
|
zhongtongHelper: ExportExpressZhongtongHelper;
|
}
|
finance: {
|
accountCheck: ExportFinanceAccountCheck;
|
bankAccount: ExportFinanceBankAccount;
|
bankBiz: ExportFinanceBankBiz;
|
feeItem: ExportFinanceFeeItem;
|
oneCharge: ExportFinanceOneCharge;
|
payableBill: ExportFinancePayableBill;
|
payout: ExportFinancePayout;
|
receive: ExportFinanceReceive;
|
storagefee: ExportFinanceStoragefee;
|
}
|
inbound: {
|
damagedOrder: ExportInboundDamagedOrder;
|
enterlpnScanService: ExportInboundEnterlpnScanService;
|
inScanService: ExportInboundInScanService;
|
order: ExportInboundOrder;
|
orderHelper: ExportInboundOrderHelper;
|
return: ExportInboundReturn;
|
shelveStackingScan: ExportInboundShelveStackingScan;
|
shevlveScan: ExportInboundShevlveScan;
|
}
|
outbound: {
|
allocation: ExportOutboundAllocation;
|
emptyEquipmentReturn: ExportOutboundEmptyEquipmentReturn;
|
goods: ExportOutboundGoods;
|
order: ExportOutboundOrder;
|
orderHelper: ExportOutboundOrderHelper;
|
orderPlan: ExportOutboundOrderPlan;
|
outScanService: ExportOutboundOutScanService;
|
pickingPaiScanService: ExportOutboundPickingPaiScanService;
|
}
|
stat: {
|
xStatStorageDay: ExportStatXStatStorageDay;
|
}
|
storage: {
|
adjust: ExportStorageAdjust;
|
allocateEnter: ExportStorageAllocateEnter;
|
checkService: ExportStorageCheckService;
|
enter: ExportStorageEnter;
|
outer: ExportStorageOuter;
|
positionGroupService: ExportStoragePositionGroupService;
|
positionTransfer: ExportStoragePositionTransfer;
|
push: ExportStoragePush;
|
replenishment: ExportStorageReplenishment;
|
}
|
sys: {
|
importCommon: ExportSysImportCommon;
|
menuVue: ExportSysMenuVue;
|
roleAuth: ExportSysRoleAuth;
|
sysMvc: ExportSysSysMvc;
|
user: ExportSysUser;
|
}
|
tms: {
|
idCard: ExportTmsIdCard;
|
line: ExportTmsLine;
|
routerHelper: ExportTmsRouterHelper;
|
sortingHelper: ExportTmsSortingHelper;
|
wayBill: ExportTmsWayBill;
|
wayBillHelper: ExportTmsWayBillHelper;
|
}
|
utils: {
|
smsHelper: ExportUtilsSmsHelper;
|
}
|
interface: {
|
weidian: {
|
basicInfo: ExportInterfaceWeidianBasicInfo;
|
}
|
}
|
}
|
}
|