采购到货

This commit is contained in:
2024-07-25 15:03:47 +08:00
parent 65eed56fad
commit 599f0f5226
5 changed files with 124 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ namespace Tnb.ProductionMgr.Entities.Entity.ErpEntity
public string ID { get; set; }
public string CODE { get; set; }
public string NAME { get; set; }
public string VID { get; set; }
/// <summary>
/// 修改时间
/// </summary>