mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
enhancement #I6E3RB 关于 LiteflowResponse 实现 Serializable 接口的疑问
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user