Commit 393597c7 by guanzhenshan

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

parent f5e3d051
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework> <TargetFramework>netcoreapp2.1</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
......
...@@ -22,7 +22,7 @@ namespace Bailun.DC.DailyPurchaseSellStock ...@@ -22,7 +22,7 @@ namespace Bailun.DC.DailyPurchaseSellStock
//{ //{
// var _services = new Services(); // var _services = new Services();
// var start = DateTime.Parse("2019-10-27"); // var start = DateTime.Parse("2019-10-28");
// while (start.AddDays(1) < DateTime.Now) // while (start.AddDays(1) < DateTime.Now)
// { // {
// Console.WriteLine(start); // Console.WriteLine(start);
......
...@@ -11,6 +11,9 @@ namespace Bailun.DC.MonthSaleProfit ...@@ -11,6 +11,9 @@ namespace Bailun.DC.MonthSaleProfit
public class Services public class Services
{ {
/// <summary> /// <summary>
/// 每月1日统计 /// 每月1日统计
/// </summary> /// </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