| | |
| | | private String plsuffixb; |
| | | |
| | | /** |
| | | * 功能编号 |
| | | * 功能编号 TODO:20240822确认平台已经去掉这个字段了,所以表中也删掉了该字段并将这儿注释掉了 |
| | | */ |
| | | private Integer plmoduleno; |
| | | //private Integer plmoduleno; |
| | | |
| | | /** |
| | | * 描述 |
| | |
| | | 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; |
| | |
| | | ", plsuffixc='" + plsuffixc + '\'' + |
| | | ", plresourceb='" + plresourceb + '\'' + |
| | | ", plsuffixb='" + plsuffixb + '\'' + |
| | | ", plmoduleno=" + plmoduleno + |
| | | //", plmoduleno=" + plmoduleno + |
| | | ", pldesc='" + pldesc + '\'' + |
| | | ", plisvalid=" + plisvalid + |
| | | ", plimage='" + plimage + '\'' + |