
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; }
}
}




![[SQL开发笔记]INSERT INTO 语句:将新记录插入到数据库表中](https://img-blog.csdnimg.cn/83f04f37865f477680478093fb86f56c.png)














