//------------------------------------------------------------------------------ // // 此代码是根据模板生成的。 // // 手动更改此文件可能会导致应用程序中发生异常行为。 // 如果重新生成代码,则将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace EntityDataSet { using System; using System.Collections.Generic; public partial class user { public int id { get; set; } public string user_name { get; set; } public string name { get; set; } public string pass_word { get; set; } public string telephone { get; set; } public string type { get; set; } public byte[] finger1_template { get; set; } public byte[] finger2_template { get; set; } public byte[] finger3_template { get; set; } public byte[] finger4_template { get; set; } public byte[] finger5_template { get; set; } public byte[] finger6_template { get; set; } public byte[] finger7_template { get; set; } public byte[] finger8_template { get; set; } public byte[] finger9_template { get; set; } public byte[] finger10_template { get; set; } } }