This commit is contained in:
yuyubohh
2025-12-20 00:05:40 +08:00
parent 9823f93bdc
commit 6060b99255
2 changed files with 2 additions and 2 deletions

View File

@@ -503,7 +503,7 @@ namespace MyCode.Project.Domain.Message.Response.JackYun
/// <summary> /// <summary>
/// 批次编号 /// 批次编号
/// </summary> /// </summary>
public decimal? BatchNo { get; set; } public string BatchNo { get; set; }
/// <summary> /// <summary>
/// 序列号 /// 序列号

View File

@@ -168,7 +168,7 @@ namespace MyCode.Project.Domain.Model
/// Default: /// Default:
/// Nullable:True /// Nullable:True
/// </summary> /// </summary>
public decimal? BatchNo {get;set;} public string BatchNo {get;set;}
/// <summary> /// <summary>
/// Desc:序列号 /// Desc:序列号