username@email.com
2024-05-16 2d2a6b9d20ae8c5d9fcbedac48b4428f696fa127
CoreCms.Net.Model/FromBody/FMCart.cs
@@ -1,7 +1,7 @@
/***********************************************************************
 *            Project: CoreCms
 *            Project: baifenBinfa
 *        ProjectName: 百分兵法管理系统                               
 *                Web: hhtp://chuanyin.com
 *                Web: http://chuanyin.com
 *             Author:                                        
 *              Email:                               
 *         CreateTime: 202403/02   
@@ -97,7 +97,10 @@
        /// </summary>
        public int objectId { get; set; } = 0;
        /// <summary>
        /// 商品数据
        /// </summary>
        public int goodsId { get; set; } = 0;
    }