|
|
@ -1,5 +1,6 @@ |
|
|
|
package com.fr.plugin.db.redis.bean; |
|
|
|
package com.fr.plugin.db.redis.bean; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.fanruan.api.cal.ParameterKit; |
|
|
|
import com.fanruan.api.util.StringKit; |
|
|
|
import com.fanruan.api.util.StringKit; |
|
|
|
import com.fr.stable.ParameterProvider; |
|
|
|
import com.fr.stable.ParameterProvider; |
|
|
|
|
|
|
|
|
|
|
@ -16,7 +17,7 @@ public class ParameterBean { |
|
|
|
public static final String NAME = "name"; |
|
|
|
public static final String NAME = "name"; |
|
|
|
public static final String VALUE = "value"; |
|
|
|
public static final String VALUE = "value"; |
|
|
|
|
|
|
|
|
|
|
|
private String type = "String"; |
|
|
|
private String type = ParameterKit.Type.TYPE_STRING; |
|
|
|
private String name; |
|
|
|
private String name; |
|
|
|
private String value; |
|
|
|
private String value; |
|
|
|
|
|
|
|
|
|
|
|