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.
tjBANK/com/api/tjyh/AcceptXcDataActionApi.java

17 lines
272 B
Java

2 years ago
package com.api.tjyh;
import com.engine.tjyh.xc.web.AcceptXcDataAction;
import javax.ws.rs.Path;
/**
* TODO
*
* @Description
* @Author matrix
* @Date 2023/6/15 10:19
**/
@Path("/tjyh/secondev/xc")
public class AcceptXcDataActionApi extends AcceptXcDataAction {
}