1
This commit is contained in:
14
iMES.System/IServices/System/ISys_DictionaryService.cs
Normal file
14
iMES.System/IServices/System/ISys_DictionaryService.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
*Author:COCO
|
||||
* 此代码由框架生成,请勿随意更改
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.IServices
|
||||
{
|
||||
public partial interface ISys_DictionaryService : IService<Sys_Dictionary>
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user