namespace HStation.Dto.Phart { /// /// /// public class UpdateGeometryInfoInput : IDInput { /// /// /// public string GeometryInfo { get; set; } } }