mirror of
https://git.hmsn.ink/kospo/svcm/api.git
synced 2026-03-20 07:43:32 +09:00
sap 직원검색 기능 추가
계약관리 pageable 설정
This commit is contained in:
@@ -23,6 +23,10 @@ public class CodeResponse {
|
||||
private String nm;
|
||||
@Schema(name = "desc", description = "설명")
|
||||
private String desc;
|
||||
@Schema(name = "riId", description = "참조아이디")
|
||||
private Integer riId;
|
||||
@Schema(name = "riCd", description = "참조코드")
|
||||
private String riCd;
|
||||
@Schema(name = "useYn", description = "사용여부")
|
||||
private Boolean useYn;
|
||||
|
||||
@@ -32,6 +36,8 @@ public class CodeResponse {
|
||||
.cd(code.getId().getCd())
|
||||
.nm(code.getNm())
|
||||
.desc(code.getDesc())
|
||||
.riId(code.getRiId())
|
||||
.riCd(code.getRiCd())
|
||||
.useYn(code.getUseYn()).build();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user