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.
weaver-develop/src/com/api/matfron/web/StatisticsPortalAction.java

15 lines
312 B
Java

package com.api.matfron.web;
import javax.ws.rs.Path;
/**
* @Author liang.cheng
* @Date 2023/9/26 5:49 PM
* @Description: 铭沣科技统计分析门户接口
* @Version 1.0
*/
@Path("/matfron/portal/element")
public class StatisticsPortalAction extends com.engine.matfron.web.StatisticsPortalAction {
}