Commit feaf7256 by pye52

Common类增加finish字段的输出

parent 4628c6b3
......@@ -92,7 +92,7 @@ public class Command {
"id=" + id +
", data='" + data + '\'' +
", action='" + action + '\'' +
", response=" + finish +
", finish=" + finish +
'}';
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment