1
This commit is contained in:
12
iMES.Calendar/IServices/Calendar/ICal_PlanService.cs
Normal file
12
iMES.Calendar/IServices/Calendar/ICal_PlanService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.Calendar.IServices
|
||||
{
|
||||
public partial interface ICal_PlanService : IService<Cal_Plan>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user