自动生产提报

This commit is contained in:
2024-06-25 14:23:53 +08:00
parent 43d6647bb0
commit 1906fc9ad3
4 changed files with 106 additions and 11 deletions

View File

@@ -13,5 +13,9 @@ namespace Tnb.ProductionMgr.Entities
public string result { get; set; }
public int num { get; set; }
public DateTime create_time { get; set; }
/// <summary>
/// 0 未入库 1 已入库
/// </summary>
public int status { get; set; }
}
}