carry查询 新增物料名称

This commit is contained in:
yang.lee
2023-11-10 16:36:06 +08:00
parent 86b766500b
commit e56d58a97c
3 changed files with 22 additions and 7 deletions

View File

@@ -177,8 +177,10 @@
/// 供应商
/// </summary>
public string supplier_id { get; set; }
/// <summary>
/// 物料名称
/// </summary>
public string material_name { get; set; }
}
}