| | |
| | | package com.doumee.dao.system.model; |
| | | |
| | | import com.doumee.core.constants.OperaType; |
| | | import com.doumee.service.business.third.model.LoginUserModel; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | |
| | | */ |
| | | @Data |
| | | @ApiModel("字典数据") |
| | | public class SystemDictData implements Serializable { |
| | | public class SystemDictData extends LoginUserModel implements Serializable { |
| | | |
| | | @TableId(type = IdType.AUTO) |
| | | @ApiModelProperty(value = "主键", example = "1") |