11 lines
194 B
C#
11 lines
194 B
C#
|
|
using iMES.Core.BaseProvider;
|
|||
|
|
using iMES.Entity.DomainModels;
|
|||
|
|
|
|||
|
|
namespace iMES.Builder.IServices
|
|||
|
|
{
|
|||
|
|
public partial interface ISys_TableInfoService : IService<Sys_TableInfo>
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|