namespace Magic.Core.Service; /// /// 字典值参数 /// public class DictDataOutput : DictDataInput { /// /// 字典Id /// public virtual long Id { get; set; } }