跳到主要内容

wscollection

wscollection 选项集

{
"_id":"ObjectId",
"appid":"string", // 应用Id
"cid":"string", // 选项集Id,
"name":"string", // 名称
"ops":[{
"k":"string", // key
"v":"string", // 名称
"idx":"string", // 排序
"color":"string", // 颜色
"score":"double", // 分值
"isdel":"bool", // 是否删除
}}], // 选项
"color":"bool", // 启用彩色
"enscore":"bool", // 启用分值
"wsids":["string"], // 工作表Ids,
"status":"int", // 状态 1:正常 9:删除
"caid":"string", // 创建人账号Id
"ctime":"date", // 创建时间
}