You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
680 B
23 lines
680 B
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; } |
|
} |
|
}
|
|
|