update 74176

This commit is contained in:
lijiarao
2023-07-27 15:39:26 +08:00
parent 658b37fa7e
commit ed93a62592
2 changed files with 2 additions and 2 deletions
@@ -576,7 +576,7 @@ public class PayWorkingGroupSubItem implements Serializable {
@JsonFormat(shape = JsonFormat.Shape.STRING)
private BigDecimal noTaxAmount;
@Excel(name = "标签", width = 15)
@Excel(name = "标签名称", width = 15)
@ApiModelProperty(value = "标签")
private String label;
}
@@ -292,7 +292,7 @@ public class PayWorkingGroupSubItemExcel implements Serializable {
@ApiModelProperty(value = "联系人10备注")
private String remarksTen;
@Excel(name = "标签", width = 15)
@Excel(name = "标签名称", width = 15)
@ApiModelProperty(value = "标签")
private String label;
}