using Newtonsoft.Json;
using System.Collections.Generic;
namespace Core.StlMes.Client.Qcm.model
{
///
/// 数据库表COM_BASE_SPLINE_C所对应的实体类(生成工具:代码生成工具1.0.0.0)
/// 作者:Chenxi-PC2 时间:2016-04-14
///
public class ComBaseSplineCEntity2 : ComBaseSplineCEntity
{
private List splineCRSteel = null;
[JsonProperty("splineCRSteel")]
public List SplineCRSteel
{
get { return splineCRSteel; }
set { splineCRSteel = value; }
}
private List splineCRProduct = null;
[JsonProperty("splineCRProduct")]
public List SplineCRProduct
{
get { return splineCRProduct; }
set { splineCRProduct = value; }
}
private List splineCRStd = null;
[JsonProperty("splineCRStd")]
public List SplineCRStd
{
get { return splineCRStd; }
set { splineCRStd = value; }
}
private List splineCRModel = null;
[JsonProperty("splineCRModel")]
public List SplineCRModel
{
get { return splineCRModel; }
set { splineCRModel = value; }
}
}
}