负责人

This commit is contained in:
sxu 2025-04-08 11:14:59 +08:00
parent 6311049f76
commit 1019fad136
3 changed files with 9 additions and 9 deletions

View File

@ -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;
/** 联系电话 */ /** 联系电话 */

View File

@ -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;
/** 联系电话 */ /** 联系电话 */

View File

@ -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;
/** 联系电话 */ /** 联系电话 */