update 工作组成员导出增加打包
This commit is contained in:
+6
@@ -63,6 +63,12 @@ public class PayWorkingGroupSubItemExcel implements Serializable {
|
|||||||
@Excel(name = "收费通知号", width = 15)
|
@Excel(name = "收费通知号", width = 15)
|
||||||
@ApiModelProperty(value = "收费通知号")
|
@ApiModelProperty(value = "收费通知号")
|
||||||
private String chargeNoticeNo;
|
private String chargeNoticeNo;
|
||||||
|
/**
|
||||||
|
* 打包
|
||||||
|
*/
|
||||||
|
@Excel(name = "打包", width = 15, dicCode = "yn")
|
||||||
|
@ApiModelProperty(value = "打包")
|
||||||
|
private Integer pack;
|
||||||
/**
|
/**
|
||||||
* 需要发票(1:增值税普通发票,2:增值税专用发票,3:否)
|
* 需要发票(1:增值税普通发票,2:增值税专用发票,3:否)
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user