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; } } }