同步基础数据

This commit is contained in:
2024-07-24 17:50:20 +08:00
parent dd0ef3c8e2
commit 5cb371d4bd
8 changed files with 359 additions and 18 deletions

View File

@@ -90,5 +90,15 @@ namespace Tnb.ProductionMgr.Entities.Entity
/// 客户id
/// </summary>
public string customer_id { get; set; }
/// <summary>
/// 供应商id
/// </summary>
public string supplier_id { get; set; }
/// <summary>
/// 修改时间
/// </summary>
public string erp_modify_time { get; set; }
}
}