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