From 59bbd1fb0a68709490f2102e4d7483ed3e0cb9ac Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Thu, 5 Jul 2018 15:15:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=86=E5=89=B2=E6=89=AB?= =?UTF-8?q?=E7=A0=81=E5=85=A5=E5=BA=93=E5=8A=9F=E8=83=BD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../B3ClientService.Web.csproj | 9 + .../BaseInfos/Store_/StoreEdit.cs | 24 +++ .../BaseInfos/Store_/StoreList.cs | 13 ++ .../BaseInfos/Store_/StoreList.xml | 43 +++++ B3ClientService/B3ClientService.csproj | 2 + B3ClientService/BL/BaseInfo/StoreBL.cs | 20 ++ B3ClientService/BO/BaseInfo/Store.cs | 16 +- .../BO/Bill/SegmentProductionInfo.cs | 7 + B3ClientService/OfflinRpc/BaseInfoRpc.cs | 6 + .../OfflinRpc/SegmentInStoreRpc.cs | 175 ++++++++++++++++++ .../OfflinRpc/SegmentProductionRpc.cs | 2 - .../config/plugins/B3ClientService.plugin | 11 ++ 12 files changed, 322 insertions(+), 6 deletions(-) create mode 100644 B3ClientService.Web/Pages/B3ClientService/BaseInfos/Store_/StoreEdit.cs create mode 100644 B3ClientService.Web/Pages/B3ClientService/BaseInfos/Store_/StoreList.cs create mode 100644 B3ClientService.Web/Pages/B3ClientService/BaseInfos/Store_/StoreList.xml create mode 100644 B3ClientService/BL/BaseInfo/StoreBL.cs create mode 100644 B3ClientService/OfflinRpc/SegmentInStoreRpc.cs diff --git a/B3ClientService.Web/B3ClientService.Web.csproj b/B3ClientService.Web/B3ClientService.Web.csproj index adaf9d7..6c272ce 100644 --- a/B3ClientService.Web/B3ClientService.Web.csproj +++ b/B3ClientService.Web/B3ClientService.Web.csproj @@ -83,6 +83,12 @@ ASPXCodeBehind + + ASPXCodeBehind + + + ASPXCodeBehind + ASPXCodeBehind @@ -201,6 +207,9 @@ + + +