namespace Yw.Dto.Bimface { /// /// /// public class UpdatePurposeInput : IDInput { /// /// /// public string Purpose { get; set; } } }