|
|
@@ -9,149 +9,162 @@ import com.fasterxml.jackson.annotation.JsonFormat.Shape;
|
|
|
* 高企认定明细
|
|
|
*/
|
|
|
public class CognizanceDetailBo {
|
|
|
- private String uid;
|
|
|
-
|
|
|
- private String cid;
|
|
|
-
|
|
|
+ private String uid;
|
|
|
+
|
|
|
+ private String cid;
|
|
|
+
|
|
|
/**
|
|
|
* 公司名称
|
|
|
*/
|
|
|
- private String unitName;
|
|
|
-
|
|
|
+ private String unitName;
|
|
|
+
|
|
|
/**
|
|
|
* 公司组织机构代码
|
|
|
*/
|
|
|
- private String orgCode;
|
|
|
-
|
|
|
+ private String orgCode;
|
|
|
+
|
|
|
/**
|
|
|
* 公司地址
|
|
|
*/
|
|
|
- private String postalAddress;
|
|
|
-
|
|
|
+ private String postalAddress;
|
|
|
+
|
|
|
/**
|
|
|
* 联系人
|
|
|
*/
|
|
|
- private String contacts;
|
|
|
-
|
|
|
+ private String contacts;
|
|
|
+
|
|
|
/**
|
|
|
* 技术领域1st
|
|
|
*/
|
|
|
- private Integer technicalField1;
|
|
|
-
|
|
|
- /**
|
|
|
- * 技术领域2nd
|
|
|
- */
|
|
|
- private Integer technicalField2;
|
|
|
-
|
|
|
- /**
|
|
|
- * 技术领域3rd
|
|
|
- */
|
|
|
- private Integer technicalField3;
|
|
|
-
|
|
|
+ private Integer technicalField1;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 技术领域2nd
|
|
|
+ */
|
|
|
+ private Integer technicalField2;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 技术领域3rd
|
|
|
+ */
|
|
|
+ private Integer technicalField3;
|
|
|
+
|
|
|
/**
|
|
|
* 一类知识产权数量
|
|
|
*/
|
|
|
- private Integer firstCatagory;
|
|
|
-
|
|
|
+ private Integer firstCatagory;
|
|
|
+
|
|
|
/**
|
|
|
* 二类知识产权数量
|
|
|
*/
|
|
|
- private Integer secondCatagory;
|
|
|
-
|
|
|
+ private Integer secondCatagory;
|
|
|
+
|
|
|
/**
|
|
|
* 职工总数
|
|
|
*/
|
|
|
- private Integer firmTotal;
|
|
|
-
|
|
|
+ private Integer firmTotal;
|
|
|
+
|
|
|
/**
|
|
|
* 科技人员总数
|
|
|
*/
|
|
|
- private Integer techTotal;
|
|
|
-
|
|
|
+ private Integer techTotal;
|
|
|
+
|
|
|
/**
|
|
|
* 第一年所有者权益(净资产)
|
|
|
*/
|
|
|
- private BigDecimal netAsset1;
|
|
|
-
|
|
|
+ private BigDecimal netAsset1;
|
|
|
+
|
|
|
/**
|
|
|
* 第一年销售收入
|
|
|
*/
|
|
|
- private BigDecimal salesRevenue1;
|
|
|
-
|
|
|
+ private BigDecimal salesRevenue1;
|
|
|
+
|
|
|
/**
|
|
|
* 第一年利润总额
|
|
|
*/
|
|
|
- private BigDecimal grossProfit1;
|
|
|
-
|
|
|
+ private BigDecimal grossProfit1;
|
|
|
+
|
|
|
/**
|
|
|
* 第二年所有者权益(净资产)
|
|
|
*/
|
|
|
- private BigDecimal netAsset2;
|
|
|
-
|
|
|
+ private BigDecimal netAsset2;
|
|
|
+
|
|
|
/**
|
|
|
* 第二年销售收入
|
|
|
*/
|
|
|
- private BigDecimal salesRevenue2;
|
|
|
-
|
|
|
+ private BigDecimal salesRevenue2;
|
|
|
+
|
|
|
/**
|
|
|
* 第二年利润总额
|
|
|
*/
|
|
|
- private BigDecimal grossProfit2;
|
|
|
-
|
|
|
+ private BigDecimal grossProfit2;
|
|
|
+
|
|
|
/**
|
|
|
* 第三年所有者权益(净资产)
|
|
|
*/
|
|
|
- private BigDecimal netAsset3;
|
|
|
-
|
|
|
+ private BigDecimal netAsset3;
|
|
|
+
|
|
|
/**
|
|
|
* 第三年销售收入
|
|
|
*/
|
|
|
- private BigDecimal salesRevenue3;
|
|
|
-
|
|
|
+ private BigDecimal salesRevenue3;
|
|
|
+
|
|
|
/**
|
|
|
* 第三年利润总额
|
|
|
*/
|
|
|
- private BigDecimal grossProfit3;
|
|
|
-
|
|
|
+ private BigDecimal grossProfit3;
|
|
|
+
|
|
|
/**
|
|
|
* 近三年研发费用总额
|
|
|
*/
|
|
|
- private BigDecimal researchCost;
|
|
|
-
|
|
|
+ private BigDecimal researchCost;
|
|
|
+
|
|
|
/**
|
|
|
* 在中国境内研发费用
|
|
|
*/
|
|
|
- private BigDecimal territory;
|
|
|
-
|
|
|
+ private BigDecimal territory;
|
|
|
+
|
|
|
/**
|
|
|
* 基础研究投入费用
|
|
|
*/
|
|
|
- private BigDecimal basicResearchCost;
|
|
|
-
|
|
|
+ private BigDecimal basicResearchCost;
|
|
|
+
|
|
|
/**
|
|
|
* 近一年企业总收入
|
|
|
*/
|
|
|
- private BigDecimal totalRevenue;
|
|
|
-
|
|
|
+ private BigDecimal totalRevenue;
|
|
|
+
|
|
|
/**
|
|
|
* 近一年高新技术产品(服务)收入
|
|
|
*/
|
|
|
- private BigDecimal lastYearRevenue;
|
|
|
-
|
|
|
+ private BigDecimal lastYearRevenue;
|
|
|
+
|
|
|
/**
|
|
|
* 申请认定前一年内是否发生过重大安全、重大质量或严重环境违法行为
|
|
|
*/
|
|
|
- private Integer accident;
|
|
|
-
|
|
|
+ private Integer accident;
|
|
|
+
|
|
|
/**
|
|
|
* 是否为大额订单
|
|
|
*/
|
|
|
- private Integer largeOrder;
|
|
|
-
|
|
|
+ private Integer largeOrder;
|
|
|
+
|
|
|
/**
|
|
|
* 年份
|
|
|
*/
|
|
|
- private Integer year;
|
|
|
+ private Integer year;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 证书编号
|
|
|
+ */
|
|
|
+ private String certificateNumber;
|
|
|
+
|
|
|
+ public String getCertificateNumber() {
|
|
|
+ return certificateNumber;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCertificateNumber(String certificateNumber) {
|
|
|
+ this.certificateNumber = certificateNumber;
|
|
|
+ }
|
|
|
|
|
|
public String getUid() {
|
|
|
return uid;
|
|
|
@@ -193,8 +206,6 @@ public class CognizanceDetailBo {
|
|
|
this.postalAddress = postalAddress;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
public String getContacts() {
|
|
|
return contacts;
|
|
|
}
|
|
|
@@ -211,7 +222,7 @@ public class CognizanceDetailBo {
|
|
|
public void setTechnicalField1(Integer technicalField1) {
|
|
|
this.technicalField1 = technicalField1;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
@JsonFormat(shape = Shape.STRING)
|
|
|
public Integer getTechnicalField2() {
|
|
|
return technicalField2;
|
|
|
@@ -262,7 +273,6 @@ public class CognizanceDetailBo {
|
|
|
this.techTotal = techTotal;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
public BigDecimal getNetAsset1() {
|
|
|
return netAsset1;
|
|
|
}
|
|
|
@@ -382,7 +392,7 @@ public class CognizanceDetailBo {
|
|
|
public void setAccident(Integer accident) {
|
|
|
this.accident = accident;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
@JsonFormat(shape = Shape.STRING)
|
|
|
public Integer getLargeOrder() {
|
|
|
return largeOrder;
|
|
|
@@ -399,9 +409,5 @@ public class CognizanceDetailBo {
|
|
|
public void setYear(Integer year) {
|
|
|
this.year = year;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
}
|