namespace IStation.Application.SZJT { /// /// /// public class BelongOfKindInput : BelongInput { /// /// /// [Required] public string Kind { get; set; } } }