YD_SmartSports.Api/VOL.System/IServices/form/Partial/IFormCollectionObjectService.cs
2025-06-06 16:00:39 +08:00

14 lines
305 B
C#

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