using System;
namespace NetCore.Model.qw
{
public class hg_man_config
{
public string corpid { get; set; }
public string name { get; set; }
public string tablename { get; set; }
public int seq { get; set; }
///
/// 当前合规时间
///
public DateTime checkdate { get; set; }
///
/// 状态0:未完成 1:完结
///
public int status { get; set; }
}
}