You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
335 B
Markdown

# 基于 响应式的 客户管理系统
## 设计
- 该项目中的Web服务设计
> generateCustomerTicket{
> 创建 CustomerTicket 对象
> 从远程 account-service 中获取 Account 对象
> 从远程 order-service 中获取 Order 对象
> 设置 CustomerTicket 对象属性
> 保存 CustomerTicket 对象并返回
> }