Commit 6a6b808a authored by liming's avatar liming

表信息上传

parent 03afc0b6
...@@ -70,6 +70,11 @@ public class SportUser implements Serializable { ...@@ -70,6 +70,11 @@ public class SportUser implements Serializable {
*/ */
private BigDecimal weight; private BigDecimal weight;
/**
* ftp
*/
private Integer ftp;
/** /**
* 头像 * 头像
*/ */
......
...@@ -58,6 +58,11 @@ public class SportUserSummary implements Serializable { ...@@ -58,6 +58,11 @@ public class SportUserSummary implements Serializable {
*/ */
private Integer totalPraiseNum; private Integer totalPraiseNum;
/**
* 查看次数
*/
private Integer views;
/** /**
* 版本号 * 版本号
*/ */
......
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