Commit a9fe3284 by guanzhenshan

增加注释

parent a81a2813
...@@ -28,7 +28,7 @@ namespace Bailun.DC.SkuProfitService ...@@ -28,7 +28,7 @@ namespace Bailun.DC.SkuProfitService
{ {
var now = DateTime.Now; var now = DateTime.Now;
if (now.Hour == 0 && now.Minute == 5) if (now.Hour == 0 && now.Minute == 5) //每天凌晨 00:05分启动
{ {
Save(); Save();
} }
......
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