50 lines
1011 B
C#
50 lines
1011 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
|
|
namespace Song.Site.Ext.SyncData.Entity
|
|
{
|
|
public class zybQytjxx
|
|
{
|
|
public string id;
|
|
|
|
public string enterpriseid;
|
|
|
|
public string enterprisename;
|
|
|
|
public string tjjgid;
|
|
//@ExcelAnnotation(sort = 1)
|
|
public DateTime bgtime;
|
|
|
|
|
|
//@ExcelAnnotation(sort = 2)
|
|
//@JsonFormat(pattern = "yyyy-MM-dd")
|
|
public DateTime nexttjtime;
|
|
|
|
public string qyreport;
|
|
public string globalEnterpriseId;
|
|
|
|
/**
|
|
* 提醒间隔 实体类
|
|
*/
|
|
public ZybWoTxjg zybWoTxjg;
|
|
|
|
|
|
/**
|
|
* 体检机构name
|
|
*/
|
|
public string tjjgName;
|
|
/**
|
|
* 体检报告名称
|
|
*/
|
|
//@ExcelAnnotation(sort = 0)
|
|
public string tjbgName;
|
|
/**
|
|
* 暂未开展
|
|
*/
|
|
//@ExcelAnnotation(sort = 3)
|
|
public string kzzt;
|
|
public int zwkz;
|
|
}
|
|
} |