namespace DS.WMS.Core.System.Dtos; /// /// 远程Api 下拉选项 /// public class ApiSelectViewModel { /// /// /// public string Label { get; set; } /// /// /// public string Value { get; set; } }