|
|
@@ -49,8 +49,8 @@ public class FsCourseRedPacketLogListPVO extends BaseEntity
|
|
|
@Excel(name = "转帐金额")
|
|
|
private BigDecimal amount;
|
|
|
|
|
|
- @Excel(name = "状态",dictType = "sys_course_red_packet_status")
|
|
|
- private Integer status;//状态 0 发送中 1 已发送
|
|
|
+ @Excel(name = "状态", readConverterExp = "0=发送中,1=已发送,2余额不足待发送")
|
|
|
+ private Integer status; // 状态 0 发送中 1 已发送
|
|
|
|
|
|
@Excel(name = "分享人企微Id")
|
|
|
private String qwUserId;
|