com.base4j.mvc.sys.controller.SysOrgController Maven / Gradle / Ivy
package com.base4j.mvc.sys.controller;
import com.base4j.mvc.base.controller.BaseController;
import com.base4j.mvc.sys.entity.SysOrg;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* Created by 003914[panlc] on 2017-08-14.
*/
@RestController
@RequestMapping("/sys/org")
public class SysOrgController extends BaseController {
}