huangxiaoqiang
2025-04-02 6654c7a847347732a58c9625a60667fd828b7db6
1
2
3
4
5
namespace WIDESEAWCS_IProcessRepository;
 
public interface IPlatFormRepository : IRepository<Platform>
{
}