ComplianceServer/oldcode/NetCore.Model/sync_push.cs

15 lines
345 B
C#

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; }
}
}