软著申请修改

This commit is contained in:
hehaibing-1996
2024-10-17 12:59:41 +08:00
parent 278b1eab04
commit baa7b9716c
181 changed files with 357 additions and 497 deletions

View File

@ -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()