using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace CSFramework.DBTester
|
{
|
public class sys_RegisterLog
|
{
|
public int isid { get; set; }
|
|
public string LicenseID { get; set; }
|
|
public string RegisterNo { get; set; }
|
|
public DateTime RegisterTime { get; set; }
|
|
public string LogConent { get; set; }
|
|
public string HID { get; set; }
|
|
}
|
}
|