sjz
2025-09-02 5612526544b3532c5efc9c002d1c97b4af286bd1
1
2
3
4
5
6
namespace MES.Service.Dto.webApi;
 
public class DelBarcode
{
    public string SmallBarcode { get; set; }
}