@@ -99,9 +99,9 @@ public class BizInvoice extends BaseEntity {
private Date applierTime;
/**
- * 0-未提交 1-待开票 2-已拒绝 3-已开票
+ * 0-未提交 1-待开票 2-已拒绝 3-已开票 4-已退回 5-反审核
*/
- @Excel(name = "状态",sort = 6,readConverterExp = "0=未提交,1=待开票,2=已拒绝,3=已开票")
+ @Excel(name = "状态",sort = 6,readConverterExp = "0=未提交,1=待开票,2=已拒绝,3=已开票,4=已退回,5=反审核")
private Integer status;