using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace WIDESEA_DTO.Inbound
|
{
|
/// <summary>
|
///
|
/// </summary>
|
public class ProInStaticDTO
|
{
|
public string ProductCode { get; set; }
|
public string ProductVersion { get; set; }
|
public float SumPcs { get; set; }
|
}
|
}
|