sjz
6 天以前 302054e253f1550ee64430882786ec9a3920ec92
1
2
3
4
5
6
namespace MES.Service.Dto.webApi;
 
public class DelBarcode
{
    public string SmallBarcode { get; set; }
}