导出序列号
This commit is contained in:
@@ -111,12 +111,12 @@ namespace BarCode.Web.Core.Dto.SerialNumbers
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 是否为两件装,为了控制后面的变动,设为整数形,0和1看作1,2代表2件装,3代表三件装 alter by yzh
|
/// 是否为两件装,为了控制后面的变动,设为整数形,0和1看作1,2代表2件装,3代表三件装 alter by yzh
|
||||||
/// </summary>
|
/// </summary>
|
||||||
// [Ignore]
|
[Ignore]
|
||||||
public int IsTwo { get; set; } = 1;
|
public int IsTwo { get; set; } = 1;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 第二个序列号
|
/// 第二个序列号
|
||||||
/// </summary>
|
/// </summary>
|
||||||
//[Ignore]
|
[Ignore]
|
||||||
public string TwoSerialNumber { get; set; } = string.Empty;
|
public string TwoSerialNumber { get; set; } = string.Empty;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user