提报数量限制

This commit is contained in:
2023-07-28 09:55:13 +08:00
parent ec0697d5f8
commit ae80a0a971
4 changed files with 130 additions and 0 deletions

View File

@@ -53,5 +53,10 @@ public partial class PrdInstockD : BaseEntity<string>
/// 生产提报id
/// </summary>
public string report_id { get; set; } = string.Empty;
/// <summary>
/// 生产任务单号
/// </summary>
public string mo_task_code { get; set; } = string.Empty;
}