添加项目文件。
This commit is contained in:
13
Models/PharmaParameters.cs
Normal file
13
Models/PharmaParameters.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace TabletTester2025.Models
|
||||
{
|
||||
public class PharmaParameters
|
||||
{
|
||||
public double HardnessMin_N { get; set; } = 40;
|
||||
public double HardnessMax_N { get; set; } = 60;
|
||||
public int HardnessTestCount { get; set; } = 6;
|
||||
public double FriabilityMaxLossPercent { get; set; } = 1.0;
|
||||
public int DisintegrationMaxSeconds { get; set; } = 900;
|
||||
public int[] DissolutionSampleTimes { get; set; } = new[] { 5, 10, 15, 30, 45, 60 };
|
||||
public double DissolutionMinPercentAt30min { get; set; } = 80.0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user