1
huangxiaoqiang
2025-01-08 f7aa61ca5dd02b2266cf4418d58a2e613b087e58
1
2
3
4
5
namespace WIDESEAWCS_IProcessRepository;
 
public interface IPlatFormRepository : IRepository<Platform>
{
}