工艺标准接口
This commit is contained in:
13
PerMgr/Tnb.PerMgr.Entities/Dto/ProcessChildDataInput.cs
Normal file
13
PerMgr/Tnb.PerMgr.Entities/Dto/ProcessChildDataInput.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Tnb.PerMgr.Entities.Dto
|
||||
{
|
||||
public class ProcessChildDataInput
|
||||
{
|
||||
|
||||
public string process_standards_id { get; set; }
|
||||
/// <summary>
|
||||
/// 工艺参数id
|
||||
/// </summary>
|
||||
public string process_param_id { get; set; }
|
||||
public decimal value { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user