Files
Yi.Admin/Yi.Framework.Net6/Yi.Framework.DTOModel/ERP/Supplier/ConstConfig/SupplierConst.cs
2023-02-20 19:57:13 +08:00

13 lines
224 B
C#

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