fix:添加注释

上级 35af2e26
......@@ -30,7 +30,7 @@ public class OrderService {
private StateMachinePersister<OrderState, OrderStateChangeAction, Order> stateMachinePersister;
/**
* 模拟一个存储
* 模拟一个存储DB
*/
private final List<Object> orders = new ArrayList<>();
......@@ -119,7 +119,7 @@ public class OrderService {
/**
* 状态变更
* 状态变更,消息通知
*
* @param message
* @param order
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册