Files
Yi.Framework/Yi.Furion.Net6/Yi.Framework.Module/WebFirstManager/ITableService.cs
2023-09-19 23:48:37 +08:00

13 lines
217 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.Module.WebFirstManager
{
public interface ITableService
{
}
}