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
d6ff8199
Commit
d6ff8199
authored
Sep 12, 2020
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整逻辑仓库
parent
3d7b3fec
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
14 deletions
+26
-14
dc_mid_logic_wh_statistic.cs
Bailun.DC.LogicWareHouse/Models/dc_mid_logic_wh_statistic.cs
+2
-0
Program.cs
Bailun.DC.LogicWareHouse/Program.cs
+24
-14
Services.cs
Bailun.DC.LogicWareHouse/Services.cs
+0
-0
No files found.
Bailun.DC.LogicWareHouse/Models/dc_mid_logic_wh_statistic.cs
View file @
d6ff8199
...
@@ -17,6 +17,8 @@ namespace Bailun.DC.LogicWareHouse.Models
...
@@ -17,6 +17,8 @@ namespace Bailun.DC.LogicWareHouse.Models
public
int
days
{
get
;
set
;
}
public
int
days
{
get
;
set
;
}
public
string
day_str
{
get
;
set
;
}
public
string
hq_type
{
get
;
set
;
}
public
string
hq_type
{
get
;
set
;
}
public
string
usable_stock
{
get
;
set
;
}
public
string
usable_stock
{
get
;
set
;
}
...
...
Bailun.DC.LogicWareHouse/Program.cs
View file @
d6ff8199
...
@@ -7,23 +7,33 @@ namespace Bailun.DC.LogicWareHouse
...
@@ -7,23 +7,33 @@ namespace Bailun.DC.LogicWareHouse
{
{
class
Program
class
Program
{
{
static
async
Task
Main
(
string
[]
args
)
//static async Task Main(string[] args)
//{
// Console.WriteLine("进入 逻辑仓库");
// new Services().Save();
// var builder = new HostBuilder().ConfigureServices((hostContext, services) =>
// {
// services.AddHostedService<Services>();
// });
// await builder.RunConsoleAsync();
//}
static
void
Main
(
string
[]
args
)
{
{
Console
.
WriteLine
(
"进入 逻辑仓库"
);
new
Services
().
Save
();
new
Services
().
Save
();
var
builder
=
new
HostBuilder
().
ConfigureServices
((
hostContext
,
services
)
=>
//半成品库存
{
//new Services().SemiStock();
services
.
AddHostedService
<
Services
>();
});
await
builder
.
RunConsoleAsync
();
}
//static void Main(string[] args)
//半成品销量
//{
//new Services().UpdateSemiSale();
// //new Services().Save();
// //new Services().SaleWHDailySnaps();
// 更新缺货数和待发货数据
// new Services().UpdateSemiSale();
//new Services().UpdateOutStockAndNoShipping();
//}
//更新30天现金流
//new Services().UpdateCash30Days();
}
}
}
}
}
Bailun.DC.LogicWareHouse/Services.cs
View file @
d6ff8199
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