public virtual string SplitPlateType { get { if (SplitPlateType == null) { return "默认值"; } else { return SplitPlateType; } } set { SplitPlateType = value; } }
原文地址:https://www.cnblogs.com/lhlong/p/9459722.html
时间: 2024-10-16 12:05:06
public virtual string SplitPlateType { get { if (SplitPlateType == null) { return "默认值"; } else { return SplitPlateType; } } set { SplitPlateType = value; } }
原文地址:https://www.cnblogs.com/lhlong/p/9459722.html