123
This commit is contained in:
@@ -503,7 +503,7 @@ namespace MyCode.Project.Domain.Message.Response.JackYun
|
||||
/// <summary>
|
||||
/// 批次编号
|
||||
/// </summary>
|
||||
public decimal? BatchNo { get; set; }
|
||||
public string BatchNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 序列号
|
||||
|
||||
@@ -168,7 +168,7 @@ namespace MyCode.Project.Domain.Model
|
||||
/// Default:
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
public decimal? BatchNo {get;set;}
|
||||
public string BatchNo {get;set;}
|
||||
|
||||
/// <summary>
|
||||
/// Desc:序列号
|
||||
|
||||
Reference in New Issue
Block a user