using System; using System.Collections.Generic; using System.Runtime.Serialization; namespace WingCloudServer.GeneralDocTools.Model.Parameters { /// /// string parameter type /// [DataContract] public class StringParameter : ParameterBase { } }