杨张扬
3 天以前 77b654d928c34d32462e212a4ec212f7cc48b50f
models/TN_TN_SPE.cs
@@ -19,12 +19,12 @@
        public string S_SPE { get; set; }
        /// <summary>
        /// 过期时间
        /// 过期时间,单位:小时
        /// </summary>
        public int? N_EXPIRE_TIME { get; set; }
        /// <summary>
        /// 静置时间
        /// 静置时间,单位:分钟
        /// </summary>
        public int? N_STANDING_TIME { get; set; }
    }