using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.Serialization; namespace SOH.Entities.DTO { /// /// 用户级别,0普通,1VIP,2贵宾 /// [Serializable()] [DataContract(IsReference = true)] public class dto_tjxx { public int htbm { get; set; } public int khbm { get; set; } public string khmc { get; set; } public short nd { get; set; } public string htbj { get; set; } public string ywdbdm { get; set; } } }