src/main/java/com/ruoyi/customervisits/pojo/CustomerVisits.java @@ -112,4 +112,7 @@ */ @TableField(fill = FieldFill.INSERT) private Long tenantId; @TableField(fill = FieldFill.INSERT) private Long deptId; }