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