20 lines
395 B
C#
Raw Permalink Normal View History

2025-06-06 14:57:20 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace YD_WeChatApplet.Commons.Dto.ClientSide
{
/// <summary>
/// 新增成绩
/// </summary>
public class TaskResultDto
{
/// <summary>
/// 策划高年级Id
/// </summary>
public int TaskResultId { get; set; }
}
}