Files
wcs/WCS.Model/ApiModel/OutStore/OutImportMatModel.cs

15 lines
353 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace WCS.Model.ApiModel.OutStore
{
public class OutImportMatModel
{
public string { get; set; }
public string { get; set; }
public string { get; set; }
public int { get; set; }
}
}