using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace QMAPP.Web.Models.Sys
{
///
/// 相关零件类别
///
public class UserReqPlaceModel
{
///
/// 序号
///
public int Seq { get; set; }
///
///零件类别主键
///
public string PLACEDISID { get; set; }
///
///零件类别编号
///
public string PLACEDISNO { get; set; }
///
///零件类别名称
///
public string DESCRIBE_SITE { get; set; }
///
/// 删除
///
public string DeleteAction { get; set; }
}
}