Files
iMES_Net/iMES.System/IServices/form/IFormCollectionObjectService.cs

13 lines
285 B
C#
Raw Permalink Normal View History

2026-02-06 18:34:35 +08:00
/*
*,
*/
using iMES.Core.BaseProvider;
using iMES.Entity.DomainModels;
namespace iMES.System.IServices
{
public partial interface IFormCollectionObjectService : IService<FormCollectionObject>
{
}
}