This commit is contained in:
2025-07-21 18:03:24 +08:00
parent af2f97c508
commit 8b2c7b62d8
2 changed files with 10 additions and 2 deletions

View File

@@ -91,6 +91,14 @@ namespace MyCode.Project.Infrastructure.JackYun
///
/// </summary>
public string skuImgUrl { get; set; }
/// <summary>
/// Desc:计量单位
/// Default:
/// Nullable:True
/// </summary>
public string Unit { get; set; }
}
public class TradesItem