|
using System;
|
|
|
|
namespace NetCore.Model
|
|
{
|
|
public class sync_push
|
|
{
|
|
public int pkid { get; set; }
|
|
public string jsontext { get; set; }
|
|
public int isbatch { get; set; }
|
|
public DateTime ctime { get; set; }
|
|
public string bidatatype { get; set; }
|
|
public string deptcode { get; set; }
|
|
}
|
|
}
|