软件修改名称
This commit is contained in:
@ -14,9 +14,9 @@ using SqlSugar;
|
||||
using HandyControl.Data;
|
||||
using System.Windows;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using 货架标准上位机.Views.Controls;
|
||||
using 智能仓储WCS管理系统.Views.Controls;
|
||||
using WCS.Model.ApiModel.User;
|
||||
using 货架标准上位机.Api;
|
||||
using 智能仓储WCS管理系统.Api;
|
||||
using WCS.Model;
|
||||
using WCS.Model.ApiModel;
|
||||
using System.Windows.Controls;
|
||||
@ -28,10 +28,10 @@ using HandyControl.Tools.Extension;
|
||||
using WCS.Model.ApiModel.Stocktaking;
|
||||
using WCS.Model.ApiModel.InOutRecord;
|
||||
using System.Collections.ObjectModel;
|
||||
using static 货架标准上位机.ViewModel.InOutRecordViewModel;
|
||||
using static 智能仓储WCS管理系统.ViewModel.InOutRecordViewModel;
|
||||
using WCS.Model.ApiModel.Home;
|
||||
|
||||
namespace 货架标准上位机.ViewModel
|
||||
namespace 智能仓储WCS管理系统.ViewModel
|
||||
{
|
||||
public class InOutRecordViewModel : BindableBase
|
||||
{
|
||||
|
Reference in New Issue
Block a user