username@email.com
2024-09-09 626943b5ba84ce44bc19f4c3b8e8e94638bec733
CoreCms.Net.Model/ViewModels/UI/WebApiCallBack.cs
@@ -1,10 +1,10 @@
/***********************************************************************
 *            Project: CoreCms
 *        ProjectName: 核心内容管理系统
 *                Web: https://www.corecms.net
 *             Author: 大灰灰
 *              Email: jianweie@163.com
 *         CreateTime: 2021/1/31 21:45:10
 *            Project: baifenBinfa
 *        ProjectName: 百分兵法管理系统
 *                Web: http://chuanyin.com
 *             Author:
 *              Email:
 *         CreateTime: 202403/02
 *        Description: 暂无
 ***********************************************************************/
@@ -45,5 +45,10 @@
        ///     返回编码
        /// </summary>
        public int code { get; set; } = 0;
        /// <summary>
        ///     总数
        /// </summary>
        public int count { get; set; } = 0;
    }
}