Files
Yi.Framework/Yi.Framework.Net6/Yi.Framework.DTOModel/ERP/Warehouse/ConstConfig/WarehouseConst.cs
2023-01-04 15:46:29 +08:00

13 lines
223 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.DtoModel.ERP.Warehouse.ConstConfig
{
public class WarehouseConst
{
}
}