12 lines
240 B
C#
12 lines
240 B
C#
|
namespace BackupAndImport.Entitys.annaer
|
|||
|
{
|
|||
|
public class 上下级管理
|
|||
|
{
|
|||
|
public string 时间 { get; set; }
|
|||
|
public string 上级对应ID { get; set; }
|
|||
|
|
|||
|
public string 下级对应ID { get; set; }
|
|||
|
|
|||
|
}
|
|||
|
}
|