package com.jty.wsxt.interfaces.controller; import org.springframework.web.bind.annotation.RestController; /** * ModuleController * * @author Manjiajie * @since 2019-6-21 13:41:30 */ @RestController public class ModuleController { }