using System; using Api.Framework.Tools; namespace Api.Framework.Model { /// /// 数据库迁移 /// public class databasemigration : base_model { /// /// 是否导出成功 /// public bool issuccess { get; set; } /// /// 导出时间 /// public DateTime time { get; set; } } }