This commit is contained in:
GukSang.Jin
2026-05-19 21:17:29 +08:00
parent ce62b19960
commit 18d317623d
3 changed files with 20 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
public ushort HardnessPressure { get; set; }
// 脆碎度
public ushort FriabilityStartCoil { get; set; }
public ushort FriabilityRpm { get; set; }
public ushort FriabilityRounds { get; set; }
public ushort FriabilityRoundsBox { get; set; } // 兼容旧配置字段
public ushort FriabilityTestTime { get; set; }