Browse Source

项目进度详情开发

anderx 1 year ago
parent
commit
37bf05ea08

File diff suppressed because it is too large
+ 103 - 213
src/main/java/com/goafanti/common/mapper/TaskDetailsLogMapper.xml


File diff suppressed because it is too large
+ 104 - 214
src/main/java/com/goafanti/common/mapper/TaskDetailsMapper.xml


+ 91 - 91
src/main/java/com/goafanti/common/model/TaskDetails.java

@@ -11,345 +11,345 @@ import java.util.Date;
  * 项目申报详情(TaskDetails)实体类
  *
  * @author makejava
- * @since 2024-12-31 10:51:41
+ * @since 2024-12-31 10:59:27
  */
 public class TaskDetails implements Serializable {
-    private static final long serialVersionUID = 568207343035875219L;
+    private static final long serialVersionUID = 424491606717326985L;
 
     private Integer id;
-    /**
+/**
      * 用户ID
      */
     private String uid;
-    /**
+/**
      * 项目编号
      */
     private Integer tid;
-    /**
+/**
      * 业务负责人
      */
     private String taskName;
-    /**
+/**
      * 项目负责人
      */
     private String projectName;
-    /**
+/**
      * 技术咨询师
      */
     private String technologyName;
-    /**
+/**
      * 财税咨询师
      */
     private String financeTaxationName;
-    /**
+/**
      * 职工人数
      */
     private Integer workersNumber;
-    /**
+/**
      * 科技人员数
      */
     private Integer technologyNumber;
-    /**
+/**
      * 科技人员占比
      */
     private Double workersRate;
-    /**
+/**
      * 研发立项数
      */
-    private Integer prjectApprovalNumber;
-    /**
+    private Integer projectApprovalNumber;
+/**
      * 年度研发预算
      */
     private BigDecimal rdBudget;
-    /**
+/**
      * 年度研发预算占比
      */
     private Double rdBudgetRate;
-    /**
+/**
      * 三年研发预算占比
      */
     private Double threeYearsRdBudgetRate;
-    /**
+/**
      * 年度销售额
      */
     private BigDecimal rdSalesAmount;
-    /**
+/**
      * 数据周期 0=第一季度,1=上半年,2=前三季度,3=全年
      */
     private String dataCycle;
-    /**
+/**
      * 实际销售额
      */
     private BigDecimal actualSalesAmount;
-    /**
+/**
      * 实际立项RD数
      */
     private Integer actualRdNumber;
-    /**
+/**
      * 实际归集研发费用
      */
     private BigDecimal actualRdAmount;
-    /**
+/**
      * 年度研发预算占比
      */
     private Double actualRdRate;
-    /**
+/**
      * 三年研发预算占比
      */
     private Double threeYearsActualRdRate;
-    /**
+/**
      * 火炬统计 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer torchStatus;
-    /**
+/**
      * 高企年报火炬统计 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer chStatus;
-    /**
+/**
      * 统计年报 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer statisticsStatus;
-    /**
+/**
      * 汇算清缴 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer finalSettlementStatus;
-    /**
+/**
      * 火炬统计其他说明
      */
     private String torchOther;
-    /**
+/**
      * 高企年报火炬统计其他说明
      */
     private String chOther;
-    /**
+/**
      * 统计年报其他说明
      */
     private String statisticsOther;
-    /**
+/**
      * 汇算清缴其他说明
      */
     private String finalSettlementOther;
-    /**
+/**
      * 报表加扣数
      */
     private Integer reportFormsRdNumber;
-    /**
+/**
      * 知识产权加扣费用
      */
     private BigDecimal intellectualPropertyAmount;
-    /**
+/**
      * 报表扣研发金额
      */
     private BigDecimal reportRdAmount;
-    /**
+/**
      * 研发准备金备案 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer rdReservesStatus;
-    /**
+/**
      * 研发准备金备其他说明
      */
     private String rdReservesOther;
-    /**
+/**
      * 研发奖补申请 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer rdAwardCompensationStatus;
-    /**
+/**
      * 研发准备金备其他说明
      */
     private String rdAwardCompensationOther;
-    /**
+/**
      * 研发奖补-申请金额
      */
     private BigDecimal rdApplicationFee;
-    /**
+/**
      * 研发奖补-公示金额
      */
     private BigDecimal rdAnnouncementAmount;
-    /**
+/**
      * 研发奖补-公示金额-其他
      */
     private String rdAnnouncementOther;
-    /**
+/**
      * 加扣备查交付 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer adDeliverStatus;
-    /**
+/**
      * 加扣备查交付其他说明
      */
     private String adDeliverOther;
-    /**
+/**
      * 加扣备查交付归档 0=否,1=是
      */
     private Integer adDeliverFinish;
-    /**
+/**
      * 高新备查交付 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer htDeliverStatus;
-    /**
+/**
      * 高新加扣备查交付其他说明
      */
     private String htDeliverOther;
-    /**
+/**
      * 高新加扣备查交付归档 0=否,1=是
      */
     private Integer htDeliverFinish;
-    /**
+/**
      * 召开上年度总结与本年工作计划会议 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer closeMeetingStatus;
-    /**
+/**
      * 召开上年度总结与本年工作计划会议其他说明
      */
     private String closeMeetingOther;
-    /**
+/**
      * 阶段性汇报 1=月度,2=季度
      */
     private Integer phasedType;
-    /**
+/**
      * 阶段性汇报 1,2,3=选取1月到3月
      */
     private String phasedContent;
-    /**
+/**
      * 立项资料编写数
      */
     private Integer projectApprovalWriteNumber;
-    /**
+/**
      * 立项资料编写完成率
      */
     private Double projectApprovalWriteRate;
-    /**
+/**
      * 加扣预申报七月 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer adPrepareJulyStatus;
-    /**
+/**
      * 加扣预申报七月其他说明
      */
     private String adPrepareJulyOther;
-    /**
+/**
      * 加扣预申报七月 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer adPrepareOctoberStatus;
-    /**
+/**
      * 加扣预申报十月其他说明
      */
     private String adPrepareOctoberOther;
-    /**
+/**
      * 知识产权申报数
      */
     private Integer ipDeclare;
-    /**
+/**
      * 知识产权授权数
      */
     private Integer ipAuthorize;
-    /**
+/**
      * 知识产权高新数
      */
     private Integer ipHt;
-    /**
+/**
      * 知识产权高新I数
      */
     private Integer ipHtI;
-    /**
+/**
      * 知识产权高新II数
      */
     private Integer ipHtIi;
-    /**
+/**
      * 委外开发项目数
      */
     private Integer outsourcingDev;
-    /**
+/**
      * 技术开发合同登记数
      */
     private Integer contractRegistration;
-    /**
+/**
      * 公出约定次数
      */
     private Integer publicReleaseStipulation;
-    /**
+/**
      * 公出实际次数
      */
     private Integer publicReleaseActual;
-    /**
+/**
      * 培训约定次数
      */
     private Integer trainingStipulation;
-    /**
+/**
      * 培训实际次数
      */
     private Integer trainingActual;
-    /**
+/**
      * 培训其他说明
      */
     private String trainingOther;
-    /**
+/**
      * 专项检查数
      */
     private Integer specialInspect;
-    /**
+/**
      * 模拟稽查数
      */
     private Integer simulatedAudit;
-    /**
+/**
      * 特色工作-其他
      */
     private String featuredWorkOther;
-    /**
+/**
      * 高新认定评价估分
      */
     private Integer htScore;
-    /**
+/**
      * 高新认定评申报批次
      */
     private Integer htBatch;
-    /**
+/**
      * 高新认定重点关注 0=否,1=是
      */
     private Integer htFocus;
-    /**
+/**
      * 网上系统提交 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer webSubmit;
-    /**
+/**
      * 网上系统提交其他说明
      */
     private String webSubmitOther;
-    /**
+/**
      * 纸质材料提交 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer paperSubmit;
-    /**
+/**
      * 纸质材料提交其他说明
      */
     private String paperSubmitOther;
-    /**
+/**
      * 评审省级 0=淘汰,1=公示
      */
     private Integer reviewProvince;
-    /**
+/**
      * 评审国家级 0=淘汰,1=公示
      */
     private Integer reviewCountry;
-    /**
+/**
      * 评审省级序号
      */
     private Integer reviewProvinceNumber;
-    /**
+/**
      * 评审国家级高企编号
      */
     private Integer reviewCountryNumber;
-    /**
+/**
      * 备注说明
      */
     private String remarks;
-    /**
+/**
      * 更新时间
      */
     private Date updateTime;
-    /**
+/**
      * 下载/打印时间
      */
     private Date downloadTime;
-    /**
+/**
      * 创建时间
      */
     private Date createTime;
@@ -435,12 +435,12 @@ public class TaskDetails implements Serializable {
         this.workersRate = workersRate;
     }
 
-    public Integer getPrjectApprovalNumber() {
-        return prjectApprovalNumber;
+    public Integer getProjectApprovalNumber() {
+        return projectApprovalNumber;
     }
 
-    public void setPrjectApprovalNumber(Integer prjectApprovalNumber) {
-        this.prjectApprovalNumber = prjectApprovalNumber;
+    public void setProjectApprovalNumber(Integer projectApprovalNumber) {
+        this.projectApprovalNumber = projectApprovalNumber;
     }
 
     public BigDecimal getRdBudget() {

+ 90 - 90
src/main/java/com/goafanti/common/model/TaskDetailsLog.java

@@ -9,341 +9,341 @@ import java.util.Date;
  * 项目申报详情日志(TaskDetailsLog)实体类
  *
  * @author makejava
- * @since 2024-12-31 10:51:53
+ * @since 2024-12-31 10:59:33
  */
 public class TaskDetailsLog implements Serializable {
-    private static final long serialVersionUID = -22392369918576375L;
+    private static final long serialVersionUID = 627368514002233465L;
 
     private Integer id;
-    /**
+/**
      * 用户ID
      */
     private String uid;
-    /**
+/**
      * 项目进度编号
      */
     private Integer tdid;
-    /**
+/**
      * 业务负责人
      */
     private String taskName;
-    /**
+/**
      * 项目负责人
      */
     private String projectName;
-    /**
+/**
      * 技术咨询师
      */
     private String technologyName;
-    /**
+/**
      * 财税咨询师
      */
     private String financeTaxationName;
-    /**
+/**
      * 职工人数
      */
     private Integer workersNumber;
-    /**
+/**
      * 科技人员数
      */
     private Integer technologyNumber;
-    /**
+/**
      * 科技人员占比
      */
     private Double workersRate;
-    /**
+/**
      * 研发立项数
      */
-    private Integer prjectApprovalNumber;
-    /**
+    private Integer projectApprovalNumber;
+/**
      * 年度研发预算
      */
     private BigDecimal rdBudget;
-    /**
+/**
      * 年度研发预算占比
      */
     private Double rdBudgetRate;
-    /**
+/**
      * 三年研发预算占比
      */
     private Double threeYearsRdBudgetRate;
-    /**
+/**
      * 年度销售额
      */
     private BigDecimal rdSalesAmount;
-    /**
+/**
      * 数据周期 0=第一季度,1=上半年,2=前三季度,3=全年
      */
     private String dataCycle;
-    /**
+/**
      * 实际销售额
      */
     private BigDecimal actualSalesAmount;
-    /**
+/**
      * 实际立项RD数
      */
     private Integer actualRdNumber;
-    /**
+/**
      * 实际归集研发费用
      */
     private BigDecimal actualRdAmount;
-    /**
+/**
      * 年度研发预算占比
      */
     private Double actualRdRate;
-    /**
+/**
      * 三年研发预算占比
      */
     private Double threeYearsActualRdRate;
-    /**
+/**
      * 火炬统计 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer torchStatus;
-    /**
+/**
      * 高企年报火炬统计 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer chStatus;
-    /**
+/**
      * 统计年报 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer statisticsStatus;
-    /**
+/**
      * 汇算清缴 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer finalSettlementStatus;
-    /**
+/**
      * 火炬统计其他说明
      */
     private String torchOther;
-    /**
+/**
      * 高企年报火炬统计其他说明
      */
     private String chOther;
-    /**
+/**
      * 统计年报其他说明
      */
     private String statisticsOther;
-    /**
+/**
      * 汇算清缴其他说明
      */
     private String finalSettlementOther;
-    /**
+/**
      * 报表加扣数
      */
     private Integer reportFormsRdNumber;
-    /**
+/**
      * 知识产权加扣费用
      */
     private BigDecimal intellectualPropertyAmount;
-    /**
+/**
      * 报表扣研发金额
      */
     private BigDecimal reportRdAmount;
-    /**
+/**
      * 研发准备金备案 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer rdReservesStatus;
-    /**
+/**
      * 研发准备金备其他说明
      */
     private String rdReservesOther;
-    /**
+/**
      * 研发奖补申请 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer rdAwardCompensationStatus;
-    /**
+/**
      * 研发准备金备其他说明
      */
     private String rdAwardCompensationOther;
-    /**
+/**
      * 研发奖补-申请金额
      */
     private BigDecimal rdApplicationFee;
-    /**
+/**
      * 研发奖补-公示金额
      */
     private BigDecimal rdAnnouncementAmount;
-    /**
+/**
      * 研发奖补-公示金额-其他
      */
     private String rdAnnouncementOther;
-    /**
+/**
      * 加扣备查交付 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer adDeliverStatus;
-    /**
+/**
      * 加扣备查交付其他说明
      */
     private String adDeliverOther;
-    /**
+/**
      * 加扣备查交付归档 0=否,1=是
      */
     private Integer adDeliverFinish;
-    /**
+/**
      * 高新备查交付 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer htDeliverStatus;
-    /**
+/**
      * 高新加扣备查交付其他说明
      */
     private String htDeliverOther;
-    /**
+/**
      * 高新加扣备查交付归档 0=否,1=是
      */
     private Integer htDeliverFinish;
-    /**
+/**
      * 召开上年度总结与本年工作计划会议 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer closeMeetingStatus;
-    /**
+/**
      * 召开上年度总结与本年工作计划会议其他说明
      */
     private String closeMeetingOther;
-    /**
+/**
      * 阶段性汇报 1=月度,2=季度
      */
     private Integer phasedType;
-    /**
+/**
      * 阶段性汇报 1,2,3=选取1月到3月
      */
     private String phasedContent;
-    /**
+/**
      * 立项资料编写数
      */
     private Integer projectApprovalWriteNumber;
-    /**
+/**
      * 立项资料编写完成率
      */
     private Double projectApprovalWriteRate;
-    /**
+/**
      * 加扣预申报七月 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer adPrepareJulyStatus;
-    /**
+/**
      * 加扣预申报七月其他说明
      */
     private String adPrepareJulyOther;
-    /**
+/**
      * 加扣预申报七月 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer adPrepareOctoberStatus;
-    /**
+/**
      * 加扣预申报十月其他说明
      */
     private String adPrepareOctoberOther;
-    /**
+/**
      * 知识产权申报数
      */
     private Integer ipDeclare;
-    /**
+/**
      * 知识产权授权数
      */
     private Integer ipAuthorize;
-    /**
+/**
      * 知识产权高新数
      */
     private Integer ipHt;
-    /**
+/**
      * 知识产权高新I数
      */
     private Integer ipHtI;
-    /**
+/**
      * 知识产权高新II数
      */
     private Integer ipHtIi;
-    /**
+/**
      * 委外开发项目数
      */
     private Integer outsourcingDev;
-    /**
+/**
      * 技术开发合同登记数
      */
     private Integer contractRegistration;
-    /**
+/**
      * 公出约定次数
      */
     private Integer publicReleaseStipulation;
-    /**
+/**
      * 公出实际次数
      */
     private Integer publicReleaseActual;
-    /**
+/**
      * 培训约定次数
      */
     private Integer trainingStipulation;
-    /**
+/**
      * 培训实际次数
      */
     private Integer trainingActual;
-    /**
+/**
      * 培训其他说明
      */
     private String trainingOther;
-    /**
+/**
      * 专项检查数
      */
     private Integer specialInspect;
-    /**
+/**
      * 模拟稽查数
      */
     private Integer simulatedAudit;
-    /**
+/**
      * 特色工作-其他
      */
     private String featuredWorkOther;
-    /**
+/**
      * 高新认定评价估分
      */
     private Integer htScore;
-    /**
+/**
      * 高新认定评申报批次
      */
     private Integer htBatch;
-    /**
+/**
      * 高新认定重点关注 0=否,1=是
      */
     private Integer htFocus;
-    /**
+/**
      * 网上系统提交 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer webSubmit;
-    /**
+/**
      * 网上系统提交其他说明
      */
     private String webSubmitOther;
-    /**
+/**
      * 纸质材料提交 0=其他,1=待完成,2=已完成,3=合同无此项
      */
     private Integer paperSubmit;
-    /**
+/**
      * 纸质材料提交其他说明
      */
     private String paperSubmitOther;
-    /**
+/**
      * 评审省级 0=淘汰,1=公示
      */
     private Integer reviewProvince;
-    /**
+/**
      * 评审国家级 0=淘汰,1=公示
      */
     private Integer reviewCountry;
-    /**
+/**
      * 评审省级序号
      */
     private Integer reviewProvinceNumber;
-    /**
+/**
      * 评审国家级高企编号
      */
     private Integer reviewCountryNumber;
-    /**
+/**
      * 修改人
      */
     private String aid;
-    /**
+/**
      * 修改人名称
      */
     private String aname;
-    /**
+/**
      * 创建时间
      */
     private Date createTime;
@@ -429,12 +429,12 @@ public class TaskDetailsLog implements Serializable {
         this.workersRate = workersRate;
     }
 
-    public Integer getPrjectApprovalNumber() {
-        return prjectApprovalNumber;
+    public Integer getProjectApprovalNumber() {
+        return projectApprovalNumber;
     }
 
-    public void setPrjectApprovalNumber(Integer prjectApprovalNumber) {
-        this.prjectApprovalNumber = prjectApprovalNumber;
+    public void setProjectApprovalNumber(Integer projectApprovalNumber) {
+        this.projectApprovalNumber = projectApprovalNumber;
     }
 
     public BigDecimal getRdBudget() {