''
liukangdong
2024-05-23 dc21acf2cd6629abeff5e5c077c90623e2e89cae
server/system_service/src/main/java/com/doumee/dao/system/model/SystemPermission.java
@@ -1,6 +1,7 @@
package com.doumee.dao.system.model;
import com.doumee.core.constants.OperaType;
import com.doumee.core.model.LoginUserModel;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import com.baomidou.mybatisplus.annotation.IdType;
@@ -19,7 +20,7 @@
 */
@Data
@ApiModel("系统权限")
public class SystemPermission implements Serializable {
public class SystemPermission extends LoginUserModel implements Serializable  {
    @TableId(type = IdType.AUTO)
    @ApiModelProperty(value = "主键", example = "1")