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