20 lines
446 B
C#
20 lines
446 B
C#
/*
|
||
*Author:COCO
|
||
* 此代码由框架生成,请勿随意更改
|
||
*/
|
||
using System;
|
||
using System.Collections.Generic;
|
||
using System.Linq;
|
||
using System.Text;
|
||
using System.Threading.Tasks;
|
||
using iMES.Core.BaseProvider;
|
||
using iMES.Entity.DomainModels;
|
||
using iMES.Core.Extensions.AutofacManager;
|
||
namespace iMES.System.IRepositories
|
||
{
|
||
public partial interface ISys_DictionaryRepository : IDependency,IRepository<Sys_Dictionary>
|
||
{
|
||
}
|
||
}
|
||
|