19 lines
284 B
C#
19 lines
284 B
C#
namespace ZXK.GYJQR
|
|
{
|
|
public class BJCJ_INFO
|
|
{
|
|
//序号
|
|
public int id;
|
|
//名称
|
|
public string partName;
|
|
//图片地址
|
|
public string picURL;
|
|
//介绍文字
|
|
public string explainTxt;
|
|
//此步骤对应的三维场景内物体
|
|
public string itemGeo;
|
|
//配音
|
|
public string sound;
|
|
}
|
|
}
|