@@ -1,6 +1,3 @@
|
||||
|
||||
|
||||
|
||||
namespace IRaCIS.Core.Domain.Models
|
||||
{
|
||||
///<summary>
|
||||
@@ -26,8 +23,6 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// 影像工具类型
|
||||
/// </summary>
|
||||
public int ImageToolType { get; set; }
|
||||
|
||||
|
||||
public Guid UserId { get; set; }
|
||||
|
||||
public bool AltKey { get; set; } = false;
|
||||
@@ -43,6 +38,4 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public string Code { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
|
||||
|
||||
|
||||
namespace IRaCIS.Core.Domain.Models
|
||||
{
|
||||
///<summary>
|
||||
@@ -14,19 +11,9 @@ namespace IRaCIS.Core.Domain.Models
|
||||
#endregion
|
||||
|
||||
public string TemplateName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public Guid UserId { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
public int WW { get; set; }
|
||||
|
||||
|
||||
public int WL { get; set; }
|
||||
|
||||
|
||||
public int ShowOrder { get; set; } = 0;
|
||||
|
||||
/// <summary>
|
||||
@@ -35,6 +22,4 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public bool IsPitchOn { get; set; } = true;
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user