huanghongfeng
2025-06-19 f3ec4fe9c98a87b42b00b6ac4790fe156a32aa6b
1
2
3
4
5
6
7
8
9
namespace WIDESEA_StorageBasicRepository
{
    public class Dt_CheckResultRepository : RepositoryBase<Dt_CheckResult>, IDt_CheckResultRepository
    {
        public Dt_CheckResultRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage)
        {
        }
    }
}