|
@@ -27,6 +27,9 @@ public class FsUserWatchCourseStatistics extends BaseEntity{
|
|
|
// @Excel(name = "营期id")
|
|
|
private Long periodId;
|
|
|
|
|
|
+ /** 经销商归属 */
|
|
|
+ @Excel(name = "经销商归属")
|
|
|
+ private String companyBelongOwner;
|
|
|
/** 营期名称 */
|
|
|
@Excel(name = "营期名称")
|
|
|
private String periodName;
|
|
@@ -136,7 +139,5 @@ public class FsUserWatchCourseStatistics extends BaseEntity{
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private Date periodLine;
|
|
|
|
|
|
- /** 经销售归属 */
|
|
|
- private String companyBelongOwner;
|
|
|
|
|
|
}
|