Commit 393597c7 by guanzhenshan

修改每日进销存数据统计服务

parent f5e3d051
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
......
......@@ -22,7 +22,7 @@ namespace Bailun.DC.DailyPurchaseSellStock
//{
// var _services = new Services();
// var start = DateTime.Parse("2019-10-27");
// var start = DateTime.Parse("2019-10-28");
// while (start.AddDays(1) < DateTime.Now)
// {
// Console.WriteLine(start);
......
......@@ -11,6 +11,9 @@ namespace Bailun.DC.MonthSaleProfit
public class Services
{
/// <summary>
/// 每月1日统计
/// </summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment