整理代码
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace ShrlAlgo.RvKits.RvIndependent.MetroGauges.LandXMLData
|
||||
{
|
||||
[XmlType("LoftShape")]
|
||||
public class LoftShapeModel : ShapeModel
|
||||
{
|
||||
[XmlAttribute("depth")]
|
||||
public double Depth;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user