Admin
2026-03-06 ec3daa05f122738f18d4474b9257e4cf794dc5cf
1
2
3
4
5
6
namespace WIDESEA_IStorageBasicRepository
{
    public interface IDt_CheckResultRepository : IRepository<Dt_CheckResult>
    {
    }
}