智慧厨房

This commit is contained in:
gaowdong 2025-06-19 09:52:25 +08:00
parent 9a414349a0
commit 4bc462feb9
1 changed files with 2 additions and 2 deletions

View File

@ -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 = "营养师证到期时间")