生产bom保存接口
This commit is contained in:
@@ -47,5 +47,12 @@ namespace Tnb.BasicData.Entities
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
public string station { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Desc:副产出管控 0 不启用 1 启用
|
||||
/// Default:
|
||||
/// Nullable:False
|
||||
/// </summary>
|
||||
public int byproduct_status { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user