using ProtoBuf;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Text;
using TEAMModelOS.SDK.Context.Attributes.Azure;
using TEAMModelOS.SDK.Module.AzureCosmosDBV3;
namespace TEAMModelOS.Service.Models.Learn
{
///
/// 投票
///
[ProtoContract]
[CosmosDB(RU = 400, Name = "Vote")]
public class Vote : ID
{
public Vote()
{
target = new List();
resource = new List();
option = new List