lyh
2025-03-17 cf7d913ff24fce658f72cb996d056ccdaf1b96e0
lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/entity/UserRole.java
@@ -1,6 +1,7 @@
package org.jeecg.modules.dncFlow.entity;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
@@ -9,7 +10,7 @@
@Data
@TableName("sys_role")
public class UserRole implements Serializable {
    @TableField("id")
    @TableId(value = "id")
    private String id;
    @TableField("role_name")
    private String roleName;