销售发货、调拨出库到人工出货区

This commit is contained in:
2024-08-29 13:50:13 +08:00
parent 7ace98d49e
commit d42b94bff1
12 changed files with 196 additions and 82 deletions

View File

@@ -21,5 +21,9 @@
/// 来源单据id
/// </summary>
public string? source_id { get; set; }
/// <summary>
/// 是否发到人工出库区
/// </summary>
public bool isManual { get; set; } = false;
}
}