[fix] 修改标签

This commit is contained in:
2024-10-09 14:42:26 +08:00
parent 550f4cbdae
commit 6eec60e9dd
116 changed files with 133 additions and 139 deletions

View File

@ -29,7 +29,7 @@ public class ErpSaleOutRespVO {
@Schema(description = "客户编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1724")
private Long customerId;
@Schema(description = "客户名称", example = "芋道")
@Schema(description = "客户名称", example = "hhyykk")
@ExcelProperty("客户名称")
private String customerName;
@ -81,9 +81,9 @@ public class ErpSaleOutRespVO {
@ExcelProperty("备注")
private String remark;
@Schema(description = "创建人", example = "芋道")
@Schema(description = "创建人", example = "hhyykk")
private String creator;
@Schema(description = "创建人名称", example = "芋道")
@Schema(description = "创建人名称", example = "hhyykk")
private String creatorName;
@Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED)