肖洋
2024-12-11 68dbe298a5c67d8755cb4379e5106de7c54608c6
1
2
3
4
5
namespace WIDESEAWCS_IProcessRepository;
 
public interface IPlatFormRepository : IRepository<Platform>
{
}