Laservall_manager_system/VOL.Sys/IServices/form/IFormCollectionObjectServic...

13 lines
279 B
C#
Raw Normal View History

2025-09-25 14:37:10 +08:00
/*
*,
*/
using VOL.Core.BaseProvider;
using VOL.Entity.DomainModels;
namespace VOL.Sys.IServices
{
public partial interface IFormCollectionObjectService : IService<FormCollectionObject>
{
}
}