PrintLabelExportModel.cs
327 Bytes
using CsbrHcgClient.Models.SAP.Entity;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CsbrHcgClient.Models.SAP.Model.Output
{
public class PrintLabelExportModel : BaseExportModel
{
public List<PrintLabelLtItem> ltItems;
}
}