doum
2025-09-19 d8c6b9f7dac473ca1684eff210e29f2c83bff8e7
server/system_service/src/main/java/com/doumee/dao/system/model/SystemUserRole.java
@@ -1,5 +1,6 @@
package com.doumee.dao.system.model;
import com.doumee.service.business.third.model.LoginUserModel;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import com.baomidou.mybatisplus.annotation.IdType;
@@ -16,7 +17,7 @@
 */
@Data
@ApiModel("用户角色关联")
public class SystemUserRole implements Serializable {
public class SystemUserRole extends LoginUserModel implements Serializable {
    @ApiModelProperty(value = "主键", example = "1")
    @TableId(type = IdType.AUTO)