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.nsyh.opinion;
|
|
|
|
import com.weavernorth.nsyh.opinion.web.WfOpinionAction;
|
|
|
|
import javax.ws.rs.Path;
|
|
|
|
/**
|
|
* @Author : 孙浩
|
|
* @Date : 2022/3/1 9:39
|
|
* @Version 1.0
|
|
*/
|
|
@Path("/nsyh/opinion")
|
|
public class WfOpinion extends WfOpinionAction {
|
|
}
|