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