|
@@ -7,6 +7,8 @@ namespace TEAMModelOS.SDK.Models.Cosmos.Common.Inner
|
|
{
|
|
{
|
|
public class BaseItem : CosmosEntity
|
|
public class BaseItem : CosmosEntity
|
|
{
|
|
{
|
|
|
|
+ // 填空数量
|
|
|
|
+ public int blankCount { get; set; }
|
|
public bool objective { get; set; }
|
|
public bool objective { get; set; }
|
|
public string shaCode { get; set; }
|
|
public string shaCode { get; set; }
|
|
// 选项 单选 多选 判断
|
|
// 选项 单选 多选 判断
|