22 lines
475 B
C#
22 lines
475 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace cn.sancainet.Resident.health.Entity.XiTong
|
|
{
|
|
public class sys_csbgmb
|
|
{
|
|
public string id { get; set; }
|
|
public string lxid { get; set; }
|
|
public string name { get; set; }
|
|
|
|
public string cssj { get; set; }
|
|
public string zdyj { get; set; }
|
|
|
|
public string lxname { get; set; }
|
|
|
|
public byte zdlx { get; set; }
|
|
}
|
|
}
|