public virtual string SplitPlateType
{
get
{
if (SplitPlateType ==
null)
{
return "默认值";
}
else
{
return SplitPlateType;
}
}
set { SplitPlateType = value; }
}
转载于:https://www.cnblogs.com/lhlong/p/9459722.html
转载请注明原文地址: https://win8.8miu.com/read-1546336.html