新增微信接口以及一些问天
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
namespace QYZH.InteractiveMagazine.Models.Dto.UserAnswerTaskService
|
||||
{
|
||||
/// <summary>
|
||||
/// 新增学生输入
|
||||
/// </summary>
|
||||
public class AddStudentInput
|
||||
{
|
||||
/// <summary>
|
||||
/// 昵称
|
||||
/// </summary>
|
||||
public string? Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 头像地址
|
||||
/// </summary>
|
||||
public string? AvatarUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user