|
@@ -2,6 +2,9 @@ package com.factory.base.entity.task;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
|
|
|
+import lombok.Data;
|
|
|
+
|
|
|
+@Data
|
|
|
public class OnsiteCalendar implements Serializable {
|
|
|
|
|
|
private long id;
|
|
@@ -17,100 +20,4 @@ public class OnsiteCalendar implements Serializable {
|
|
|
private String task_time;
|
|
|
private long onsite_task_id;
|
|
|
|
|
|
- public long getOnsite_task_id() {
|
|
|
- return onsite_task_id;
|
|
|
- }
|
|
|
-
|
|
|
- public void setOnsite_task_id(long onsite_task_id) {
|
|
|
- this.onsite_task_id = onsite_task_id;
|
|
|
- }
|
|
|
-
|
|
|
- public String getTask_time() {
|
|
|
- return task_time;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTask_time(String task_time) {
|
|
|
- this.task_time = task_time;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- public long getId() {
|
|
|
- return id;
|
|
|
- }
|
|
|
-
|
|
|
- public void setId(long id) {
|
|
|
- this.id = id;
|
|
|
- }
|
|
|
-
|
|
|
- public long getBenteler_plan_id() {
|
|
|
- return benteler_plan_id;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBenteler_plan_id(long benteler_plan_id) {
|
|
|
- this.benteler_plan_id = benteler_plan_id;
|
|
|
- }
|
|
|
-
|
|
|
- public String getStart_day() {
|
|
|
- return start_day;
|
|
|
- }
|
|
|
-
|
|
|
- public void setStart_day(String start_day) {
|
|
|
- this.start_day = start_day;
|
|
|
- }
|
|
|
-
|
|
|
- public String getEnd_day() {
|
|
|
- return end_day;
|
|
|
- }
|
|
|
-
|
|
|
- public void setEnd_day(String end_day) {
|
|
|
- this.end_day = end_day;
|
|
|
- }
|
|
|
-
|
|
|
- public int getDay_validate() {
|
|
|
- return day_validate;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDay_validate(int day_validate) {
|
|
|
- this.day_validate = day_validate;
|
|
|
- }
|
|
|
-
|
|
|
- public int getDay_outtime() {
|
|
|
- return day_outtime;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDay_outtime(int day_outtime) {
|
|
|
- this.day_outtime = day_outtime;
|
|
|
- }
|
|
|
-
|
|
|
- public int getWeek_day() {
|
|
|
- return week_day;
|
|
|
- }
|
|
|
-
|
|
|
- public void setWeek_day(int week_day) {
|
|
|
- this.week_day = week_day;
|
|
|
- }
|
|
|
-
|
|
|
- public int getMonth_day() {
|
|
|
- return month_day;
|
|
|
- }
|
|
|
-
|
|
|
- public void setMonth_day(int month_day) {
|
|
|
- this.month_day = month_day;
|
|
|
- }
|
|
|
-
|
|
|
- public int getUser_id() {
|
|
|
- return user_id;
|
|
|
- }
|
|
|
-
|
|
|
- public void setUser_id(int user_id) {
|
|
|
- this.user_id = user_id;
|
|
|
- }
|
|
|
-
|
|
|
- public int getType_flag() {
|
|
|
- return type_flag;
|
|
|
- }
|
|
|
-
|
|
|
- public void setType_flag(int type_flag) {
|
|
|
- this.type_flag = type_flag;
|
|
|
- }
|
|
|
}
|