This commit is contained in:
2025-09-02 23:03:40 +08:00
parent 1bcee8a9c6
commit b6bb5d8766
3 changed files with 66 additions and 20 deletions

View File

@@ -41,5 +41,13 @@ namespace MyCode.Project.Domain.Message.Response.LxmZHMDReport
/// 下单时间
/// </summary>
public DateTime FCreateDate { get; set; }
/// <summary>
/// 物料名称
/// </summary>
public string MaterialNames { get; set; }
/// <summary>
/// 生产车间
/// </summary>
public string Department { get; set; }
}
}