huangxiaoqiang
2025-10-15 28bfb5dc1e3c0ce432e93e7af5a1c78a1a09e061
1
2
3
4
5
namespace WIDESEAWCS_IProcessRepository;
 
public interface IPlatFormRepository : IRepository<Platform>
{
}