快乐的昕的电脑
2025-10-17 5a1ea7bd6b736aa2d7b056653cb52f7ed6ec286b
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>
    [SugarColumn(IsIgnore = true)]
    public List<MesCutterLedger>? tbBillList { get; set; }
}