同步交易类型

This commit is contained in:
2024-08-01 12:28:56 +08:00
parent d122e05a82
commit cf4c3d36b6
3 changed files with 58 additions and 81 deletions

View File

@@ -105,5 +105,10 @@ namespace Tnb.ProductionMgr.Entities.Entity
/// 修改时间
/// </summary>
public string erp_modify_time { get; set; }
/// <summary>
/// 交易类型id
/// </summary>
public string transaction_type_id { get; set; }
}
}