📄 minventoryclassmgr.h
字号:
//---------------------------------------------------------------------------
#ifndef mInventoryClassMgrH
#define mInventoryClassMgrH
//---------------------------------------------------------------------------
#include "mSth.h" //仓库资料
#include "mLoc.h" //货位资料
#include "mPmpc.h" //货物分类码
#include "mGoods.h" //货物基本资料
#include "mBatch.h" //批次资料
#include "mImReason.h" //库存操作原因
#include "mTrReason.h" //领/退料原因
#include "mDiscard.h" //报废原因
#include "mPosType.h" //库存收发类别
#include "mLg.h" //货位物料资料
#include "mAbc.h" //ABC分类维护
#include "mKeeper.h" //仓库管理员
#include "mSr.h" //物料报废原因
#include "mProPerty.h" //物流标准属性
#include "mGccr.h" //物控更改原因
#include "mPish.h" //入库单
#include "mGosh.h" //出库单
#include "mMacc.h" //库存台帐
#include "mAdjInvh.h" //库存调整单
#include "mTsh.h" //盘点单
#include "mAlfh.h" //调拨单
#include "mGpch.h" //物控更改单
#include "mBtht.h" //批号跟踪单
#include "mDtht.h" //部门帐
#include "mScraph.h" //报废单
#include "mSugh.h" //物料备货
#include "mSrgh.h" //物料释放
#include "mSugt.h" //备货跟踪单
#include "mSodt.h" //订单跟踪单
#include "mPptt.h" //物料状态帐
//---------------------------------------------------------------------------
extern "C" char* __declspec(dllexport) __stdcall ValidFieldValue(int ClassCode,int Param);
extern "C" char* __declspec(dllexport) __stdcall CommandExecute(int ClassCode,int Param);
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -