软著申请修改
This commit is contained in:
@ -22,10 +22,10 @@ using TouchSocket.Core;
|
||||
using WCS.Model;
|
||||
using WCS.Model.ApiModel.OutStore;
|
||||
using WCS.Model.ApiModel.Stocktaking;
|
||||
using 货架标准上位机.Api;
|
||||
using 货架标准上位机.ViewModel;
|
||||
using 智能仓储WCS管理系统.Api;
|
||||
using 智能仓储WCS管理系统.ViewModel;
|
||||
|
||||
namespace 货架标准上位机.ViewModel
|
||||
namespace 智能仓储WCS管理系统.ViewModel
|
||||
{
|
||||
public class OutInventoryViewModel : BindableBase
|
||||
{
|
||||
@ -33,7 +33,6 @@ namespace 货架标准上位机.ViewModel
|
||||
{
|
||||
RefreshOutOrderList();
|
||||
}
|
||||
|
||||
#region Property
|
||||
private OutOrderModel selectedOutOrder;
|
||||
public OutOrderModel SelectedOutOrder
|
||||
@ -124,7 +123,6 @@ namespace 货架标准上位机.ViewModel
|
||||
});
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Command
|
||||
public ICommand BtnOutOrderCommand { get => new DelegateCommand(BtnOutOrder); }
|
||||
public void BtnOutOrder()
|
||||
|
Reference in New Issue
Block a user