啊鑫
2024-10-23 bebc2708dc1fdf4e654c514b810a98c043ce2023
MES.Service/Modes/MesDepots.cs
@@ -9,7 +9,6 @@
public class MesDepots
{
    /// <summary>
    ///
    /// 默认值: (newid())
    ///</summary>
    [SugarColumn(ColumnName = "guid", IsPrimaryKey = true)]
@@ -177,19 +176,16 @@
    public string? Remark5 { get; set; }
    /// <summary>
    ///
    ///</summary>
    [SugarColumn(ColumnName = "check_date")]
    public DateTime? CheckDate { get; set; }
    /// <summary>
    ///
    ///</summary>
    [SugarColumn(ColumnName = "check_by")]
    public string? CheckBy { get; set; }
    /// <summary>
    ///
    /// 默认值: ((0))
    ///</summary>
    [SugarColumn(ColumnName = "check_status")]