username@email.com
2025-03-05 9eaaeff84fedc8424ee9c7ea31bfd60cc1e8ff4e
CY_ECommercePlatform/CY.Model/EC/EC_OrderBasic.cs
@@ -339,6 +339,12 @@
                _outid = value;
            }
        }
        /// <summary>
        /// 是否留样 1是 其他否
        /// </summary>
        public int? LiuyangStatus { get; set; }
        #endregion Model
    }
}