wfansh 3 months ago
parent
commit
48dfa27048

+ 1 - 1
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/adweb/dmp/entity/GADeviceReport.java

@@ -48,7 +48,7 @@ public class GADeviceReport implements Serializable {
     @Schema(description = "统计时间")
     private Date date;
 
-    /** type */
+    /** device */
     @Excel(name = "device", width = 15)
     @Schema(description = "device")
     private String device;