展杰
2024-08-19 efe6984c4e0e91b16b2704e174d610e180045dc5
MES.Service/Modes/MesRohInData.cs
@@ -347,4 +347,16 @@
    /// </summary>
    [SugarColumn(ColumnName = "SETTLEMENT")]
    public string? Settlement { get; set; }
    /// <summary>
    ///     需求部门
    /// </summary>
    [SugarColumn(ColumnName = "DEMAND_DEPARTMENT")]
    public string? DemandDepartment { get; set; }
    /// <summary>
    ///     收料部门
    /// </summary>
    [SugarColumn(ColumnName = "RECEIVING_DEPARTMENT")]
    public string? ReceivingDepartment { get; set; }
}