生产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

@@ -54,5 +54,12 @@ namespace Tnb.BasicData.Entities
/// Nullable:False
/// </summary>
public int byproduct_status { get; set; }
/// <summary>
/// Desc:投产方式
/// Default:NULL::character varying
/// Nullable:True
/// </summary>
public string production_method {get;set;}
}
}