123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace SCC.Models
- {
-
-
-
- class TrendChartModel
- {
- }
-
-
-
- public class BaseEntity
- {
- public int Id { get; set; }
- }
-
-
-
- public class TrendChartData : BaseEntity
- {
-
-
-
- public int ChartId { get; set; }
-
-
-
- public int Term { get; set; }
-
-
-
- public string[] AllMaxMiss { get; set; }
-
-
-
- public string[] AllTimes { get; set; }
-
-
-
- public int RecordCount { get; set; }
-
-
-
- public string[] AllAvgMiss { get; set; }
-
-
-
- public string[] LastMiss { get; set; }
-
-
-
- public string[] LocalMiss { get; set; }
-
-
-
- public string HtmlData { get; set; }
-
-
-
- public TrendChartType ChartType { get; set; }
-
-
-
- public DateTime Addtime { get; set; }
- }
-
-
-
- public class TrendChartItemInfo : BaseEntity
- {
-
-
-
- public int Cid { get; set; }
-
-
-
- public int ChartId { get; set; }
-
-
-
- public TrendChartType ChartType { get; set; }
-
-
-
- public ChartItemClassName ClassName { get; set; }
-
-
-
- public string ChartItemName { get; set; }
-
-
-
-
- public int Cycle { get; set; }
-
-
-
- public int ItemMinValue { get; set; }
-
-
-
- public int ItemMaxValue { get; set; }
-
-
-
-
- public int SplitNumberOfDX { get; set; }
-
-
-
- public int ItemCount { get; set; }
-
-
-
- public string[] ItemString { get; set; }
-
-
-
-
-
-
- public int IndexStart { get; set; }
-
-
-
-
-
- public int IndexEnd { get; set; }
-
-
-
- public bool DrawLine { get; set; }
-
-
-
- public ChartItemType FuntionType { get; set; }
-
-
-
- public int ChartCssId { get; set; }
-
-
-
- public int OrderBy { get; set; }
- }
-
-
-
- public class ChartCssConfigInfo : BaseEntity
- {
-
-
-
- public string Name { get; set; }
-
-
-
- public int FuntionTypeCss { get; set; }
-
-
-
-
-
- public int ParentId { get; set; }
-
-
-
- public int startNum { get; set; }
-
-
-
- public int endNum { get; set; }
-
-
-
- public string MissCssName { get; set; }
-
-
-
- public string NumberCssName { get; set; }
-
-
-
- public string LineColor { get; set; }
-
-
-
- public string DataAnalysisCssName { get; set; }
-
-
-
- public string DataAnalysisImgName { get; set; }
-
-
-
- public string Extend1 { get; set; }
-
-
-
- public string Extend2 { get; set; }
-
-
-
- public string Extend3 { get; set; }
-
-
-
- public string Extend4 { get; set; }
-
-
-
- public string Extend5 { get; set; }
-
-
-
- public string Descript { get; set; }
-
-
-
- public List<ChartCssConfigInfo> ChildList { get; set; }
- }
-
-
-
- public enum ChartItemType
- {
-
-
-
- Term_TermItem = 1,
-
-
-
- SingleCell_012StatusItem = 2,
-
-
-
- SingleValue_DaXiaoStatusItem = 3,
-
-
-
- SingleValue_HeWeiItem = 4,
-
-
-
- SingleValue_JiOuStatusItem = 5,
-
-
-
- SingleValue_Number012StatusItem = 6,
-
-
-
- SingleValue_NumberItem = 7,
-
-
-
- SingleValue_SpanItem = 8,
-
-
-
- SingleValue_SpanNumberItem = 9,
-
-
-
- SingleValue_SumItem = 10,
-
-
-
- SingleValue_ZhiHeStatusItem = 11,
-
-
-
- SingleValue_ZuHeStatusItem = 12,
-
-
-
- SingleCell_HeWeiItem = 13,
-
-
-
- SingleCell_OpenCodeItem = 14,
-
-
-
- SingleCell_ProportionOf012Item = 15,
-
-
-
- SingleCell_ProportionOfDxItem = 16,
-
-
-
- SingleCell_ProportionOfJoItem = 17,
-
-
-
- SingleCell_ProportionOfZhItem = 18,
-
-
-
- SingleCell_SpanItem = 19,
-
-
-
- SingleCell_SumItem = 20,
-
-
-
- MultiValue_OpenCodeItem = 21,
-
-
-
- SingleCell_ShiJiHao = 22,
-
-
-
- SingleValue_HzJoStatusItem = 23,
-
-
-
- SingleValue_HzDxStatusItem = 24,
-
-
-
- SingleValue_DxStatusItem = 25,
-
-
-
- SingleValue_JoStatusItem = 26,
-
-
-
- SingleValue_ShiJiHao = 27,
-
-
-
- SingleCell_ShiJiHaoHzItem = 28,
-
-
-
- SingleCell_ShiJiHaoSpanItem = 29,
-
-
-
- SingleCell_ProportionOfShiJiHaoJoItem = 30,
-
-
-
- SingleCell_ProportionOfShiJiHaoDxItem = 31,
-
-
-
- SingleValue_ShiJiHaoTypeItem = 32,
-
-
-
- SingleValue_ZsStatusItem = 33,
-
-
-
- SingleCell_ZsMissItem = 34,
-
-
-
- SingleCell_ZsHaoMaItem = 35,
-
-
-
- SingleCell_Ac = 36,
-
-
-
- SingleCell_SanQu = 38,
-
-
-
- SingleCell_AcJiOu = 39,
-
-
-
- SingleCell_AcZhiHe = 40,
-
-
-
- SingleCell_Ac012Lu = 41,
-
-
-
- SingleValue_QuJianFenBu = 42,
-
-
-
- SingleValue_HeWeiJiOu = 43,
-
-
-
- SingleCell_RepeatedNumber = 50,
-
-
-
- SingleCell_LinkNumber = 51,
-
-
-
- SingleValue_SumItemGroup = 52,
-
-
-
- SingleValue_ZsJoStatusItem = 60,
-
-
-
- SingleValue_ZsDxStatusItem = 61,
-
-
-
- SingleValue_Zs012StatusItem = 62,
-
-
-
- SingleCell_HqItem = 63,
-
-
-
- MultiValue_LinkNumber = 65,
-
-
-
- SingleCell_ZSSpanItem = 66,
-
-
-
- SingleCell_ZhiHeStatusItem = 67,
-
-
-
- MultiValue_RepeatNumber = 68,
-
-
-
- MultiValue_ZheHaoNumber = 69,
-
-
-
- MultiValue_XieLianHaoNumber = 70,
-
-
-
- MultiValue_XieTiaoHaoNumber = 71,
-
-
-
- MultiValue_ShuSanLianHaoNumber = 72,
-
-
-
- MultiValue_ShuTiaoHaoNumber = 73,
-
-
-
- SpecialValue_FC3D012_4 = 74,
-
-
-
- SpecialValue_FCSSQ_ChuHaoPL = 75,
-
-
-
- SpecialValue_TCP3012_4 = 76,
-
-
-
- SpecialValue_TCDLT_ChuHaoPL = 77,
-
-
-
- MultiValue_KL12 = 78,
-
-
-
- SingleValue_SX = 79,
-
-
-
- SingleValue_JJ = 80,
-
-
-
- SingleValue_FW = 81,
-
-
-
- SingleValue_HB = 82,
-
-
-
- SingleCell_ZF = 83,
-
-
-
- SingleCell_FJ31X7SanQu = 84,
-
-
-
- SingleCell_FJ36X7SanQu = 85,
-
-
-
- SingleValue_HeWeiDx = 86,
-
-
-
- SingleValue_ShengXiao = 87,
-
-
-
- SingleCell_Hd15x5SanQU = 88,
-
-
-
- SingleValue_Hd11x5Yq = 89,
-
-
-
- SingleValue_Hd11x5Eq = 90,
-
-
-
- SingleValue_Hd11x5Sq = 91,
-
-
-
- SingleCell_NY36x7Sanqu = 92,
-
-
-
- SingleCell_Hz012 = 93,
-
-
-
- SingleValue_K3sbt = 94,
-
-
-
- MultiValue_K3ebt = 95,
-
-
-
- SingleCell_K3ebt = 96,
-
-
-
- SingleValue_JoValue = 97,
-
-
-
- SingleValue_DxValue = 98,
-
-
-
- SingleValue_ZhValue = 99,
-
-
-
- MultiValue_Sbtxt = 100,
-
-
-
- MultiValue_Ebtxt = 101,
-
-
-
- SingleValue_DxjoValue = 102,
-
-
-
- SingleValue_XsValue = 103,
-
-
-
- SingleValue_HsValue = 104,
-
-
-
- SingleValue_OsValue = 105
- }
-
-
-
- public enum ChartItemClassName
- {
-
-
-
- SingleValue = 1,
-
-
-
- MultiValue = 2,
-
-
-
- SpecialValue = 3
- }
-
-
-
- public enum MissDataType
- {
-
-
-
- LocalMiss = 1,
-
-
-
- LastMiss = 2,
-
-
-
- AllMaxMiss = 3,
-
-
-
- AllAvgMiss = 4,
-
-
-
- AllTimes = 5
- }
-
-
-
- public enum TrendChartType
- {
-
-
-
- PC = 1,
-
-
-
- WAP = 2,
-
-
-
- TV = 3
- }
- #region 地方彩种实体类
-
-
-
- public class LotteryOpenCode : BaseEntity
- {
-
-
-
- public int Term { get; set; }
-
-
-
- public IList<int> OpenCode { get; set; }
-
-
-
- public DateTime OpenTime { get; set; }
-
-
-
- public string ShiJiHao { get; set; }
-
-
-
- public string KaiJiHao { get; set; }
-
-
-
- public string Detail { get; set; }
-
-
-
- public DateTime Addtime { get; set; }
- }
-
-
-
- public class FCDF6J1Info : LotteryOpenCode
- {
- public int OpenCode1 { get; set; }
- public int OpenCode2 { get; set; }
- public int OpenCode3 { get; set; }
- public int OpenCode4 { get; set; }
- public int OpenCode5 { get; set; }
- public int OpenCode6 { get; set; }
- public int OpenCode7 { get; set; }
- }
-
-
-
- public class FCHD15X5Info : LotteryOpenCode
- {
- public int OpenCode1 { get; set; }
- public int OpenCode2 { get; set; }
- public int OpenCode3 { get; set; }
- public int OpenCode4 { get; set; }
- public int OpenCode5 { get; set; }
- }
-
-
-
- public class FCHN22X5Info : LotteryOpenCode
- {
- public int OpenCode1 { get; set; }
- public int OpenCode2 { get; set; }
- public int OpenCode3 { get; set; }
- public int OpenCode4 { get; set; }
- public int OpenCode5 { get; set; }
- }
-
-
-
- public class FCNY36X7Info : LotteryOpenCode
- {
- public int OpenCode1 { get; set; }
- public int OpenCode2 { get; set; }
- public int OpenCode3 { get; set; }
- public int OpenCode4 { get; set; }
- public int OpenCode5 { get; set; }
- public int OpenCode6 { get; set; }
- public int OpenCode7 { get; set; }
- }
-
-
-
- public class FCHB30X5Info : LotteryOpenCode
- {
- public int OpenCode1 { get; set; }
- public int OpenCode2 { get; set; }
- public int OpenCode3 { get; set; }
- public int OpenCode4 { get; set; }
- public int OpenCode5 { get; set; }
- }
-
-
-
- public class FCXJ35X7Info : LotteryOpenCode
- {
- public int OpenCode1 { get; set; }
- public int OpenCode2 { get; set; }
- public int OpenCode3 { get; set; }
- public int OpenCode4 { get; set; }
- public int OpenCode5 { get; set; }
- public int OpenCode6 { get; set; }
- public int OpenCode7 { get; set; }
- public int OpenCode8 { get; set; }
- }
-
-
-
- public class TCJS7WSInfo : LotteryOpenCode
- {
- public int OpenCode1 { get; set; }
- public int OpenCode2 { get; set; }
- public int OpenCode3 { get; set; }
- public int OpenCode4 { get; set; }
- public int OpenCode5 { get; set; }
- public int OpenCode6 { get; set; }
- public int OpenCode7 { get; set; }
- }
-
-
-
- public class TCZJ6J1Info : LotteryOpenCode
- {
- public int OpenCode1 { get; set; }
- public int OpenCode2 { get; set; }
- public int OpenCode3 { get; set; }
- public int OpenCode4 { get; set; }
- public int OpenCode5 { get; set; }
- public int OpenCode6 { get; set; }
- public int OpenCode7 { get; set; }
- }
-
-
-
- public class TCFJ36X7Info : LotteryOpenCode
- {
- public int OpenCode1 { get; set; }
- public int OpenCode2 { get; set; }
- public int OpenCode3 { get; set; }
- public int OpenCode4 { get; set; }
- public int OpenCode5 { get; set; }
- public int OpenCode6 { get; set; }
- public int OpenCode7 { get; set; }
- public int OpenCode8 { get; set; }
- }
-
-
-
- public class TCFJ31X7Info : LotteryOpenCode
- {
- public int OpenCode1 { get; set; }
- public int OpenCode2 { get; set; }
- public int OpenCode3 { get; set; }
- public int OpenCode4 { get; set; }
- public int OpenCode5 { get; set; }
- public int OpenCode6 { get; set; }
- public int OpenCode7 { get; set; }
- public int OpenCode8 { get; set; }
- }
-
-
-
- public class FCGDHC1Info : LotteryOpenCode
- {
- public int OpenCode1 { get; set; }
- }
- #endregion
-
-
-
- public class DT_TrendChart : BaseEntity
- {
- public string Name { get; set; }
- public int Cid { get; set; }
- public int Tid { get; set; }
- public int Status { get; set; }
- public int OrderBy { get; set; }
- public string Url { get; set; }
- public int type { get; set; }
- public string hTitle { get; set; }
- public string hKeywords { get; set; }
- public string hDescription { get; set; }
-
-
-
-
- public int Direction { get; set; }
- public int TemplateId { get; set; }
- }
-
-
-
- public class DT_TrendChartItem : BaseEntity
- {
- public int ChartId { get; set; }
- public int ChartType { get; set; }
- public int ClassName { get; set; }
- public string ChartItemName { get; set; }
- public int Cycle { get; set; }
- public int? ItemMinValue { get; set; }
- public int? ItemMaxValue { get; set; }
- public int? SplitNumberOfDX { get; set; }
- public int ItemCount { get; set; }
- public string ItemString { get; set; }
- public int? IndexStart { get; set; }
- public int? IndexEnd { get; set; }
- public bool DrawLine { get; set; }
- public int FuntionType { get; set; }
- public int ChartCssId { get; set; }
- public int? OrderBy { get; set; }
- }
- }
|