@@ -41,5 +41,16 @@ public class FsUserCompanyUser {
* 项目ID
*/
private Long projectId;
-
+ /**
+ * 企微用户ID
+ */
+ private Long qwUserId;
+ * 企微外部联系人ID
+ private Long qwExternalContactId;
+ * 企微主体ID
+ private Long qwCompanyId;
}