编辑病灶问题修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user