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.
14 lines
306 B
Java
14 lines
306 B
Java
8 months ago
|
package com.api.leshanvc.web;
|
||
|
|
||
|
import javax.ws.rs.Path;
|
||
|
|
||
|
/**
|
||
|
* @Author ml
|
||
|
* @Date 2023/3/1 11:34
|
||
|
* @Description This is description of class
|
||
|
* @Since version-1.0
|
||
|
*/
|
||
|
@Path("/leshavc/formmode")
|
||
|
public class EntryCommitFormModeController extends com.engine.leshanvc.web.EntryCommitFormModeController {
|
||
|
}
|