生产入库记录增加是否同步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
|
||||
|
||||
Reference in New Issue
Block a user