13 lines
364 B
C#
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; }
|
|
}
|
|
} |