username@email.com
2024-09-09 626943b5ba84ce44bc19f4c3b8e8e94638bec733
CoreCms.Net.Model/ViewModels/UI/WebApiCallBack.cs
@@ -1,7 +1,7 @@
/***********************************************************************
 *            Project: CoreCms
 *            Project: baifenBinfa
 *        ProjectName: 百分兵法管理系统                               
 *                Web: hhtp://chuanyin.com
 *                Web: http://chuanyin.com
 *             Author:                                        
 *              Email:                               
 *         CreateTime: 202403/02   
@@ -45,5 +45,10 @@
        ///     返回编码
        /// </summary>
        public int code { get; set; } = 0;
        /// <summary>
        ///     总数
        /// </summary>
        public int count { get; set; } = 0;
    }
}