//toBean方法不識別date屬性 要把VO的DATE該成UTIL包下的DATE 然后加上下面的代碼。不然會報錯
JSONUtils.getMorpherRegistry().registerMorpher(new DateMorpher(new String[] {"yyyy-MM-dd", "yyyy-MM-dd HH:mm:ss"}));
BaseConstantVO baseConstantVO = (BaseConstantVO) JSONObject.toBean(paramsJson, BaseConstantVO.class);