田源
2024-08-23 9e20b9fb77a41cb5b4a6eb6213fc51cab1f0bb91
Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/model/SmFunctionForPlatform1.java
@@ -52,9 +52,9 @@
    private String plsuffixb;
    /**
     * 功能编号
     * 功能编号 TODO:20240822确认平台已经去掉这个字段了,所以表中也删掉了该字段并将这儿注释掉了
     */
    private Integer plmoduleno;
    //private Integer plmoduleno;
    /**
     * 描述
@@ -152,13 +152,13 @@
        this.plsuffixb = plsuffixb == null ? null : plsuffixb.trim();
    }
    public Integer getPlmoduleno() {
    /*public Integer getPlmoduleno() {
        return plmoduleno;
    }
    public void setPlmoduleno(Integer plmoduleno) {
        this.plmoduleno = plmoduleno;
    }
    }*/
    public String getPldesc() {
        return pldesc;
@@ -234,7 +234,7 @@
                ", plsuffixc='" + plsuffixc + '\'' +
                ", plresourceb='" + plresourceb + '\'' +
                ", plsuffixb='" + plsuffixb + '\'' +
                ", plmoduleno=" + plmoduleno +
                //", plmoduleno=" + plmoduleno +
                ", pldesc='" + pldesc + '\'' +
                ", plisvalid=" + plisvalid +
                ", plimage='" + plimage + '\'' +