自动签收后直接自动投料

This commit is contained in:
2024-10-09 15:58:38 +08:00
parent 70f2f1d559
commit d0e77bef3e
3 changed files with 135 additions and 18 deletions

View File

@@ -82,5 +82,7 @@ public partial class PrdMaterialReceiptD : BaseEntity<string>
/// 检验结论
/// </summary>
public string check_conclusion { get; set; }
public DateTime create_time { get; set; }
}