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 {

}