Admin
2026-03-06 ec3daa05f122738f18d4474b9257e4cf794dc5cf
1
2
3
4
5
6
7
8
namespace WIDESEA_IStorageBasicService;
 
public interface IDt_CheckResultService : IService<Dt_CheckResult>
{
    WebResponseContent HandUploadData(int id);
 
 
}