Files
FootwearTest-20260602/Footwear Test methodsfor wholeshoe Slipresistanceperformance/Models/TestSample.cs

12 lines
332 B
C#
Raw Normal View History

2026-06-02 18:14:01 +08:00
namespace Footwear_Test_methodsfor_wholeshoe_Slipresistanceperformance.Models
{
public sealed record TestSample(
int Index,
string Time,
string StaticCoefficient,
string DynamicCoefficient,
string Verdict,
double StaticCoefficientValue,
double DynamicCoefficientValue);
}