admin property

void admin=(List value)

管理员用户id

Implementation

set admin(List<ObjectId> value) => data['admin'] = DbQueryField.toBaseType(value);