工艺管理
This commit is contained in:
11
PerMgr/Tnb.PerMgr.Entities/Dto/ProcessParamOutput.cs
Normal file
11
PerMgr/Tnb.PerMgr.Entities/Dto/ProcessParamOutput.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Tnb.PerMgr.Entities.Dto
|
||||
{
|
||||
public class ProcessParamOutput
|
||||
{
|
||||
public string name { get; set; }
|
||||
|
||||
public decimal upper_value { get; set; }
|
||||
|
||||
public decimal lower_value { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user