列表返回字段添加createUserId

This commit is contained in:
2026-01-27 17:31:33 +08:00
parent 31904e4c3c
commit 62e9134209
3 changed files with 5 additions and 1 deletions

View File

@ -74,5 +74,7 @@ public class LngScorePageVo {
*/
@ApiModelProperty("备注")
private String note;
private Long createUserId;
}