old mode 100644
new mode 100755
| | |
| | | @ExcelProperty("国标ID") |
| | | private String gbId; |
| | | |
| | | @ExcelProperty("平台ID") |
| | | private String platformId; |
| | | |
| | | @ExcelProperty("目录ID") |
| | | private String catalogId; |
| | | |
| | | @ExcelProperty("在线状态") |
| | | private boolean status; |
| | | |
| | | public String getName() { |
| | | return name; |
| | | } |
| | |
| | | public void setGbId(String gbId) { |
| | | this.gbId = gbId; |
| | | } |
| | | |
| | | |
| | | public String getPlatformId() { |
| | | return platformId; |
| | | } |
| | | |
| | | public void setPlatformId(String platformId) { |
| | | this.platformId = platformId; |
| | | } |
| | | |
| | | public String getCatalogId() { |
| | | return catalogId; |
| | | } |
| | | |
| | | public void setCatalogId(String catalogId) { |
| | | this.catalogId = catalogId; |
| | | } |
| | | |
| | | public boolean isStatus() { |
| | | return status; |
| | | } |
| | | |
| | | public boolean getStatus() { |
| | | return status; |
| | | } |
| | | |
| | | public void setStatus(boolean status) { |
| | | this.status = status; |
| | | } |
| | | } |