审批超时提醒

This commit is contained in:
俞扬
2023-06-30 11:47:20 +08:00
parent c09f7cf377
commit c7791d87e8
9 changed files with 90 additions and 22 deletions

View File

@@ -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;
}