|
|
@ -8,7 +8,7 @@ import com.alibaba.fastjson.JSONObject;
|
|
|
|
* Create by yixian at 2018-04-12 16:43
|
|
|
|
* Create by yixian at 2018-04-12 16:43
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public class SettleHourModify extends ClientConfigModify {
|
|
|
|
public class SettleHourModify extends ClientConfigModify {
|
|
|
|
private int settle_hour;
|
|
|
|
private Integer settle_hour;
|
|
|
|
|
|
|
|
|
|
|
|
public SettleHourModify(JSONObject account, String clientMoniker, Integer settle_hour) {
|
|
|
|
public SettleHourModify(JSONObject account, String clientMoniker, Integer settle_hour) {
|
|
|
|
super(account, clientMoniker);
|
|
|
|
super(account, clientMoniker);
|
|
|
|