MCPcopy Create free account
hub / github.com/LQF-dev/smart-hr / MatchRequest

Class MatchRequest

back/src/main/java/com/smarthr/dto/match/MatchRequest.java:14–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import lombok.NoArgsConstructor;
13
14@Data
15@NoArgsConstructor
16@AllArgsConstructor
17public class MatchRequest {
18
19 @NotNull(message = "简历 ID 不能为空")
20 private Long resumeId;
21
22 @NotNull(message = "岗位 ID 不能为空")
23 private Long positionId;
24}
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected