1
This commit is contained in:
13
iMES.Bi/IServices/BiManage/Partial/IBi_db_dimService.cs
Normal file
13
iMES.Bi/IServices/BiManage/Partial/IBi_db_dimService.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Bi_db_dim类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Bi.IServices
|
||||
{
|
||||
public partial interface IBi_db_dimService
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user