|
|
|
@@ -165,7 +165,7 @@ public class WxOfflineActivityRecord extends TenantEntity { |
|
|
|
/** |
|
|
|
* 审批状态 |
|
|
|
*/ |
|
|
|
@Excel(name = "审核状态", width = 20, orderNum = "9", replace = {"审核中_0", "已审批_1", "已驳回_2", "已失效_3", "已发奖_10"}) |
|
|
|
@Excel(name = "审核状态", width = 20, orderNum = "9", replace = {"审核中_0", "已审批_1", "已驳回_2", "已退单_3", "已发奖_10"}) |
|
|
|
@TableField(value = "audit_status") |
|
|
|
private Integer auditStatus; |
|
|
|
|
|
|
|
|