From 4bc462feb973262393db17ce38c799181878fadb Mon Sep 17 00:00:00 2001 From: gaowdong Date: Thu, 19 Jun 2025 09:52:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E6=85=A7=E5=8E=A8=E6=88=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bonus/canteen/core/kitchen/domain/KitchenStaffInfo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/kitchen/domain/KitchenStaffInfo.java b/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/kitchen/domain/KitchenStaffInfo.java index ca924b0..41bc340 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/kitchen/domain/KitchenStaffInfo.java +++ b/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/kitchen/domain/KitchenStaffInfo.java @@ -47,12 +47,12 @@ public class KitchenStaffInfo extends SysUser { /** 健康证正面 */ @Excel(name = "健康证正面") @ApiModelProperty(value = "健康证正面") - private Long healthCertFrontImg; + private String healthCertFrontImg; /** 健康证反面 */ @Excel(name = "健康证反面") @ApiModelProperty(value = "健康证反面") - private Long healthCertBackImg; + private String healthCertBackImg; /** 营养师证到期时间 */ @ApiModelProperty(value = "营养师证到期时间")