MunicipalResearchCenterCheck.java 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. package com.pavis.app.saasbacken.entity;
  2. import com.baomidou.mybatisplus.annotation.*;
  3. import com.baomidou.mybatisplus.extension.activerecord.Model;
  4. import io.swagger.annotations.ApiModel;
  5. import io.swagger.annotations.ApiModelProperty;
  6. import lombok.Data;
  7. import lombok.EqualsAndHashCode;
  8. import lombok.experimental.Accessors;
  9. import java.io.Serializable;
  10. import java.util.Date;
  11. /**
  12. * <p>
  13. * 市级研发中心自检信息
  14. * </p>
  15. *
  16. * @author guan
  17. * @since 2021-10-29
  18. */
  19. @Data
  20. @EqualsAndHashCode(callSuper = false)
  21. @Accessors(chain = true)
  22. @TableName("municipal_research_center_check")
  23. @ApiModel(value="MunicipalResearchCenterCheck对象", description="")
  24. public class MunicipalResearchCenterCheck extends Model<MunicipalResearchCenterCheck> {
  25. private static final long serialVersionUID = 1L;
  26. @ApiModelProperty(value = "主键自增id")
  27. @TableId(value = "id", type = IdType.INPUT)
  28. private String id;
  29. @ApiModelProperty(value = "关联企业id")
  30. private String enterpriseId;
  31. @ApiModelProperty(value = "企业名称")
  32. private String name;
  33. @ApiModelProperty(value = "注册地址 选择框 选择杭州市,非杭州市")
  34. private String registerAddress;
  35. @ApiModelProperty(value = "注册日期")
  36. private String registerDate;
  37. @ApiModelProperty(value = "联系人")
  38. private String contact;
  39. @ApiModelProperty(value = "联系人电话,手机号")
  40. private String contactTel;
  41. @ApiModelProperty(value = "统一社会信用代码")
  42. private String unifySocialCreditCode;
  43. @ApiModelProperty(value = "拟申报年份")
  44. private Integer declaredYear;
  45. @ApiModelProperty(value = "所属行业领域,企业选择(按工商行业信息目录)")
  46. private String category;
  47. @ApiModelProperty(value = "企业类型:选择框:市级以上科技管理部门认定的高新技术企业、科技型企业、农业科技企业")
  48. private String enterpriseType;
  49. @ApiModelProperty(value = "职工总数")
  50. private Integer employeeCount;
  51. @ApiModelProperty(value = "专职科技人员数")
  52. private Integer technicalCount;
  53. @ApiModelProperty(value = "科技人员占企业当年职工总数的比例 自动计算:科技人员数/职工总数")
  54. private Double technicalInworkerRate;
  55. @ApiModelProperty(value = "技术创新项目")
  56. private Integer techInnovationProject;
  57. @ApiModelProperty(value = "市级以上科研项目")
  58. private Integer municipalScientificResearchProject;
  59. @ApiModelProperty(value = "企业自主立项技术创新项目")
  60. private Integer independentTechInnovationProject;
  61. @ApiModelProperty(value = "知识产权总数")
  62. private Integer intellectualCount;
  63. @ApiModelProperty(value = "授权发明专利(含国防专利)数")
  64. private Integer patentCount;
  65. @ApiModelProperty(value = "集成电路布图设计专有权")
  66. private Integer integratedCircuitExclusiveRights;
  67. @ApiModelProperty(value = "新型专利数")
  68. private Integer newPatentCount;
  69. @ApiModelProperty(value = "外观涉及专利数")
  70. private Integer appearanceDesignCount;
  71. @ApiModelProperty(value = "软件著作权等(不含商标)")
  72. private Integer softwareCopyrightCount;
  73. @ApiModelProperty(value = "登记(奖励)成果数")
  74. private Integer registerAchievementsCount;
  75. @ApiModelProperty(value = "上年度销售收入")
  76. private Double lastSaleIncome;
  77. @ApiModelProperty(value = "上年度研发投入")
  78. private Double lastResearchInput;
  79. @ApiModelProperty(value = "上年度自筹研发投入")
  80. private Double lastSelfRaisedInput;
  81. @ApiModelProperty(value = "研发投入占企业年销售收入总额 系统自动计算:上年度研发投入/上年度销售收入")
  82. private Double researchSaleRate;
  83. @ApiModelProperty(value = "是否财务实行单独建账核算,所需经费纳入建设企业财务年度预算 1 是,0 否")
  84. private String isIndependentBill;
  85. @ApiModelProperty(value = "科研活动各项规章制度是否健全 1 是,0 否")
  86. private String isScientificResearchSound;
  87. @ApiModelProperty(value = "科研场地面积")
  88. private Double researchSiteArea;
  89. @ApiModelProperty(value = "专用科研设备原值总额")
  90. private Double researchEquipmentTotal;
  91. @ApiModelProperty(value = "企业、高校或科研机构是否联合组建中心 1 是 0 否")
  92. private String isJointCenter;
  93. @ApiModelProperty(value = "组建中心设施总值 若有 则填写")
  94. private Double centerFacilitiesTotal;
  95. @ApiModelProperty(value = "企业专用科研设备原值总额占比 系统自动计算:专用科研设备原值总额/组建中心设施总值")
  96. private Double proportionEquipCenterRate;
  97. @ApiModelProperty(value = "企业近3年来未发生重大安全事故、重大质量事故、严重环境违法行为或严重失信行为等行为 1 是 0 否")
  98. private String isOccurredBad;
  99. @ApiModelProperty(value = "备注")
  100. private String remark;
  101. @ApiModelProperty(value = "预留字段1")
  102. private String by1;
  103. @ApiModelProperty(value = "预留字段2")
  104. private String by2;
  105. @ApiModelProperty(value = "预留字段3")
  106. private String by3;
  107. @ApiModelProperty(value = "预留字段4")
  108. private String by4;
  109. @ApiModelProperty(value = "预留字段5")
  110. private String by5;
  111. @ApiModelProperty(value = "预留字段6")
  112. private String by6;
  113. @ApiModelProperty(value = "预留字段7")
  114. private String by7;
  115. @ApiModelProperty(value = "预留字段8")
  116. private String by8;
  117. @ApiModelProperty(value = "预留字段9")
  118. private String by9;
  119. @ApiModelProperty(value = "预留字段10")
  120. private String by10;
  121. @TableField(value = "create_time",fill = FieldFill.INSERT)
  122. @ApiModelProperty(value = "创建时间")
  123. private Date createTime;
  124. @ApiModelProperty(value = "创建者")
  125. private Long creator;
  126. @TableField(value = "update_time",fill = FieldFill.INSERT_UPDATE)
  127. @ApiModelProperty(value = "更新时间")
  128. private Date updateTime;
  129. @ApiModelProperty(value = "更新者")
  130. private Long updator;
  131. @TableField(exist = false)
  132. private String tablename = "municipal_research_center_check";
  133. @TableField(exist = false)
  134. private Integer tablecode;
  135. @Override
  136. protected Serializable pkVal() {
  137. return this.id;
  138. }
  139. }