ResultJSON.java 184 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 package com.huaheng.pc.task.agvTask.domain; import com.alibaba.fastjson.JSON; public class ResultJSON { public String toJSON(){ return JSON.toJSONString(this); } }