111
啊鑫
2024-12-27 e3355fba66b7f23bfca7dc213b27ad5f6721763e
1
2
3
4
5
6
7
8
9
10
namespace NewPdaSqlServer.Dto.service;
 
public class ScanWorkRequest
{
    public string? UserNo { get; set; }
    public string? ItemBarcode { get; set; }
    public string? StaffNo { get; set; }
 
    public decimal? Quantity { get; set; }
}