会销面试线索的意向申请通过信息
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
package com.cool.store.dto.exhibition;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author Fun Li 2024/1/4 17:09
|
||||
* @version 1.0
|
||||
*/
|
||||
@Data
|
||||
public class ExhibitionInterviewInfoDTO {
|
||||
|
||||
@ApiModelProperty("相关的会销面试发起人 userId")
|
||||
private String userId;
|
||||
|
||||
@ApiModelProperty("相关的会销面试发起人姓名")
|
||||
private String exhibitionInterviewerName;
|
||||
|
||||
@ApiModelProperty("相关的会销面试发起人手机号")
|
||||
private String exhibitionInterviewerMobile;
|
||||
|
||||
@ApiModelProperty("会销面试计划 id")
|
||||
private String exhibitionInterviewPlanId;
|
||||
|
||||
@ApiModelProperty("会销面试发起时间")
|
||||
private String exhibitionInterviewTime;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user