快乐的昕的电脑
2025-10-09 8f2b8bd09ce1d7bbf7764129d0f1eac6c977c3a9
Entites/DbModels/MesCutterLedger.cs
@@ -186,4 +186,19 @@
    [SugarColumn(IsIgnore = true)]
    public string? searchKey { get; set; }
    [SugarColumn(IsIgnore = true)]
    public int pageIndex { get; set; } = 1;
    [SugarColumn(IsIgnore = true)]
    public int pageSize { get; set; } = 20;
    [SugarColumn(IsIgnore = true)]
    public int total { get; set; }
    /// <summary>
    /// 刀具列表(分页查询结果)
    /// </summary>
    public List<MesCutterLedger>? tbBillList { get; set; }
}