forked from rongchao/epmet-cloud-rizhao
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					36 lines
				
				2.1 KiB
			
		
		
			
		
	
	
					36 lines
				
				2.1 KiB
			| 
											5 years ago
										 | <?xml version="1.0" encoding="UTF-8"?> | ||
|  | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | ||
|  | 
 | ||
|  | <mapper namespace="com.epmet.dao.FactIndexPartyAblityGridMonthlyDao"> | ||
|  | 
 | ||
|  |     <resultMap type="com.epmet.entity.indexcoll.FactIndexPartyAblityGridMonthlyEntity" id="factIndexPartyAblityGridMonthlyMap"> | ||
|  |         <result property="id" column="ID"/> | ||
|  |         <result property="customerId" column="CUSTOMER_ID"/> | ||
|  |         <result property="agencyId" column="AGENCY_ID"/> | ||
|  |         <result property="gridId" column="GRID_ID"/> | ||
|  |         <result property="monthId" column="MONTH_ID"/> | ||
|  |         <result property="quarterId" column="QUARTER_ID"/> | ||
|  |         <result property="yearId" column="YEAR_ID"/> | ||
|  |         <result property="userCount" column="USER_COUNT"/> | ||
|  |         <result property="partyCount" column="PARTY_COUNT"/> | ||
|  |         <result property="activeUserCount" column="ACTIVE_USER_COUNT"/> | ||
|  |         <result property="activePartyCount" column="ACTIVE_PARTY_COUNT"/> | ||
|  |         <result property="partyAvgTopicCount" column="PARTY_AVG_TOPIC_COUNT"/> | ||
|  |         <result property="userAvgTopicCount" column="USER_AVG_TOPIC_COUNT"/> | ||
|  |         <result property="partyAvgShiftProjectCount" column="PARTY_AVG_SHIFT_PROJECT_COUNT"/> | ||
|  |         <result property="userAvgShiftProjectCount" column="USER_AVG_SHIFT_PROJECT_COUNT"/> | ||
|  |         <result property="createGroupPartyCount" column="CREATE_GROUP_PARTY_COUNT"/> | ||
|  |         <result property="publishArticleCount" column="PUBLISH_ARTICLE_COUNT"/> | ||
|  |         <result property="issueToProjectRatio" column="ISSUE_TO_PROJECT_RATIO"/> | ||
|  |         <result property="createThreeMeetsCount" column="CREATE_THREE_MEETS_COUNT"/> | ||
|  |         <result property="joinThreeMeetsCount" column="JOIN_THREE_MEETS_COUNT"/> | ||
|  |         <result property="delFlag" column="DEL_FLAG"/> | ||
|  |         <result property="revision" column="REVISION"/> | ||
|  |         <result property="createdBy" column="CREATED_BY"/> | ||
|  |         <result property="createdTime" column="CREATED_TIME"/> | ||
|  |         <result property="updatedBy" column="UPDATED_BY"/> | ||
|  |         <result property="updatedTime" column="UPDATED_TIME"/> | ||
|  |     </resultMap> | ||
|  | 
 | ||
|  | 
 | ||
|  | </mapper> |