using System;
using System.Collections.Generic;
using System.Text;
namespace TEAMModelOS.SDK.Models.Cosmos.Common
{
///
/*
*
*/
///
public class StuCourse :CosmosEntity
{
///
/// 课程的分区键课程Code
///
public string scode { get; set; }
public string name { get; set; }
public string scope { get; set; }
public string school { get; set; }
public string creatorId { get; set; }
}
}