1 文本格式
using System;
using System.Collections.Generic;
namespace Legalsoft.Truffer
{
public class Phylagglomnode
{
public int mo { get; set; }
public int ldau { get; set; }
public int rdau { get; set; }
public int nel { get; set; }
public double modist { get; set; }
public double dep { get; set; }
public double seq { get; set; }
}
}
2 代码格式
using System;
using System.Collections.Generic;namespace Legalsoft.Truffer
{public class Phylagglomnode{public int mo { get; set; }public int ldau { get; set; }public int rdau { get; set; }public int nel { get; set; }public double modist { get; set; }public double dep { get; set; }public double seq { get; set; }}
}