using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace SchedulingSystemClient.EntityClass { public class Cus_QXB { public int ID { get; set; } public int? JSID { get; set; } public bool? Is_SY { get; set; } public bool? Is_PBJL { get; set; } public bool? Is_PBSQ { get; set; } public bool? Is_JCXXWH { get; set; } public bool? Is_GZWH { get; set; } public bool? Is_XTGL { get; set; } public bool? Is_SJTJ { get; set; } public bool? Is_PBRZ { get; set; } public bool? Is_SDPB { get; set; } public bool? Is_PBZS { get; set; } } }