QueryJSON.java 189 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 package com.huaheng.api.erp.domain; import com.alibaba.fastjson.JSON; public class QueryJSON { public String toJson() { return "queryJson="+JSON.toJSONString(this); } }