From 66a663fb27899ca9a229f267d03325740c6a8aca Mon Sep 17 00:00:00 2001 From: V-LiuShuang Date: Mon, 7 Sep 2026 17:16:09 +0800 Subject: [PATCH] add --- mis-spec/references/worksheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mis-spec/references/worksheet.md b/mis-spec/references/worksheet.md index abff7bc..f8e4619 100644 --- a/mis-spec/references/worksheet.md +++ b/mis-spec/references/worksheet.md @@ -8,7 +8,7 @@ ## 编写代码的模块没有工单怎么办? -把"worksheet"目录拷贝一份到编写代码的模块,放在与springboot启动类同级目录,代码生成完毕以后,把工单的表结构原文输出给用户,让其手动执行。 +询问用户是否要添加重试工单支持,若用户拒绝,则放弃使用工单不进行重试。若用户同意,则把"worksheet"目录拷贝到编写代码的模块,放在与springboot启动类同级目录。然后把**工单的表结构**原文输出给用户,让用户去数据库建表。 ## 案例