Commit 91796dc0 authored by hanfeng's avatar hanfeng

app下载记录

parent 91b511d8
...@@ -16,7 +16,7 @@ public class AppDownloadRecord { ...@@ -16,7 +16,7 @@ public class AppDownloadRecord {
@Id @Id
@GeneratedValue(generator ="JDBC") @GeneratedValue(generator ="JDBC")
private Integer id; private Integer id;
private Integer source; private String source;
private Date creTime; private Date creTime;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment