生产入库记录增加是否同步bip字段,并且修改新增生产入库记录逻辑

This commit is contained in:
2024-11-12 17:57:58 +08:00
parent 69d700d23c
commit 7397a0286b
5 changed files with 59 additions and 30 deletions

View File

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