4 changed files with 38 additions and 2 deletions
@ -0,0 +1,20 @@ |
|||||
|
package com.qs.serve.modules.vtb.entity.dto; |
||||
|
|
||||
|
import lombok.AllArgsConstructor; |
||||
|
import lombok.Data; |
||||
|
|
||||
|
/** |
||||
|
* @author YenHex |
||||
|
* @since 2023/12/21 |
||||
|
*/ |
||||
|
@Data |
||||
|
@AllArgsConstructor |
||||
|
public class XltDelVerificationDto { |
||||
|
|
||||
|
private String empNo; |
||||
|
|
||||
|
private String requestDeleteTime; |
||||
|
|
||||
|
private String verificationCode; |
||||
|
|
||||
|
} |
Loading…
Reference in new issue