导出序列号

This commit is contained in:
2025-05-13 13:40:39 +08:00
parent 4b4792cdff
commit 4c02d03bad

View File

@@ -111,12 +111,12 @@ namespace BarCode.Web.Core.Dto.SerialNumbers
/// <summary>
/// 是否为两件装为了控制后面的变动设为整数形0和1看作12代表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;
}