28 lines
798 B
C#
28 lines
798 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace cn.sancainet.Resident.health.Entity.TiJian
|
|
{
|
|
public class b_fbcc
|
|
{
|
|
public string id { get; set; }
|
|
public string xm { get; set; }
|
|
public byte xb { get; set; }
|
|
public int nl { get; set; }
|
|
public string sfzh { get; set; }
|
|
public byte zd { get; set; }
|
|
public string sj { get; set; }
|
|
public string jl { get; set; }
|
|
public byte sczt { get; set; }
|
|
public DateTime scsj { get; set; }
|
|
public string sncode { get; set; }
|
|
public byte uploadState { get; set; }
|
|
public DateTime uploadDate { get; set; }
|
|
public byte[] img { get; set; }
|
|
|
|
public List<byte[]> yszp { get; set; }
|
|
}
|
|
}
|