同步物料 物料清单

This commit is contained in:
2024-07-19 16:51:07 +08:00
parent 02616b6170
commit 5345400596
14 changed files with 280 additions and 50 deletions

View File

@@ -278,4 +278,9 @@ public partial class BasMaterial : BaseEntity<string>
/// 物料型号
/// </summary>
public string? material_standard { get; set; }
/// <summary>
/// erp修改时间
/// </summary>
public string erp_modify_time { get; set; }
}