namespace BackupAndImport.Entitys.annaer
{
public class 上下级管理
public string 时间 { get; set; }
public string 上级对应ID { get; set; }
public string 下级对应ID { get; set; }
}