知识问答接口

This commit is contained in:
xiezhijun
2021-04-15 16:15:40 +08:00
parent 699de4b458
commit 560fb3d992
10 changed files with 219 additions and 61 deletions

View File

@ -11,7 +11,7 @@ public class NutritionQuestionResponse implements Serializable {
private static final long serialVersionUID = 1L;
/** $column.columnComment */
private Long id;
private String id;
/** 标题 */
@Excel(name = "标题")