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