后台-幸运24-记录-库存结果

This commit is contained in:
khalil
2025-07-01 18:39:51 +08:00
parent a82b626bcd
commit 201e3838ad

View File

@@ -100,5 +100,8 @@ public class Lucky24RecordAdminVo {
@ExcelProperty("退出")
@ApiModelProperty("退出")
private Long winGoldNum;
@ExcelProperty("库存结果")
@ApiModelProperty("库存结果")
private String stockResult;
}