快乐的昕的电脑
2025-12-04 4f33ac39577a3a20860e3895f748d6f10bd39b23
Entites/DbModels/DevMacBycl.cs
@@ -33,10 +33,14 @@
    public string? UniqueBarcode { get; set; }
    /// <summary>
    ///     PDA MAC地址
    /// </summary>
    [SugarColumn(ColumnName = "PDA_MAC")]
    public string? PdaMac { get; set; }
    /// <summary>
    ///
    /// </summary>
    [SugarColumn(ColumnName = "print_MAC")]
    public string? PrintMac { get; set; }
}