Parcourir la source

fix: 进线客户统计

xdd il y a 1 mois
Parent
commit
6ca2b28eb0

+ 4 - 0
fs-company/src/main/java/com/fs/qw/vo/QwWatchLogAllStatisticsListVO.java

@@ -100,4 +100,8 @@ public class QwWatchLogAllStatisticsListVO {
     private Long companyId;
     private Long companyId;
 
 
     private Long companyUserId;
     private Long companyUserId;
+
+    private Long fsUserId;
+
+    private String fsUserName;
 }
 }