|
@ -14,7 +14,6 @@ |
|
|
* You should have received a copy of the GNU General Public License |
|
|
* You should have received a copy of the GNU General Public License |
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
package com.epmet.entity.screen; |
|
|
package com.epmet.entity.screen; |
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableName; |
|
|
import com.baomidou.mybatisplus.annotation.TableName; |
|
@ -26,10 +25,10 @@ import lombok.EqualsAndHashCode; |
|
|
import java.util.Date; |
|
|
import java.util.Date; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 基层党建-建设情况数据(支部,联建,志愿服务) |
|
|
* 基层党建-建设情况数据(支部,联建,志愿服务)按月 |
|
|
* |
|
|
* |
|
|
* @author generator generator@elink-cn.com |
|
|
* @author generator generator@elink-cn.com |
|
|
* @since v1.0.0 2020-08-18 |
|
|
* @since v1.0.0 2020-08-21 |
|
|
*/ |
|
|
*/ |
|
|
@Data |
|
|
@Data |
|
|
@EqualsAndHashCode(callSuper=false) |
|
|
@EqualsAndHashCode(callSuper=false) |
|
@ -54,7 +53,7 @@ public class ScreenPartyBranchDataEntity extends BaseEpmetEntity { |
|
|
private String monthId; |
|
|
private String monthId; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 数据类别 party:支部建设;union:联合建设党员志愿服务:voluntaryservice |
|
|
* 数据类别 :party:支部建设; union:联合建设;党员志愿服务:voluntaryservice |
|
|
*/ |
|
|
*/ |
|
|
private String type; |
|
|
private String type; |
|
|
|
|
|
|
|
@ -84,7 +83,7 @@ public class ScreenPartyBranchDataEntity extends BaseEpmetEntity { |
|
|
private String meetCategoryId; |
|
|
private String meetCategoryId; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 会议分类名称 |
|
|
* 会议分类名称(三会党课、主题党日.....等等) |
|
|
*/ |
|
|
*/ |
|
|
private String meetCategoryName; |
|
|
private String meetCategoryName; |
|
|
|
|
|
|
|
@ -98,9 +97,9 @@ public class ScreenPartyBranchDataEntity extends BaseEpmetEntity { |
|
|
*/ |
|
|
*/ |
|
|
private Integer joinUserCount; |
|
|
private Integer joinUserCount; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 平均参加人数 |
|
|
* 平均参加人数 |
|
|
*/ |
|
|
*/ |
|
|
private Integer averageJoinUserCount; |
|
|
private Integer averageJoinUserCount; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|