This commit is contained in:
liqionghai
2025-07-16 17:26:20 +08:00
parent 341163411d
commit 11a0720133
10 changed files with 301 additions and 20 deletions

View File

@@ -104,11 +104,21 @@ namespace MyCode.Project.Domain.Message.Request.JackYun
/// <summary>
/// 是否正品
/// </summary>
public Byte isCertified { get; set; }
public int isCertified { get; set; }
/// <summary>
/// 条形码
/// </summary>
public String skuBarcode { get; set; }
/// <summary>
/// 备注
/// </summary>
public String rowRemark { get; set; }
/// <summary>
/// 匹配货品信息的外部货品编号
/// </summary>
public String outSkuCode { get; set; }
}
}