项目添加引用common.props

This commit is contained in:
2023-05-05 15:36:51 +08:00
parent 43dba230db
commit 2949e19785
13 changed files with 31 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
namespace Tnb.WarehouseMgr;
public class ModuleConsts
{
public const string Tag = "WarehouseMgr";
public const string Area = "wms";
}