username@email.com
2024-10-29 3f91a6737fc06b45461ce11eae5660cbbf766f7e
CoreCms.Net.Model/ViewModels/UI/AdminUiCallBack.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: 暂无
 ***********************************************************************/
@@ -30,5 +30,17 @@
        public object otherData { get; set; }
        public int count { get; set; }
    }
    public class OtherData
    {
        public decimal heji1 { get; set; }
        public decimal heji2 { get; set; }
        public decimal heji3 { get; set; }
        public decimal heji4 { get; set; }
        public decimal heji5 { get; set; }
        public decimal heji6 { get; set; }
    }
}