清理后端下载
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-20 11:47:02 +08:00
parent 97b28fd920
commit b90f5f2d85
15 changed files with 255 additions and 360 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ namespace IRaCIS.Core.Domain.Models
[Table("VolumeReward")]
public partial class VolumeReward : BaseFullAuditEntity
{
[Column(TypeName = "decimal(18,2)")]
[DecimalPrecision(18, 2)]
public decimal Price { get; set; }
public int Min { get; set; }
public int Max { get; set; }