Commit d52ce288 authored by yangxiaodong's avatar yangxiaodong

add Capjob.

parent b5a0214a
...@@ -8,13 +8,11 @@ namespace Cap.Consistency.Job ...@@ -8,13 +8,11 @@ namespace Cap.Consistency.Job
public class CapJob : IJob public class CapJob : IJob
{ {
public Task ExecuteAsync() { public Task ExecuteAsync() {
throw new NotImplementedException(); Console.WriteLine("当前时间:" + DateTime.Now.ToString());
return Task.CompletedTask;
} }
} }
} }
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