username@email.com
2024-09-09 626943b5ba84ce44bc19f4c3b8e8e94638bec733
CoreCms.Net.Model/ViewModels/UI/WebApiCallBack.cs
@@ -45,5 +45,10 @@
        ///     返回编码
        /// </summary>
        public int code { get; set; } = 0;
        /// <summary>
        ///     总数
        /// </summary>
        public int count { get; set; } = 0;
    }
}