username@email.com
2024-10-29 3f91a6737fc06b45461ce11eae5660cbbf766f7e
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;
    }
}