|
@@ -75,6 +75,13 @@ public class FsCourseWatchLogListVO extends BaseEntity
|
|
|
@Excel(name = "所属销售")
|
|
|
private String companyUserName;
|
|
|
|
|
|
+ @Excel(name = "所属sop任务")
|
|
|
+ private String sopId;
|
|
|
+
|
|
|
+ @Excel(name = "营期时间",dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
+ private Date campPeriodTime;
|
|
|
+
|
|
|
/** 所属团队 */
|
|
|
// @Excel(name = "所属团队")
|
|
|
private String companyName;
|
|
@@ -105,9 +112,6 @@ public class FsCourseWatchLogListVO extends BaseEntity
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date finishTime;
|
|
|
|
|
|
- @Excel(name = "营期时间",dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
- private Date campPeriodTime;
|
|
|
|
|
|
@Excel(name = "进线时间",dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|