using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace YD_WeChatApplet.Commons.Dto.ClientSide { /// /// 新增成绩 /// public class TaskResultDto { /// /// 策划高年级Id /// public int TaskResultId { get; set; } } }