新增设备更改

This commit is contained in:
2026-03-19 17:29:32 +08:00
parent 234fea7ca3
commit 13516a45d2
40 changed files with 3437 additions and 37 deletions

View File

@@ -98,6 +98,27 @@ private string _OpNo;
get { return _OpNo; }
set { _OpNo = value; RaisePropertyChanged(() => OpNo); }
}
private decimal _GapblockDepth;
/// <summary>
/// 间隙块深度
/// </summary>
public decimal GapblockDepth
{
get { return _GapblockDepth; }
set { _GapblockDepth = value; RaisePropertyChanged(() => GapblockDepth); }
}
private string _PalletNo;
/// <summary>
/// 托盘号
/// </summary>
public string PalletNo
{
get { return _PalletNo; }
set { _PalletNo = value; RaisePropertyChanged(() => PalletNo); }
}
private DateTime _CreateTime;
/// <summary>
/// 创建时间