All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.base4j.mvc.sys.controller.SysOrgController Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
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 {




}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy