新增盘点任务,根据盘点类型获取任务明细信息

This commit is contained in:
yang.lee
2023-11-13 10:49:29 +08:00
parent 88bc41885f
commit 30743623cd
5 changed files with 153 additions and 8 deletions

View File

@@ -261,5 +261,9 @@
/// 组织Id(天益4厂)
/// </summary>
public const string AdministratorOrgId = "25193668006933";
/// <summary>
/// 盘点任务计算状态-未结算
/// </summary>
public const string CLOSINGSTATUS_WJS_ID = "27674058079509";
}
}