Merge remote-tracking branch 'origin/0.8.X' into 0.8.X
This commit is contained in:
@@ -27,6 +27,10 @@ public class WmsBonusPool extends BaseEntity {
|
||||
*/
|
||||
@TableId(value = "pool_id")
|
||||
private Long poolId;
|
||||
/**
|
||||
* 奖金池名称
|
||||
*/
|
||||
private String poolName;
|
||||
/**
|
||||
* 产线
|
||||
*/
|
||||
|
||||
@@ -26,6 +26,11 @@ public class WmsBonusPoolBo extends BaseEntity {
|
||||
*/
|
||||
private Long poolId;
|
||||
|
||||
/**
|
||||
* 奖金池名称
|
||||
*/
|
||||
private String poolName;
|
||||
|
||||
/**
|
||||
* 产线
|
||||
*/
|
||||
|
||||
@@ -29,6 +29,12 @@ public class WmsBonusPoolVo extends BaseEntity {
|
||||
@ExcelProperty(value = "主键ID")
|
||||
private Long poolId;
|
||||
|
||||
/**
|
||||
* 奖金池名称
|
||||
*/
|
||||
@ExcelProperty(value = "奖金池名称")
|
||||
private String poolName;
|
||||
|
||||
/**
|
||||
* 产线
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user