Browse Source

[WHAT] 把城市管理放到專案中

[WHY] FEATURE
[HOW] 把城市管理放到專案中
Dev
alina 2 years ago
parent
commit
9db57d2fad
  1. 1
      EuroTran/EasyBL.WEBAPP/EasyBL.WEBAPP.csproj
  2. 4
      EuroTran/WebApp/WebApp.csproj

1
EuroTran/EasyBL.WEBAPP/EasyBL.WEBAPP.csproj

@ -102,6 +102,7 @@
<Compile Include="OPM\OtherBusiness_QryService.cs" /> <Compile Include="OPM\OtherBusiness_QryService.cs" />
<Compile Include="OPM\OtherExhibitionTG_QryService.cs" /> <Compile Include="OPM\OtherExhibitionTG_QryService.cs" />
<Compile Include="RPT\CostAndProfitReportService.cs" /> <Compile Include="RPT\CostAndProfitReportService.cs" />
<Compile Include="ShowEasy\CityMaintain_QryService.cs" />
<Compile Include="ShowEasy\CountryMaintain_QryService.cs" /> <Compile Include="ShowEasy\CountryMaintain_QryService.cs" />
<Compile Include="ShowEasy\CountryMaintain_UpdService.cs" /> <Compile Include="ShowEasy\CountryMaintain_UpdService.cs" />
<Compile Include="ShowEasy\OrganizerMaintain_QryService.cs" /> <Compile Include="ShowEasy\OrganizerMaintain_QryService.cs" />

4
EuroTran/WebApp/WebApp.csproj

@ -318,6 +318,8 @@
<Content Include="Page\RPT\CVPAnalysisBySaler.html" /> <Content Include="Page\RPT\CVPAnalysisBySaler.html" />
<Content Include="Page\RPT\CVPAnalysisByExhibition.html" /> <Content Include="Page\RPT\CVPAnalysisByExhibition.html" />
<Content Include="Page\RPT\CashFlow.html" /> <Content Include="Page\RPT\CashFlow.html" />
<Content Include="Page\ShowEasy\CityMaintain_Qry.html" />
<Content Include="Page\ShowEasy\CityMaintain_Upd.html" />
<Content Include="Page\ShowEasy\OrganizerMaintain_Qry.html" /> <Content Include="Page\ShowEasy\OrganizerMaintain_Qry.html" />
<Content Include="Page\ShowEasy\OrganizerMaintain_Upd.html" /> <Content Include="Page\ShowEasy\OrganizerMaintain_Upd.html" />
<Content Include="Page\ShowEasy\RegionMaintain_Qry.html" /> <Content Include="Page\ShowEasy\RegionMaintain_Qry.html" />
@ -856,6 +858,8 @@
<Content Include="Scripts\pages\RPT\DegreeOfContributionByAgent.js" /> <Content Include="Scripts\pages\RPT\DegreeOfContributionByAgent.js" />
<Content Include="Scripts\pages\RPT\CVPAnalysisByExhibition.js" /> <Content Include="Scripts\pages\RPT\CVPAnalysisByExhibition.js" />
<Content Include="Scripts\pages\RPT\CVPAnalysisBySaler.js" /> <Content Include="Scripts\pages\RPT\CVPAnalysisBySaler.js" />
<Content Include="Scripts\pages\ShowEasy\CityMaintain_Qry.js" />
<Content Include="Scripts\pages\ShowEasy\CityMaintain_Upd.js" />
<Content Include="Scripts\pages\ShowEasy\OrganizerMaintain_Qry.js" /> <Content Include="Scripts\pages\ShowEasy\OrganizerMaintain_Qry.js" />
<Content Include="Scripts\pages\ShowEasy\OrganizerMaintain_Upd.js" /> <Content Include="Scripts\pages\ShowEasy\OrganizerMaintain_Upd.js" />
<Content Include="Scripts\pages\ShowEasy\RegionMaintain_Qry.js" /> <Content Include="Scripts\pages\ShowEasy\RegionMaintain_Qry.js" />

Loading…
Cancel
Save