Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DataCenter_Core2.1_20190520
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bltdc
DataCenter_Core2.1_20190520
Commits
b71aa40e
Commit
b71aa40e
authored
Sep 18, 2021
by
zhouminghui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
17169819
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
52 additions
and
23 deletions
+52
-23
GetCashFlowStatementInput.cs
Bailun.DC.Models/Dtos/Finance/GetCashFlowStatementInput.cs
+1
-0
GetMonthStockWeightingSummaryDto.cs
....DC.Models/Dtos/Stock/GetMonthStockWeightingSummaryDto.cs
+8
-0
AccountingSubjectInput.cs
Bailun.DC.Models/WebApiModels/AccountingSubjectInput.cs
+1
-0
MonthPlatformProfitDto.cs
Bailun.DC.Models/WebApiModels/MonthPlatformProfitDto.cs
+1
-0
FinanceService.cs
Bailun.DC.Services/WebApiService/FinanceService.cs
+41
-23
No files found.
Bailun.DC.Models/Dtos/Finance/GetCashFlowStatementInput.cs
View file @
b71aa40e
...
@@ -29,5 +29,6 @@ namespace Bailun.DC.Models.Dtos.Finance
...
@@ -29,5 +29,6 @@ namespace Bailun.DC.Models.Dtos.Finance
/// 0付现 1成本
/// 0付现 1成本
/// </summary>
/// </summary>
public
int
Flag
{
get
;
set
;
}
public
int
Flag
{
get
;
set
;
}
public
string
[]
PaymentTime
{
get
;
set
;
}
}
}
}
}
Bailun.DC.Models/Dtos/Stock/GetMonthStockWeightingSummaryDto.cs
View file @
b71aa40e
...
@@ -45,6 +45,14 @@ namespace Bailun.DC.Models.Dtos.Stock
...
@@ -45,6 +45,14 @@ namespace Bailun.DC.Models.Dtos.Stock
}
}
}
}
}
}
public
class
AveragePrice
{
public
string
bailun_sku
{
get
;
set
;
}
/// <summary>
/// 加权平均价
/// </summary>
public
decimal
weighted_average_price
{
get
;
set
;
}
}
//public class GetMonthStockWeightingSummary
//public class GetMonthStockWeightingSummary
//{
//{
// public dynamic purchase { get; set; }
// public dynamic purchase { get; set; }
...
...
Bailun.DC.Models/WebApiModels/AccountingSubjectInput.cs
View file @
b71aa40e
...
@@ -11,6 +11,7 @@ namespace Bailun.DC.Models.WebApiModels
...
@@ -11,6 +11,7 @@ namespace Bailun.DC.Models.WebApiModels
public
string
Site
{
get
;
set
;
}
public
string
Site
{
get
;
set
;
}
public
string
[]
BillTime
{
get
;
set
;
}
public
string
[]
BillTime
{
get
;
set
;
}
public
string
BillMonth
{
get
;
set
;
}
public
string
BillMonth
{
get
;
set
;
}
public
string
DataCol
{
get
;
set
;
}
}
}
public
class
AccountingSubjectOptionsData
public
class
AccountingSubjectOptionsData
{
{
...
...
Bailun.DC.Models/WebApiModels/MonthPlatformProfitDto.cs
View file @
b71aa40e
...
@@ -19,6 +19,7 @@ namespace Bailun.DC.Models.WebApiModels
...
@@ -19,6 +19,7 @@ namespace Bailun.DC.Models.WebApiModels
public
string
DatacenterCol
{
get
;
set
;
}
public
string
DatacenterCol
{
get
;
set
;
}
public
string
Currency
{
get
;
set
;
}
public
string
Currency
{
get
;
set
;
}
public
string
EbayCurrency
{
get
;
set
;
}
public
string
ExchangeRate
{
get
;
set
;
}
public
string
ExchangeRate
{
get
;
set
;
}
public
decimal
?
AmountValRmb
{
get
;
set
;
}
public
decimal
?
AmountValRmb
{
get
;
set
;
}
public
string
Month
{
get
;
set
;
}
public
string
Month
{
get
;
set
;
}
...
...
Bailun.DC.Services/WebApiService/FinanceService.cs
View file @
b71aa40e
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment