From d5420a8fef6d680e5bdce86b36cb8e90d7e22419 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期六, 16 八月 2025 09:49:25 +0800 Subject: [PATCH] 安灯发起-工单-飞书发送消息(一级响应/二级响应/三级响应) 飞书安灯消息模板相关代码 --- src/main/java/org/jeecg/modules/andon/entity/AndonResponseConfig.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/org/jeecg/modules/andon/entity/AndonResponseConfig.java b/src/main/java/org/jeecg/modules/andon/entity/AndonResponseConfig.java index 96dd37d..465add1 100644 --- a/src/main/java/org/jeecg/modules/andon/entity/AndonResponseConfig.java +++ b/src/main/java/org/jeecg/modules/andon/entity/AndonResponseConfig.java @@ -78,4 +78,7 @@ @Excel(name = "涓夌骇鍝嶅簲浜�(鍗囩骇涓ゆ)", width = 15) @ApiModelProperty(value = "涓夌骇鍝嶅簲浜�(鍗囩骇涓ゆ)") private String thirdResponder; + + + } -- Gitblit v1.9.3