生产bom添加获取编辑信息接口

This commit is contained in:
2023-04-28 17:13:06 +08:00
parent e16fc6ac4a
commit 811f5ddd26
4 changed files with 188 additions and 0 deletions

View File

@@ -102,6 +102,13 @@ namespace Tnb.BasicData.Entities.Dto
/// </summary>
public int byproduct_status { get; set; }
/// <summary>
/// Desc:投产方式
/// Default:NULL::character varying
/// Nullable:True
/// </summary>
public string production_method {get;set;}
/// <summary>
/// 投入物料
/// </summary>