修复一些BUG

This commit is contained in:
2025-08-11 13:30:29 +08:00
parent be8f4f17ae
commit a4f40a4e47
5 changed files with 17 additions and 115 deletions

View File

@@ -110,11 +110,11 @@ namespace MyCode.Project.Infrastructure.JackYun
/// <summary>
///
/// </summary>
public int couponFee { get; set; }
public decimal couponFee { get; set; }
/// <summary>
///
/// </summary>
public int realFee { get; set; }
public decimal realFee { get; set; }
/// <summary>
/// 店铺编码
/// </summary>