TG.WXCRM.V4/NetCore.Model/qw/hg_man_config.cs

24 lines
515 B
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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; }
/// <summary>
/// 当前合规时间
/// </summary>
public DateTime checkdate { get; set; }
/// <summary>
/// 状态0未完成 1完结
/// </summary>
public int status { get; set; }
}
}