提交 37d1b366 authored 作者: aiqingguo's avatar aiqingguo

积分优化

上级 03f13ada
...@@ -28,7 +28,6 @@ public class IntegralTruckRule implements HasKey<Integer> { ...@@ -28,7 +28,6 @@ public class IntegralTruckRule implements HasKey<Integer> {
@TableId(value = "id", type = IdType.AUTO) @TableId(value = "id", type = IdType.AUTO)
private Integer id; //id private Integer id; //id
private String name; //层级名称 private String name; //层级名称
private Integer echelon; //梯队
private Integer integralRatioBegin; //积分起始范围 private Integer integralRatioBegin; //积分起始范围
private Integer integralRatioEnd; //积分结束范围 private Integer integralRatioEnd; //积分结束范围
private Integer status; //状态:1开启 2关闭 private Integer status; //状态:1开启 2关闭
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论