Compare commits
No commits in common. "07967f139055e3a5386a746a26cff4cebdd6cbc8" and "218bf66fc61a147ecba3c249b026139df1cc86f3" have entirely different histories.
07967f1390
...
218bf66fc6
|
|
@ -66,10 +66,7 @@ namespace Learn.Archives.Core.Model
|
|||
/// 上线率
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public decimal OnLineRate => (decimal)OnLineCount / (decimal)PeopleCount;
|
||||
/// <summary>
|
||||
/// 总人数
|
||||
/// </summary>
|
||||
public decimal OnLineRate => OnLineCount / PeopleCount;
|
||||
public int PeopleCount { get; set; }
|
||||
/// <summary>
|
||||
/// 上线人数
|
||||
|
|
|
|||
Loading…
Reference in New Issue