初始化CRICS
This commit is contained in:
14
CommonEntity/RedisTongJiData.cs
Normal file
14
CommonEntity/RedisTongJiData.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace CommonEntity
|
||||
{
|
||||
public class RedisTongJiData
|
||||
{
|
||||
public string url { get; set; }
|
||||
public string cron_exp { get; set; }
|
||||
public string mission_key { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user