15 lines
267 B
C#
15 lines
267 B
C#
/*
|
||
*Author:COCO
|
||
* 此代码由框架生成,请勿随意更改
|
||
*/
|
||
using iMES.Core.BaseProvider;
|
||
using iMES.Entity.DomainModels;
|
||
|
||
namespace iMES.System.IServices
|
||
{
|
||
public partial interface ISys_DictionaryService : IService<Sys_Dictionary>
|
||
{
|
||
}
|
||
}
|
||
|