huangxiaoqiang
2025-07-21 7f3a2e67f82c2d286e902b028b422bf07e9aacb6
1
2
3
4
5
namespace WIDESEAWCS_IProcessRepository;
 
public interface IPlatFormRepository : IRepository<Platform>
{
}