| | |
| | | /** 微信小程序AppSecret */ |
| | | private String appSecret; |
| | | |
| | | /** 任务通知模板ID */ |
| | | private String taskNotifyTemplateId; |
| | | |
| | | /** 任务详情页面路径 */ |
| | | private String taskDetailPage; |
| | | |
| | | public String getAppId() { |
| | | return appId; |
| | | } |
| | |
| | | public void setAppSecret(String appSecret) { |
| | | this.appSecret = appSecret; |
| | | } |
| | | |
| | | public String getTaskNotifyTemplateId() { |
| | | return taskNotifyTemplateId; |
| | | } |
| | | |
| | | public void setTaskNotifyTemplateId(String taskNotifyTemplateId) { |
| | | this.taskNotifyTemplateId = taskNotifyTemplateId; |
| | | } |
| | | |
| | | public String getTaskDetailPage() { |
| | | return taskDetailPage; |
| | | } |
| | | |
| | | public void setTaskDetailPage(String taskDetailPage) { |
| | | this.taskDetailPage = taskDetailPage; |
| | | } |
| | | } |