This commit is contained in:
zpc 2026-02-23 19:45:01 +08:00
parent e680518059
commit f7f00f7845

View File

@ -30,12 +30,24 @@ public class Planner
[MaxLength(500)]
public string Avatar { get; set; } = null!;
/// <summary>
/// 职称
/// </summary>
[MaxLength(200)]
public string? Title { get; set; }
/// <summary>
/// 简介
/// </summary>
[MaxLength(1000)]
public string? Introduction { get; set; }
/// <summary>
/// 标签(逗号分隔)
/// </summary>
[MaxLength(500)]
public string? Tags { get; set; }
/// <summary>
/// 咨询价格
/// </summary>