负责人
This commit is contained in:
parent
6311049f76
commit
1019fad136
|
|
@ -35,9 +35,9 @@ public class AllocArea extends BaseEntity {
|
||||||
@ApiModelProperty(value = "上级区域id")
|
@ApiModelProperty(value = "上级区域id")
|
||||||
private Long parentId;
|
private Long parentId;
|
||||||
|
|
||||||
/** 负责人id */
|
/** 负责人 */
|
||||||
@Excel(name = "负责人id")
|
@Excel(name = "负责人")
|
||||||
@ApiModelProperty(value = "负责人id")
|
@ApiModelProperty(value = "负责人")
|
||||||
private String director;
|
private String director;
|
||||||
|
|
||||||
/** 联系电话 */
|
/** 联系电话 */
|
||||||
|
|
|
||||||
|
|
@ -39,9 +39,9 @@ public class AllocCanteen extends BaseEntity {
|
||||||
@ApiModelProperty(value = "食堂业务类型 1-食堂 2-超市")
|
@ApiModelProperty(value = "食堂业务类型 1-食堂 2-超市")
|
||||||
private Integer canteenType;
|
private Integer canteenType;
|
||||||
|
|
||||||
/** 负责人id */
|
/** 负责人 */
|
||||||
@Excel(name = "负责人id")
|
@Excel(name = "负责人")
|
||||||
@ApiModelProperty(value = "负责人id")
|
@ApiModelProperty(value = "负责人")
|
||||||
private Long director;
|
private Long director;
|
||||||
|
|
||||||
/** 联系电话 */
|
/** 联系电话 */
|
||||||
|
|
|
||||||
|
|
@ -49,9 +49,9 @@ public class AllocStall extends BaseEntity {
|
||||||
@ApiModelProperty(value = "第三方档口id")
|
@ApiModelProperty(value = "第三方档口id")
|
||||||
private String thirdStallId;
|
private String thirdStallId;
|
||||||
|
|
||||||
/** 负责人id */
|
/** 负责人 */
|
||||||
@Excel(name = "负责人id")
|
@Excel(name = "负责人")
|
||||||
@ApiModelProperty(value = "负责人id")
|
@ApiModelProperty(value = "负责人")
|
||||||
private Long director;
|
private Long director;
|
||||||
|
|
||||||
/** 联系电话 */
|
/** 联系电话 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue