编辑病灶问题修改

This commit is contained in:
he
2023-09-19 13:54:59 +08:00
parent 285992d137
commit c97253cb5f
3 changed files with 98 additions and 3 deletions
@@ -1876,6 +1876,14 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? RowId { get; set; }
public Guid? Id
{
get
{
return this.RowId;
}
}
public bool IsCanEditPosition { get; set; } = false;
public decimal FristAddTaskNum { get; set; } = 0;