using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace SchedulingSystemClient.EntityClass { public class Cus_KYKS { public int ID { get; set; } public string KSMC { get; set; } public string KSBM { get; set; } public bool? SFKY { get; set; } } }