1
This commit is contained in:
17
Gatedge.ScanCode/Models/Dto/PrdInStock/PrdInStockInspect.cs
Normal file
17
Gatedge.ScanCode/Models/Dto/PrdInStock/PrdInStockInspect.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace Gatedge.ScanCode.Models.Dto.PrdInStock
|
||||
{
|
||||
/// <summary>
|
||||
/// 生产入库单检验参数
|
||||
/// </summary>
|
||||
public class PrdInStockInspect
|
||||
{
|
||||
/// <summary>
|
||||
/// 单据编号
|
||||
/// </summary>
|
||||
public string? Number { get; set; }
|
||||
/// <summary>
|
||||
/// 单据Id
|
||||
/// </summary>
|
||||
public string? Id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user