|
@@ -41,10 +41,8 @@ public class Work : CreationModificationEntity
|
|
|
[SugarColumn(ColumnDescription = "工作时长(单位:秒)")]
|
|
|
public double? WorkingDuration { get; private set; }
|
|
|
|
|
|
- [SugarColumn(IsIgnore = true)]
|
|
|
public string? TelPwd { get; set; }
|
|
|
|
|
|
- [SugarColumn(IsIgnore = true)]
|
|
|
public string? Description { get; set; }
|
|
|
///// <summary>
|
|
|
///// SignalR.ConnectionId
|