namespace Myshipping.Core.Service; /// /// 枚举输出参数 /// public class EnumDataOutput { /// /// 字典Id /// public int Code { get; set; } /// /// 字典值 /// public string Value { get; set; } }