zrg
2024-08-16 18865d8bf24382e850e661dec6cca0e8b9dba6ae
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
using System;
using System.Xml.Serialization;
using System.Collections.Generic;
using Top.Api;
 
namespace DingTalk.Api.Response
{
    /// <summary>
    /// OapiEnterpriseMainorgTotaldataStatResponse.
    /// </summary>
    public class OapiEnterpriseMainorgTotaldataStatResponse : DingTalkResponse
    {
        /// <summary>
        /// 错误码
        /// </summary>
        [XmlElement("errcode")]
        public long Errcode { get; set; }
 
        /// <summary>
        /// 错误信息
        /// </summary>
        [XmlElement("errmsg")]
        public string Errmsg { get; set; }
 
        /// <summary>
        /// 系统自动生成
        /// </summary>
        [XmlArray("result")]
        [XmlArrayItem("main_stat_data_vo")]
        public List<MainStatDataVoDomain> Result { get; set; }
 
        /// <summary>
        /// 是否成功
        /// </summary>
        [XmlElement("success")]
        public bool Success { get; set; }
 
    /// <summary>
/// MainStatDataVoDomain Data Structure.
/// </summary>
[Serializable]
 
public class MainStatDataVoDomain : TopObject
{
            /// <summary>
            /// 在线组织激活用户数
            /// </summary>
            [XmlElement("active_mbr_cnt_std")]
            public string ActiveMbrCntStd { get; set; }
    
            /// <summary>
            /// 全员群数量
            /// </summary>
            [XmlElement("all_group_cnt")]
            public string AllGroupCnt { get; set; }
    
            /// <summary>
            /// 最近1天降低碳排量G
            /// </summary>
            [XmlElement("carbon_amount_1d")]
            public string CarbonAmount1d { get; set; }
    
            /// <summary>
            /// 最近7天降低碳排量G
            /// </summary>
            [XmlElement("carbon_amount_1w")]
            public string CarbonAmount1w { get; set; }
    
            /// <summary>
            /// 企业ID
            /// </summary>
            [XmlElement("corp_id")]
            public string CorpId { get; set; }
    
            /// <summary>
            /// 部门群数量
            /// </summary>
            [XmlElement("dept_group_cnt")]
            public string DeptGroupCnt { get; set; }
    
            /// <summary>
            /// 最近1天钉办节约小时
            /// </summary>
            [XmlElement("ding_save_hour_1d")]
            public string DingSaveHour1d { get; set; }
    
            /// <summary>
            /// 最近7天钉办节约小时
            /// </summary>
            [XmlElement("ding_save_hour_1w")]
            public string DingSaveHour1w { get; set; }
    
            /// <summary>
            /// 最近7天发送消息人数
            /// </summary>
            [XmlElement("end_message_user_cnt_1w")]
            public string EndMessageUserCnt1w { get; set; }
    
            /// <summary>
            /// 内部群数量
            /// </summary>
            [XmlElement("innerGroupCnt")]
            public string InnerGroupCnt { get; set; }
    
            /// <summary>
            /// 最近1天成功发起直播次数
            /// </summary>
            [XmlElement("liveLaunchSuccCnt1d")]
            public string LiveLaunchSuccCnt1d { get; set; }
    
            /// <summary>
            /// 最近7天成功发起直播次数
            /// </summary>
            [XmlElement("liveLaunchSuccCnt1w")]
            public string LiveLaunchSuccCnt1w { get; set; }
    
            /// <summary>
            /// 在线组织通讯录人数
            /// </summary>
            [XmlElement("mbr_cnt_std")]
            public string MbrCntStd { get; set; }
    
            /// <summary>
            /// 最近1天在线会议次数
            /// </summary>
            [XmlElement("online_conference_cnt_1d")]
            public string OnlineConferenceCnt1d { get; set; }
    
            /// <summary>
            /// 最近7天在线会议次数
            /// </summary>
            [XmlElement("online_conference_cnt_7d")]
            public string OnlineConferenceCnt7d { get; set; }
    
            /// <summary>
            /// 在线组织数
            /// </summary>
            [XmlElement("online_org_nt")]
            public string OnlineOrgNt { get; set; }
    
            /// <summary>
            /// 组织覆盖率
            /// </summary>
            [XmlElement("org_online_ratio")]
            public string OrgOnlineRatio { get; set; }
    
            /// <summary>
            /// 实际组织数
            /// </summary>
            [XmlElement("real_org_cnt")]
            public string RealOrgCnt { get; set; }
    
            /// <summary>
            /// 最近1天接收DING的用户数
            /// </summary>
            [XmlElement("receive_ding_user_cnt_1d")]
            public string ReceiveDingUserCnt1d { get; set; }
    
            /// <summary>
            /// 最近7天接收DING的用户数
            /// </summary>
            [XmlElement("receive_ding_user_cnt_1w")]
            public string ReceiveDingUserCnt1w { get; set; }
    
            /// <summary>
            /// 关联组织数
            /// </summary>
            [XmlElement("rel_org_nt")]
            public string RelOrgNt { get; set; }
    
            /// <summary>
            /// 最近1天发送消息人数
            /// </summary>
            [XmlElement("send_message_user_cnt_1d")]
            public string SendMessageUserCnt1d { get; set; }
    
            /// <summary>
            /// 统计日期
            /// </summary>
            [XmlElement("stat_date")]
            public string StatDate { get; set; }
}
 
    }
}