pry 2 年前
父节点
当前提交
2854e9e70b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      HKCardOUT/ViewModels/AdWindowViewModel.cs

+ 3
- 0
HKCardOUT/ViewModels/AdWindowViewModel.cs 查看文件

@@ -10,6 +10,7 @@ using System.Linq;
using System.Threading;
using System.Windows.Media;
using HKControl;
using System.Collections.Concurrent;

namespace HKCardOUT.ViewModels
{
@@ -101,6 +102,8 @@ namespace HKCardOUT.ViewModels
get => _Foods;
set => SetAndNotify(ref _Foods, value);
}

ConcurrentQueue<SaleLogDto> saleLogDtos { get; set; }
#endregion




正在加载...
取消
保存