From e7befd5176161657966371006a0c5f8ce691b9d1 Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Mon, 11 Sep 2017 14:57:28 +0800 Subject: [PATCH] . --- B3ClientService/B3ClientService.csproj | 5 ++- B3ClientService/BO/BaseInfo/EmpInfoTable.cs | 2 + .../BO/Bill/WeightBill/WeightBill.cs | 3 ++ B3ClientService/Rpcs/BillRpc/WeightBillRpc.cs | 40 ++++++++++++++++--- .../Tasks/DownLoad/LoadButcherOrder.cs | 22 ---------- B3ClientService/Tasks/SyncInfoFromServer.cs | 5 ++- 6 files changed, 45 insertions(+), 32 deletions(-) delete mode 100644 B3ClientService/Tasks/DownLoad/LoadButcherOrder.cs diff --git a/B3ClientService/B3ClientService.csproj b/B3ClientService/B3ClientService.csproj index 67d86ab..34ee02b 100644 --- a/B3ClientService/B3ClientService.csproj +++ b/B3ClientService/B3ClientService.csproj @@ -93,12 +93,13 @@ - - + + +