This commit is contained in:
qianjiawei
2023-12-11 17:30:48 +08:00
19 changed files with 924 additions and 133 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.WarehouseMgr.Entities.Configs
{
public class LocationConfiguration
{
public string TestLocation { get; set; }
}
}