| | |
| | | package com.gkhy.safePlatform.targetDuty.entity; |
| | | |
| | | import java.sql.Timestamp; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.gkhy.safePlatform.targetDuty.entity.BaseDomain; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | |
| | | /** |
| | | * 目标指标(TargetMng)表实体类 |
| | | * |
| | | * @author xurui |
| | | * @since 2022-08-22 10:14:22 |
| | | * @since 2022-07-20 11:49:22 |
| | | */ |
| | | @SuppressWarnings("serial") |
| | | @TableName("target_mng") |
| | |
| | | //安全目标指标 |
| | | private String qName; |
| | | |
| | | public String getQName() { |
| | | public String getqName() { |
| | | return qName; |
| | | } |
| | | |
| | | public void setQName(String qName) { |
| | | public void setqName(String qName) { |
| | | this.qName = qName; |
| | | } |
| | | |
| | | //目标指标编号 |
| | | private String indexNum; |
| | | |
| | |
| | | public void setMemo(String memo) { |
| | | this.memo = memo; |
| | | } |
| | | //指标类型 1:年指标 2:月指标 3:半年 4:季度 |
| | | //指标类型 1:年指标 2:月指标 |
| | | private Integer targetType; |
| | | |
| | | public Integer getTargetType() { |
| | |
| | | |
| | | public void setDivideStatus(Integer divideStatus) { |
| | | this.divideStatus = divideStatus; |
| | | } |
| | | //目标制定部门 |
| | | private Long makerDepartmentId; |
| | | |
| | | public Long getMakerDepartmentId() { |
| | | return makerDepartmentId; |
| | | } |
| | | |
| | | public void setMakerDepartmentId(Long makerDepartmentId) { |
| | | this.makerDepartmentId = makerDepartmentId; |
| | | } |
| | | |
| | | } |