Browse Source

10182

AddValidOverTime
506583276@qq.com 2 years ago
parent
commit
097408c637
  1. 2
      BBWY.Client/GlobalContext.cs
  2. 2
      BBWY.Client/ViewModels/MainViewModel.cs

2
BBWY.Client/GlobalContext.cs

@ -13,7 +13,7 @@ namespace BBWY.Client
{ {
ShopServiceGroupList = new List<string>(); ShopServiceGroupList = new List<string>();
ShopServiceGroupLowerList = new List<string>(); ShopServiceGroupLowerList = new List<string>();
ClientVersion = "10181"; ClientVersion = "10182";
} }
private User user; private User user;

2
BBWY.Client/ViewModels/MainViewModel.cs

@ -92,7 +92,7 @@ namespace BBWY.Client.ViewModels
{ {
this.w2m = w2m; this.w2m = w2m;
this.managerDepartment = new List<string>() { "董事办", "财务部", "技术部", "总经办" }; this.managerDepartment = new List<string>() { "董事办", "财务部", "技术部", "总经办" };
this.packDepartment = new List<string>() { "打包组", "发货组", "仓储部" }; this.packDepartment = new List<string>() { "打包组", "发货组", "仓储部", "供应链部" };
this.httpClientFactory = httpClientFactory; this.httpClientFactory = httpClientFactory;

Loading…
Cancel
Save