huangxiaoqiang
2025-03-26 1b8cce65d4987e4b7e94d1b178abb3af0978a2d4
1
2
3
4
5
namespace WIDESEAWCS_IProcessRepository;
 
public interface IPlatFormRepository : IRepository<Platform>
{
}