Merge remote-tracking branch 'origin/0.8.X' into 0.8.X

This commit is contained in:
2026-05-13 13:56:24 +08:00
8 changed files with 207 additions and 48 deletions

View File

@@ -29,6 +29,12 @@ public class WmsBonusPoolVo extends BaseEntity {
@ExcelProperty(value = "主键ID")
private Long poolId;
/**
* 奖金池名称
*/
@ExcelProperty(value = "奖金池名称")
private String poolName;
/**
* 产线
*/