票据邮寄导出
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.jero.mail.entity;
|
||||
|
||||
import com.jero.common.aspect.annotation.Dict;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import org.jeecgframework.poi.excel.annotation.Excel;
|
||||
@@ -9,6 +10,7 @@ public class PayMailBillList {
|
||||
|
||||
@ApiModelProperty(value = "id主键")
|
||||
private java.lang.String id;
|
||||
@Dict(dicCode ="mail_type" )
|
||||
@Excel(name = "邮寄状态", width = 15)
|
||||
@ApiModelProperty(value = "邮寄状态(0:未邮寄,1::已邮寄)")
|
||||
private java.lang.String postStatus;
|
||||
|
||||
Reference in New Issue
Block a user