更新2026

This commit is contained in:
GukSang.Jin
2026-05-16 16:58:57 +08:00
parent c4966677b9
commit 9de217d2ff
15 changed files with 785 additions and 309 deletions

View File

@@ -32,6 +32,7 @@ namespace TabletTester2025.Models
public double DisintegrationTemp { get; set; }
// 溶出
public string DissolutionChannel { get; set; } = "";
public double DissolutionRate30Min { get; set; }
public double DissolutionTargetRpm { get; set; }
public double DissolutionRSquared { get; set; }
@@ -50,4 +51,4 @@ namespace TabletTester2025.Models
public string TestType { get; set; } // "硬度", "脆碎度", "崩解", "溶出"
}
}
}