|
|
|
@ -10,7 +10,7 @@ import com.alibaba.fastjson.JSONObject;
|
|
|
|
|
public class SettleHourModify extends ClientConfigModify {
|
|
|
|
|
private int settle_hour;
|
|
|
|
|
|
|
|
|
|
public SettleHourModify(JSONObject account, String clientMoniker, int settle_hour) {
|
|
|
|
|
public SettleHourModify(JSONObject account, String clientMoniker, Integer settle_hour) {
|
|
|
|
|
super(account, clientMoniker);
|
|
|
|
|
this.settle_hour = settle_hour;
|
|
|
|
|
}
|
|
|
|
|