wanshenmean
2 天以前 c5c3e4e538a11f2a6391e6b2613375b1f92eb20a
Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/System/DictionaryDTO.cs
@@ -7,22 +7,22 @@
namespace WIDESEA_DTO.System
{
    /// <summary>
    ///
    /// 字典数据传输对象
    /// </summary>
    public class DictionaryDTO
    {
        /// <summary>
        ///
        /// 键
        /// </summary>
        public object Key {  get; set; }
        /// <summary>
        ///
        /// 值
        /// </summary>
        public object Value {  get; set; }
        /// <summary>
        ///
        /// 额外数据
        /// </summary>
        public object Extra {  get; set; }
    }