更新数据接口
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace Footwear_Test_methodsfor_wholeshoe_Slipresistanceperformance.Models
|
||||
{
|
||||
public sealed record DeviceSettings(
|
||||
string ManualSpeed,
|
||||
string ManualDisplacement,
|
||||
string TestSpeed,
|
||||
string NormalPressureZero,
|
||||
string NormalPressureCoefficient,
|
||||
string FrictionZero1,
|
||||
string FrictionCoefficient1,
|
||||
string FrictionZero2,
|
||||
string FrictionCoefficient2,
|
||||
string PlcPortName,
|
||||
string AdcPortName,
|
||||
int BaudRate);
|
||||
}
|
||||
Reference in New Issue
Block a user