update 工作组成员导出增加打包

This commit is contained in:
lijiarao
2023-08-17 11:03:18 +08:00
parent 0848718e54
commit eaba200cc7
@@ -63,6 +63,12 @@ public class PayWorkingGroupSubItemExcel implements Serializable {
@Excel(name = "收费通知号", width = 15)
@ApiModelProperty(value = "收费通知号")
private String chargeNoticeNo;
/**
* 打包
*/
@Excel(name = "打包", width = 15, dicCode = "yn")
@ApiModelProperty(value = "打包")
private Integer pack;
/**
* 需要发票(1:增值税普通发票,2:增值税专用发票,3:否)
*/