sjz
5 天以前 bf780b6c83012b5beb3d7515b8fb61753c5fb736
1
2
3
4
5
6
namespace MES.Service.Dto.webApi.DeliveryNote;
 
public class ErpBarcode
{
    public string? SmallBarcode { get; set; }
}