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; } }