username@email.com
2024-06-26 7f26cd7c3e492062418cdc7dbe9d7ce14cbe5f05
CoreCms.Net.Model/ViewModels/UI/AdminUiCallBack.cs
@@ -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; }
    }
}