feat:工单池添加上报类型
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-08-08 16:22:04 +08:00
parent 5494d206d4
commit 899cefb73a
7 changed files with 338 additions and 34 deletions

View File

@@ -94,6 +94,10 @@ export interface WorkOrdersVO {
* 备注
*/
remark: string;
/**
* 图片
*/
orderImgUrl: string;
}