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

13 lines
364 B
C#

namespace NetCore.Model.qw
{
public class hg_make_up
{
public string corpid { get; set; }
public string keyword { get; set; }
public int seq { get; set; }
public int maxseq { get; set; }
public int status { get; set; }
public string tablename { get; set; }
public string pici { get; set; }
}
}