16 lines
295 B
Plaintext
16 lines
295 B
Plaintext
package com.api.jf.controller;
|
|
|
|
import javax.ws.rs.Path;
|
|
|
|
/**
|
|
* @version 1.0
|
|
* @Title ecology-9
|
|
* @Company 泛微软件
|
|
* @CreateDate 2024/7/19
|
|
* @Description
|
|
* @Author AdminZm
|
|
*/
|
|
@Path("/jf/common")
|
|
public class JfCommonController extends com.engine.jf.controller.JfCommonController {
|
|
}
|