分析场景支持
This commit is contained in:
@@ -66,6 +66,10 @@ public class User implements Serializable {
|
||||
@TableField("scenario")
|
||||
private String scenario;
|
||||
|
||||
@Schema(description = "场景项")
|
||||
@TableField("scenario_item")
|
||||
private String scenarioItem;
|
||||
|
||||
@Schema(description = "主角色")
|
||||
@TableField("role")
|
||||
private String role;
|
||||
|
||||
Reference in New Issue
Block a user