食堂档口管理员

This commit is contained in:
sxu 2025-04-17 20:27:42 +08:00
parent 198abaa8ae
commit a5256a3cf9
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ public class AllocCanteen extends BaseEntity {
/** 负责人 */
@Excel(name = "负责人")
@ApiModelProperty(value = "负责人")
private Long director;
private String director;
/** 联系电话 */
@Excel(name = "联系电话")

View File

@ -68,7 +68,7 @@ public class AllocStall extends BaseEntity {
/** 负责人 */
@Excel(name = "负责人")
@ApiModelProperty(value = "负责人")
private Long director;
private String director;
/** 联系电话 */
@Excel(name = "联系电话")