jar

com.gitee.amour_cy : nxyfan-plugin-survey

Maven & Gradle

Oct 28, 2023

调查问卷插件

Table Of Contents

Latest Version

Download com.gitee.amour_cy : nxyfan-plugin-survey JAR file - Latest Versions:

All Versions

Download com.gitee.amour_cy : nxyfan-plugin-survey JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window nxyfan-plugin-survey-1.2.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.nxyfan.framework.survey.mapper

├─ com.nxyfan.framework.survey.mapper.WjAnswerMapper.class - [JAR]

├─ com.nxyfan.framework.survey.mapper.WjOptionsMapper.class - [JAR]

├─ com.nxyfan.framework.survey.mapper.WjQuestionMapper.class - [JAR]

├─ com.nxyfan.framework.survey.mapper.WjSurveyMapper.class - [JAR]

com.nxyfan.framework.survey.param

├─ com.nxyfan.framework.survey.param.AnswerPageParam.class - [JAR]

├─ com.nxyfan.framework.survey.param.AnswerSubmitParam.class - [JAR]

├─ com.nxyfan.framework.survey.param.SurveyListParam.class - [JAR]

├─ com.nxyfan.framework.survey.param.SurveyPageParam.class - [JAR]

├─ com.nxyfan.framework.survey.param.SurveySaveParam.class - [JAR]

com.nxyfan.framework.survey.enums

├─ com.nxyfan.framework.survey.enums.SurveyQuestionTypeEnum.class - [JAR]

├─ com.nxyfan.framework.survey.enums.SurveyStateEnum.class - [JAR]

com.nxyfan.framework.survey.entity

├─ com.nxyfan.framework.survey.entity.WjAnswer.class - [JAR]

├─ com.nxyfan.framework.survey.entity.WjOptions.class - [JAR]

├─ com.nxyfan.framework.survey.entity.WjQuestion.class - [JAR]

├─ com.nxyfan.framework.survey.entity.WjSurvey.class - [JAR]

com.nxyfan.framework.survey.config

├─ com.nxyfan.framework.survey.config.SurveyConfigure.class - [JAR]

com.nxyfan.framework.survey.service

├─ com.nxyfan.framework.survey.service.IWjAnswerService.class - [JAR]

├─ com.nxyfan.framework.survey.service.IWjOptionsService.class - [JAR]

├─ com.nxyfan.framework.survey.service.IWjQuestionService.class - [JAR]

├─ com.nxyfan.framework.survey.service.IWjSurveyService.class - [JAR]

com.nxyfan.framework.survey.result

├─ com.nxyfan.framework.survey.result.AnswerDetailResult.class - [JAR]

├─ com.nxyfan.framework.survey.result.SurveyDetailResult.class - [JAR]

com.nxyfan.framework.survey.controller

├─ com.nxyfan.framework.survey.controller.WjSurveyController.class - [JAR]

com.nxyfan.framework.survey.service.impl

├─ com.nxyfan.framework.survey.service.impl.WjAnswerServiceImpl.class - [JAR]

├─ com.nxyfan.framework.survey.service.impl.WjOptionsServiceImpl.class - [JAR]

├─ com.nxyfan.framework.survey.service.impl.WjQuestionServiceImpl.class - [JAR]

├─ com.nxyfan.framework.survey.service.impl.WjSurveyServiceImpl.class - [JAR]