肖洋
2025-01-04 5cc0e0c343c0bc9a3c2f77864bfb0be260df9b44
1
2
3
4
5
6
7
8
namespace WIDESEAWCS_ProcessRepository;
 
public class PlatFormRepository : RepositoryBase<Platform>, IPlatFormRepository
{
    public PlatFormRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage)
    {
    }
}