审批超时提醒
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.cool.store.dto.message;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Author: young.yu
|
||||
* @Date: 2023-06-30 11:02
|
||||
* @Description:
|
||||
*/
|
||||
@Data
|
||||
public class RemindInterviewMsgDTO {
|
||||
private String partnerId;
|
||||
private String interviewerId;
|
||||
private String partnerName;
|
||||
private String partnerMobile;
|
||||
private String startTime;
|
||||
}
|
||||
Reference in New Issue
Block a user