食堂档口管理员
This commit is contained in:
parent
198abaa8ae
commit
a5256a3cf9
|
|
@ -52,7 +52,7 @@ public class AllocCanteen extends BaseEntity {
|
||||||
/** 负责人 */
|
/** 负责人 */
|
||||||
@Excel(name = "负责人")
|
@Excel(name = "负责人")
|
||||||
@ApiModelProperty(value = "负责人")
|
@ApiModelProperty(value = "负责人")
|
||||||
private Long director;
|
private String director;
|
||||||
|
|
||||||
/** 联系电话 */
|
/** 联系电话 */
|
||||||
@Excel(name = "联系电话")
|
@Excel(name = "联系电话")
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@ public class AllocStall extends BaseEntity {
|
||||||
/** 负责人 */
|
/** 负责人 */
|
||||||
@Excel(name = "负责人")
|
@Excel(name = "负责人")
|
||||||
@ApiModelProperty(value = "负责人")
|
@ApiModelProperty(value = "负责人")
|
||||||
private Long director;
|
private String director;
|
||||||
|
|
||||||
/** 联系电话 */
|
/** 联系电话 */
|
||||||
@Excel(name = "联系电话")
|
@Excel(name = "联系电话")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue