Files
iMES_Net/iMES.System/IServices/form/Partial/IFormCollectionObjectService.cs
2026-02-06 18:34:35 +08:00

14 lines
309 B
C#

/*
*所有关于FormCollectionObject类的业务代码接口应在此处编写
*/
using iMES.Core.BaseProvider;
using iMES.Entity.DomainModels;
using iMES.Core.Utilities;
using System.Linq.Expressions;
namespace iMES.System.IServices
{
public partial interface IFormCollectionObjectService
{
}
}