xwt
7 天以前 65438b8c1f9ec323c3c2ae265561dae4ff536379
1
2
3
4
5
6
namespace MES.Service.Dto.webApi.SRM;
 
public class ErpBarcode
{
    public string? SmallBarcode { get; set; }
}