|
|
@@ -9,10 +9,10 @@ import java.util.Date;
|
|
|
* 订单任务表(TOrderTask)实体类
|
|
|
*
|
|
|
* @author makejava
|
|
|
- * @since 2025-01-07 09:14:36
|
|
|
+ * @since 2025-01-07 09:23:49
|
|
|
*/
|
|
|
public class TOrderTask implements Serializable {
|
|
|
- private static final long serialVersionUID = -72761528573161335L;
|
|
|
+ private static final long serialVersionUID = -68470658751647826L;
|
|
|
/**
|
|
|
* 任务编号
|
|
|
*/
|
|
|
@@ -314,10 +314,6 @@ public class TOrderTask implements Serializable {
|
|
|
*/
|
|
|
private Integer justForms;
|
|
|
/**
|
|
|
- * 仅提供单边会员服务 0=否,1=是
|
|
|
- */
|
|
|
- private Integer unilateraService;
|
|
|
-/**
|
|
|
* 科技项目等级 0=简易项目,1=市区级,2=省级,3=国家级
|
|
|
*/
|
|
|
private Integer technologyProjectType;
|
|
|
@@ -333,6 +329,10 @@ public class TOrderTask implements Serializable {
|
|
|
* 方案 0=无,1=有
|
|
|
*/
|
|
|
private Integer scheme;
|
|
|
+/**
|
|
|
+ * 仅提供单边会员服务 0=否,1=是
|
|
|
+ */
|
|
|
+ private Integer unilateralService;
|
|
|
|
|
|
|
|
|
public Integer getId() {
|
|
|
@@ -935,14 +935,6 @@ public class TOrderTask implements Serializable {
|
|
|
this.justForms = justForms;
|
|
|
}
|
|
|
|
|
|
- public Integer getUnilateraService() {
|
|
|
- return unilateraService;
|
|
|
- }
|
|
|
-
|
|
|
- public void setUnilateraService(Integer unilateraService) {
|
|
|
- this.unilateraService = unilateraService;
|
|
|
- }
|
|
|
-
|
|
|
public Integer getTechnologyProjectType() {
|
|
|
return technologyProjectType;
|
|
|
}
|
|
|
@@ -975,5 +967,13 @@ public class TOrderTask implements Serializable {
|
|
|
this.scheme = scheme;
|
|
|
}
|
|
|
|
|
|
+ public Integer getUnilateralService() {
|
|
|
+ return unilateralService;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setUnilateralService(Integer unilateralService) {
|
|
|
+ this.unilateralService = unilateralService;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|