解决场景编码错误的问题。

This commit is contained in:
2026-04-19 22:10:28 +08:00
parent 78a5e5ae0e
commit 3bc2da8f88
2 changed files with 5 additions and 5 deletions

View File

@@ -24,8 +24,8 @@ public class AiPrompts implements Serializable {
@TableId("id")
private String id;
@Schema(description = "景编码")
private String sceneCode;
@Schema(description = "景编码")
private String scenarioCode;
@Schema(description = "分类编码")
private String categoryCode;