using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MES.Production.Entity.Model
{
public class UploadPicSet
{
public string unid
{
get;set;
}
///
///
///
public int total
{ get; set; }
public int status
{ get; set; }
public string fileTypeExts
{
get;set;
}
///
///
///
public string fileSizeLimit
{
get;set;
}
///
///
///
public string html
{
get;set;
}
}
}