update 会议详情返回会议纪要
This commit is contained in:
@@ -253,7 +253,7 @@ public class PayMeeting implements Serializable {
|
||||
@ApiModelProperty(value = "会议资料")
|
||||
private String meetingData;
|
||||
|
||||
/**会议资料*/
|
||||
/**会议纪要*/
|
||||
@ApiModelProperty(value = "会议纪要")
|
||||
private String meetingMinute;
|
||||
|
||||
|
||||
@@ -273,4 +273,8 @@ public class PayMeetingVO implements Serializable {
|
||||
/**通知正文*/
|
||||
@ApiModelProperty(value = "通知正文")
|
||||
private String notice;
|
||||
|
||||
/**会议纪要*/
|
||||
@ApiModelProperty(value = "会议纪要")
|
||||
private String meetingMinute;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user