cut-abstractions/README.md
2025-07-04 14:45:57 +08:00

25 lines
682 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 生产接口协议
本项目使用typescript编写IDE推荐使用vscode。
### 术语表
| 中文 | CAD | MES | IMES | 接口 | 备注 |
| --- | --- | --- | ---| --- | --- |
| 房名 | RoomName | RoomName | roomName |
| 柜名 | CabinetName | BoxName | bodyName |
| 小板名 | BoardName | BlockName | blockName |
| 材质 | Material | Material | material | |
| 大板名 | 无 | BoardName | goodsName | |
| 余料 | 无 | remain/scrap | remain |
| 排单 | 无 | PlanOrder |planOrder |
### 编译与发布
更新 package.json 版本号
```shell
pnpm clean
pnpm build
pnpm release
```
### 开发
先继承处理器跟参数类型,功能稳定后把参数提交给接口