生产入库记录增加是否同步bip字段,并且修改新增生产入库记录逻辑
This commit is contained in:
@@ -31,6 +31,7 @@ namespace Tnb.ProductionMgr.Entities.Dto
|
||||
/// 起始库位编号
|
||||
/// </summary>
|
||||
public string location_code { get; set; } = string.Empty;
|
||||
public int is_sync_bip { get; set; }
|
||||
}
|
||||
|
||||
public class PrdInstockRecordUpListDownOutPut
|
||||
|
||||
@@ -85,5 +85,8 @@ public partial class PrdInstockH : BaseEntity<string>
|
||||
/// 入库单编号
|
||||
/// </summary>
|
||||
public string? code { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否同步bip
|
||||
/// </summary>
|
||||
public int? is_sync_bip { get; set; } = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user