| | |
| | | |
| | | private Integer mainId; |
| | | |
| | | @ApiModelProperty("操作类型:-1删除,1新增") |
| | | private Integer operationType; |
| | | |
| | | public Integer getId() { |
| | | return id; |
| | | } |
| | |
| | | public void setMainId(Integer mainId) { |
| | | this.mainId = mainId; |
| | | } |
| | | |
| | | public Integer getOperationType() { |
| | | return operationType; |
| | | } |
| | | |
| | | public void setOperationType(Integer operationType) { |
| | | this.operationType = operationType; |
| | | } |
| | | } |
| | |
| | | Row row3 = sheet.getRow(3); |
| | | String productVersion = row3.getCell(5).getStringCellValue(); |
| | | for (int l = 8; l < lastRowNum-1; l++) { |
| | | Cell cellTemp = sheet.getRow(l).getCell(1); |
| | | Cell cellTemp = sheet.getRow(l).getCell(4); |
| | | cellTemp.setCellType(Cell.CELL_TYPE_STRING); |
| | | if(cellTemp.getStringCellValue().equals("")){ |
| | | break; |
| | |
| | | <result column="dwg_url" property="dwgUrl"/> |
| | | <result column="create_date" property="createDate"/> |
| | | <result column="update_date" property="updateDate"/> |
| | | <result column="operation_type" property="operationType"/> |
| | | </collection> |
| | | </resultMap> |
| | | <resultMap id="Map_WorksheetMain2" type="WorksheetMain" extends="Map_WorksheetMain"> |