刘磊
2024-12-04 edb23a1c8d21b5431631e511e64a25e4517b0894
1
2
3
4
5
namespace WIDESEAWCS_IProcessRepository;
 
public interface IPlatFormRepository : IRepository<Platform>
{
}