Commit 192d64ac authored by liqin's avatar liqin 💬

bug fixed

parent 9544ef36
......@@ -259,6 +259,7 @@ public class LearningContentController extends BaseController {
LearningContent::getId,
LearningContent::getName,
LearningContent::getApplicableScope,
LearningContent::getCreatorName,
LearningContent::getAuditStatus,
LearningContent::getPublished,
LearningContent::getDeleted,
......
package cn.wisenergy.chnmuseum.party.web.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import cn.wisenergy.chnmuseum.party.web.controller.base.BaseController;
/**
* <p>
* 前端控制器
* </p>
*
* @author Danny Lee
* @since 2021-03-16
*/
@RestController
@RequestMapping("/party/run-log")
public class RunLogController extends BaseController {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment