JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.elitesland.ystdms.sys.feign
Interface SysNextNumberFeignClient
@FeignClient(name="yst-dms2-newsys", path="/api/v1/sys/nn")
public interface
SysNextNumberFeignClient
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
ApiResult
<
List
<
String
>>
next
(
SysNextNumberParam
param)
Method Details
next
@PostMapping
ApiResult
<
List
<
String
>>
next
(@RequestBody
SysNextNumberParam
param)