using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Myshipping.Application { /// /// 定时方案 /// public class MSKAPITimerSchemeDto { /// /// 定时方案代码 /// public string code { get; set; } /// /// 定时方案名称 /// public string name { get; set; } } }