|
@@ -72,6 +72,7 @@ public class KlRulePlan implements Serializable {
|
|
|
*/
|
|
|
private String code;
|
|
|
|
|
|
+ private Integer firstPlace;
|
|
|
/**
|
|
|
* 显示顺序
|
|
|
*/
|
|
@@ -79,6 +80,14 @@ public class KlRulePlan implements Serializable {
|
|
|
|
|
|
private String remark;
|
|
|
|
|
|
+ public Integer getFirstPlace() {
|
|
|
+ return firstPlace;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFirstPlace(Integer firstPlace) {
|
|
|
+ this.firstPlace = firstPlace;
|
|
|
+ }
|
|
|
+
|
|
|
public Integer getNumber() {
|
|
|
return number;
|
|
|
}
|