|
|
@@ -9,10 +9,10 @@ import java.util.Date;
|
|
|
* 项目申报详情日志(TaskDetailsLog)实体类
|
|
|
*
|
|
|
* @author makejava
|
|
|
- * @since 2024-12-30 11:21:31
|
|
|
+ * @since 2024-12-31 10:51:53
|
|
|
*/
|
|
|
public class TaskDetailsLog implements Serializable {
|
|
|
- private static final long serialVersionUID = 529009339691694943L;
|
|
|
+ private static final long serialVersionUID = -22392369918576375L;
|
|
|
|
|
|
private Integer id;
|
|
|
/**
|
|
|
@@ -198,7 +198,7 @@ public class TaskDetailsLog implements Serializable {
|
|
|
/**
|
|
|
* 召开上年度总结与本年工作计划会议其他说明
|
|
|
*/
|
|
|
- private String closeMeeting_Other;
|
|
|
+ private String closeMeetingOther;
|
|
|
/**
|
|
|
* 阶段性汇报 1=月度,2=季度
|
|
|
*/
|
|
|
@@ -717,12 +717,12 @@ public class TaskDetailsLog implements Serializable {
|
|
|
this.closeMeetingStatus = closeMeetingStatus;
|
|
|
}
|
|
|
|
|
|
- public String getCloseMeeting_Other() {
|
|
|
- return closeMeeting_Other;
|
|
|
+ public String getCloseMeetingOther() {
|
|
|
+ return closeMeetingOther;
|
|
|
}
|
|
|
|
|
|
- public void setCloseMeeting_Other(String closeMeeting_Other) {
|
|
|
- this.closeMeeting_Other = closeMeeting_Other;
|
|
|
+ public void setCloseMeetingOther(String closeMeetingOther) {
|
|
|
+ this.closeMeetingOther = closeMeetingOther;
|
|
|
}
|
|
|
|
|
|
public Integer getPhasedType() {
|