Преглед изворни кода

APP我的需求相关开发处理-上传新增文件

anderx пре 7 година
родитељ
комит
d00d3a1090

+ 205 - 0
src/main/java/com/goafanti/achievement/bo/AchievementEntity.java

@@ -0,0 +1,205 @@
+package com.goafanti.achievement.bo;
+
+import java.math.BigDecimal;
+import java.util.Date;
+
+public class AchievementEntity {
+    private String field1;//行业---字符串
+    private int isHot;//热门
+    private Date releaseDate;//发布时间
+    private int interestCount;//收藏数
+    private String id;//id
+    private int dataCategory;//成果类型
+    private String name;//成果名称
+    private int category;//知识产权分类
+    private String summary;//简介
+    private String introduction;//介绍
+    private String technicalPictureUrl;//图片
+    private int fieldA;//行业
+    private int maturity;//成熟度
+    private int innovation;//创新度
+    private int transferMode;//交易形式
+    private BigDecimal transferPrice;//价格
+    private int status;//状态
+    private int releaseStatus;//发布状态
+    private int auditStatus;//审核状态
+    private int boutique;//是否精品
+    private int interest;//是否感兴趣
+    private int orderCount;//订单数
+
+    public String getField1() {
+        return field1;
+    }
+
+    public void setField1(String field1) {
+        this.field1 = field1;
+    }
+
+    public int getIsHot() {
+        return isHot;
+    }
+
+    public void setIsHot(int isHot) {
+        this.isHot = isHot;
+    }
+
+    public Date getReleaseDate() {
+        return releaseDate;
+    }
+
+    public void setReleaseDate(Date releaseDate) {
+        this.releaseDate = releaseDate;
+    }
+
+    public int getInterestCount() {
+        return interestCount;
+    }
+
+    public void setInterestCount(int interestCount) {
+        this.interestCount = interestCount;
+    }
+
+    public String getId() {
+        return id;
+    }
+
+    public void setId(String id) {
+        this.id = id;
+    }
+
+    public int getDataCategory() {
+        return dataCategory;
+    }
+
+    public void setDataCategory(int dataCategory) {
+        this.dataCategory = dataCategory;
+    }
+
+    public String getName() {
+        return name;
+    }
+
+    public void setName(String name) {
+        this.name = name;
+    }
+
+    public int getCategory() {
+        return category;
+    }
+
+    public void setCategory(int category) {
+        this.category = category;
+    }
+
+    public String getSummary() {
+        return summary;
+    }
+
+    public void setSummary(String summary) {
+        this.summary = summary;
+    }
+
+    public String getIntroduction() {
+        return introduction;
+    }
+
+    public void setIntroduction(String introduction) {
+        this.introduction = introduction;
+    }
+
+    public String getTechnicalPictureUrl() {
+        return technicalPictureUrl;
+    }
+
+    public void setTechnicalPictureUrl(String technicalPictureUrl) {
+        this.technicalPictureUrl = technicalPictureUrl;
+    }
+
+    public int getFieldA() {
+        return fieldA;
+    }
+
+    public void setFieldA(int fieldA) {
+        this.fieldA = fieldA;
+    }
+
+    public int getMaturity() {
+        return maturity;
+    }
+
+    public void setMaturity(int maturity) {
+        this.maturity = maturity;
+    }
+
+    public int getInnovation() {
+        return innovation;
+    }
+
+    public void setInnovation(int innovation) {
+        this.innovation = innovation;
+    }
+
+    public int getTransferMode() {
+        return transferMode;
+    }
+
+    public void setTransferMode(int transferMode) {
+        this.transferMode = transferMode;
+    }
+
+    public BigDecimal getTransferPrice() {
+        return transferPrice;
+    }
+
+    public void setTransferPrice(BigDecimal transferPrice) {
+        this.transferPrice = transferPrice;
+    }
+
+    public int getStatus() {
+        return status;
+    }
+
+    public void setStatus(int status) {
+        this.status = status;
+    }
+
+    public int getReleaseStatus() {
+        return releaseStatus;
+    }
+
+    public void setReleaseStatus(int releaseStatus) {
+        this.releaseStatus = releaseStatus;
+    }
+
+    public int getAuditStatus() {
+        return auditStatus;
+    }
+
+    public void setAuditStatus(int auditStatus) {
+        this.auditStatus = auditStatus;
+    }
+
+    public int getBoutique() {
+        return boutique;
+    }
+
+    public void setBoutique(int boutique) {
+        this.boutique = boutique;
+    }
+
+    public int getInterest() {
+        return interest;
+    }
+
+    public void setInterest(int interested) {
+        this.interest = interested;
+    }
+
+    public int getOrderCount() {
+        return orderCount;
+    }
+
+    public void setOrderCount(int orderCount) {
+        this.orderCount = orderCount;
+    }
+}

