huliguo
2025-06-18 60e726c81966b042db4f7b108d06bd36109794de
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/pojo/config/QuickEntry.java
@@ -86,6 +86,12 @@
    @TableField("jump_type")
    private Integer jumpType;
    /**
     * 小程序appid
     */
    @TableField("appid")
    private String appid;
    @Override
    protected Serializable pkVal() {
        return this.entryId;