namespace DS.WMS.Core.System.Dtos; /// /// 多语言常量返回信息 /// public class MultiLanguageConstRes { /// /// Key /// public string Key { get; set; } /// /// 值 /// public string Value { get; set; } }