[성현모] Grid 성능 개선

This commit is contained in:
SHM
2025-09-17 09:32:33 +09:00
parent a57734308f
commit 89fe237e52
10 changed files with 287 additions and 183 deletions

View File

@ -1,7 +1,6 @@
namespace Web.Tra.Model
{
public interface ITestResultModel : IDataModel
{
public long No { get; set; }
{
}
}