public class TyhTalentCarService extends Object implements TyhTalentCarClient
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
APPLICATION_NAME |
static String |
CREATE_TALENT_CARD |
static String |
INVALID_TALENT_CARD |
static String |
SIGN_TYPE |
static String |
UPDATE_TALENT_CARD |
| 构造器和说明 |
|---|
TyhTalentCarService(Options options) |
| 限定符和类型 | 方法和说明 |
|---|---|
Results<String> |
createTalentCard(TalentCarCreateCmd cmd)
为人才码创建政策车
|
<T> Results<T> |
generalPostRequest(Object object,
String path,
Class<T> dtoClass) |
Results<String> |
invalidTalentCard(TalentCarInvalidCmd cmd)
为人才码作废政策车
|
Results<String> |
updateTalentCard(TalentCarUpdateCmd cmd)
为人才码编辑车牌号
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic TyhTalentCarService(Options options)
public <T> Results<T> generalPostRequest(Object object, String path, Class<T> dtoClass) throws Exception
Exceptionpublic Results<String> createTalentCard(TalentCarCreateCmd cmd) throws Exception
createTalentCard 在接口中 TyhTalentCarClientExceptionpublic Results<String> updateTalentCard(TalentCarUpdateCmd cmd) throws Exception
updateTalentCard 在接口中 TyhTalentCarClientExceptionpublic Results<String> invalidTalentCard(TalentCarInvalidCmd cmd) throws Exception
invalidTalentCard 在接口中 TyhTalentCarClientExceptionCopyright © 2022. All rights reserved.