enhancement #I6E3RB 关于 LiteflowResponse 实现 Serializable 接口的疑问

This commit is contained in:
everywhere.z
2023-02-14 10:58:46 +08:00
parent 3e67fe8d98
commit 9ea7503666

View File

@@ -13,9 +13,7 @@ import java.util.Queue;
* 执行结果封装类
* @author zend.wang
*/
public class LiteflowResponse implements Serializable {
private static final long serialVersionUID = -2792556188993845048L;
public class LiteflowResponse{
private boolean success;