智慧厨房
This commit is contained in:
parent
9a414349a0
commit
4bc462feb9
|
|
@ -47,12 +47,12 @@ public class KitchenStaffInfo extends SysUser {
|
||||||
/** 健康证正面 */
|
/** 健康证正面 */
|
||||||
@Excel(name = "健康证正面")
|
@Excel(name = "健康证正面")
|
||||||
@ApiModelProperty(value = "健康证正面")
|
@ApiModelProperty(value = "健康证正面")
|
||||||
private Long healthCertFrontImg;
|
private String healthCertFrontImg;
|
||||||
|
|
||||||
/** 健康证反面 */
|
/** 健康证反面 */
|
||||||
@Excel(name = "健康证反面")
|
@Excel(name = "健康证反面")
|
||||||
@ApiModelProperty(value = "健康证反面")
|
@ApiModelProperty(value = "健康证反面")
|
||||||
private Long healthCertBackImg;
|
private String healthCertBackImg;
|
||||||
|
|
||||||
/** 营养师证到期时间 */
|
/** 营养师证到期时间 */
|
||||||
@ApiModelProperty(value = "营养师证到期时间")
|
@ApiModelProperty(value = "营养师证到期时间")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue