huangxiaoqiang
2026-02-05 3bff82db6156bcab3e6e241e42697ffdc77dc14f
1
2
3
4
5
namespace WIDESEAWCS_IProcessRepository;
 
public interface IPlatFormRepository : IRepository<Platform>
{
}