生产bom保存接口

This commit is contained in:
2023-04-27 16:59:17 +08:00
parent 70cac6bc83
commit e22fd748a9
5 changed files with 544 additions and 237 deletions

View File

@@ -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; }
}
}