+ 140 - 0
src/main/java/com/goafanti/demand/bo/AppDemandBo.java

@@ -0,0 +1,140 @@
+package com.goafanti.demand.bo;
+
+import java.math.BigDecimal;
+import java.util.Date;
+
+public class AppDemandBo {
+	   private int fieldA;//行业
+	    private int fieldB;//行业二级
+	    private String field1;//行业---字符串
+	    private String field2;//二级行业 --字符串
+	    private int isHot;//热门
+	    private Date releaseDate;//发布时间
+	    private int interestCount;//收藏数
+	    private String id;//id
+	    private int demandType;// 需求类型(0-企业技术需求,1-技术设备类需求,2-产学研合作需求,3-研产资金需求,4-地区产业需求,5-技术人才型需求)
+	    private String name;//需求名称
+	    private String problemDes;//问题描述
+	    private String pictureUrl;//图片
+	    private int releaseStatus;//发布状态
+	    private int auditStatus;//审核状态
+	    private int interest;//是否感兴趣
+	    private int orderCount;//订单数
+	    private String keyword;//关键词
+	    private BigDecimal fixedBudget;//固定预算
+	    private BigDecimal crowdCost;//资金需求金额
+		public int getFieldA() {
+			return fieldA;
+		}
+		public void setFieldA(int fieldA) {
+			this.fieldA = fieldA;
+		}
+		public int getFieldB() {
+			return fieldB;
+		}
+		public void setFieldB(int fieldB) {
+			this.fieldB = fieldB;
+		}
+		public String getField1() {
+			return field1;
+		}
+		public void setField1(String field1) {
+			this.field1 = field1;
+		}
+		public String getField2() {
+			return field2;
+		}
+		public void setField2(String field2) {
+			this.field2 = field2;
+		}
+		public int getIsHot() {
+			return isHot;
+		}
+		public void setIsHot(int isHot) {
+			this.isHot = isHot;
+		}
+		public Date getReleaseDate() {
+			return releaseDate;
+		}
+		public void setReleaseDate(Date releaseDate) {
+			this.releaseDate = releaseDate;
+		}
+		public int getInterestCount() {
+			return interestCount;
+		}
+		public void setInterestCount(int interestCount) {
+			this.interestCount = interestCount;
+		}
+		public String getId() {
+			return id;
+		}
+		public void setId(String id) {
+			this.id = id;
+		}
+		public int getDemandType() {
+			return demandType;
+		}
+		public void setDemandType(int demandType) {
+			this.demandType = demandType;
+		}
+		public String getName() {
+			return name;
+		}
+		public void setName(String name) {
+			this.name = name;
+		}
+		public String getProblemDes() {
+			return problemDes;
+		}
+		public void setProblemDes(String problemDes) {
+			this.problemDes = problemDes;
+		}
+		public String getPictureUrl() {
+			return pictureUrl;
+		}
+		public void setPictureUrl(String pictureUrl) {
+			this.pictureUrl = pictureUrl;
+		}
+		public int getReleaseStatus() {
+			return releaseStatus;
+		}
+		public void setReleaseStatus(int releaseStatus) {
+			this.releaseStatus = releaseStatus;
+		}
+		public int getAuditStatus() {
+			return auditStatus;
+		}
+		public void setAuditStatus(int auditStatus) {
+			this.auditStatus = auditStatus;
+		}
+		public int getInterest() {
+			return interest;
+		}
+		public void setInterest(int interest) {
+			this.interest = interest;
+		}
+		public int getOrderCount() {
+			return orderCount;
+		}
+		public void setOrderCount(int orderCount) {
+			this.orderCount = orderCount;
+		}
+		public String getKeyword() {
+			return keyword;
+		}
+		public void setKeyword(String keyword) {
+			this.keyword = keyword;
+		}
+		public BigDecimal getFixedBudget() {
+			return fixedBudget;
+		}
+		public void setFixedBudget(BigDecimal fixedBudget) {
+			this.fixedBudget = fixedBudget;
+		}
+		public BigDecimal getCrowdCost() {
+			return crowdCost;
+		}
+		public void setCrowdCost(BigDecimal crowdCost) {
+			this.crowdCost = crowdCost;
+		}
+}