忽略租户概念,作为全局表。

This commit is contained in:
2026-04-19 22:00:53 +08:00
parent 18ecd2f78f
commit 78a5e5ae0e
3 changed files with 8 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ public class AiPrompts implements Serializable {
@Schema(description = "字段编码")
private String fieldCode;
@Schema(description = "提示词类型")
private String promptType;
@Schema(description = "提示词")
private String promptText;