面试预约申请&同意预约

This commit is contained in:
俞扬
2023-06-21 16:09:59 +08:00
parent b9c9bc2bae
commit d79be7c53a
10 changed files with 136 additions and 36 deletions

View File

@@ -0,0 +1,13 @@
package com.cool.store.request;
import lombok.Data;
/**
* @Author: young.yu
* @Date: 2023-06-21 11:17
* @Description:
*/
@Data
public class InterviewSmsReq {
private String interviewStartTime;
}