StudentManager/StudentManager/Data/IDataCommon.cs
2024-09-11 18:51:52 +08:00

14 lines
233 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace StudentManager.Data
{
public interface IDataCommon
{
//public string TableName { get; set; }
}
}