集团大屏数据

This commit is contained in:
2025-06-05 01:08:26 +08:00
parent a143894ea8
commit 94e2ca6857
6 changed files with 59 additions and 22 deletions
+2 -2
View File
@@ -11,10 +11,10 @@ namespace Model
/// <summary>
/// 达因数
/// </summary>
public decimal? Size { get; set; }
public double? Size { get; set; }
/// <summary>
/// 完成达因数
/// </summary>
public decimal? DoneDin { get; set; }
public double? DoneDin { get; set; }
}
}