1
This commit is contained in:
14
Gatedge.ScanCode/Models/Dto/BarCode.cs
Normal file
14
Gatedge.ScanCode/Models/Dto/BarCode.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Gatedge.ScanCode.Models.Dto
|
||||
{
|
||||
/// <summary>
|
||||
/// 条码入参
|
||||
/// </summary>
|
||||
public class BarCodeParam
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// 条码编码
|
||||
/// </summary>
|
||||
public string? BarCode { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user