添加 IndicationTypeId

This commit is contained in:
he
2024-10-30 09:27:17 +08:00
parent 68b960abec
commit 3a978b561b
7 changed files with 18278 additions and 179 deletions
@@ -8,6 +8,11 @@
/// </summary>
public ExperienceDataType ExperienceDataType { get; set; }
/// <summary>
/// 适应症类型ID
/// </summary>
public Guid IndicationTypeId { get; set; } = Guid.Empty;
/// <summary>
/// 项目Id
/// </summary>