修复一些BUG
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user