15 lines
173 B
C#
15 lines
173 B
C#
|
|
namespace ZXKFramework
|
|
{
|
|
public class ShowJieGou
|
|
{
|
|
//UID
|
|
|
|
public int id;
|
|
|
|
//名称
|
|
|
|
public string Name;
|
|
|
|
//说明
|
|
|
|
public string Show;
|
|
|
|
|
|
}
|
|
}
|