|
|
@@ -200,7 +200,7 @@ public class TaskDetails implements Serializable {
|
|
|
/**
|
|
|
* 召开上年度总结与本年工作计划会议其他说明
|
|
|
*/
|
|
|
- private String closeMeeting_Other;
|
|
|
+ private String closeMeetingOther;
|
|
|
/**
|
|
|
* 阶段性汇报 1=月度,2=季度
|
|
|
*/
|
|
|
@@ -723,12 +723,12 @@ public class TaskDetails 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() {
|