You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package com.api.junchuang.web;
|
|
import javax.ws.rs.Path;
|
|
|
|
/**
|
|
* @Author ml
|
|
* @Date 2023/2/27 17:17
|
|
* @Description 君创组织透视图接口
|
|
* @Since version-1.0
|
|
*/
|
|
@Path("/bs/junchuangorgchart")
|
|
public class OrgChartController extends com.engine.junchuang.web.OrgChartController {
|
|
}
|