Browse Source

后台指标管理增加同比环比字段

ZhangManMan 2 years ago
parent
commit
2f9152535b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/main/java/com/sky/ioc/entity/Index.java

+ 3 - 0
src/main/java/com/sky/ioc/entity/Index.java

@@ -37,4 +37,7 @@ public class Index {
     @ApiModelProperty(value = "是否删除")
     private Integer isDel =0;
 
+    @ApiModelProperty(value = "同比/环比")
+    private Double compare;
+
 }