[성현모] Extract 프로젝트 추가

This commit is contained in:
SHM
2026-02-11 10:44:06 +09:00
parent 580257fff2
commit 122d84bc01
7 changed files with 284 additions and 19 deletions

View File

@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SystemX.Product.CP.TRA.Extract
{
public class TestResult
{
public int No { get; set; }
public int StepID { get; set; }
public double MeasVal { get; set; }
public string MeasValStr { get; set; }
}
}