fix: 客户编号查询返回类型改为Long

This commit is contained in:
caiyuchao
2025-05-26 18:29:51 +08:00
parent 3ee5944153
commit 5a6da08ddb

View File

@@ -25,7 +25,7 @@ public class CustomerRespVO {
@Schema(description = "客户编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "2000")
@ExcelProperty("客户编号")
private String code;
private Long code;
@Schema(description = "客户类型", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
@ExcelProperty(value = "客户类型", converter = DictConvert.class)