| | |
| | | @ExcelProperty("类型名称") |
| | | private String itemtypename; |
| | | |
| | | @Schema(description = "预测长度") |
| | | @ExcelProperty("预测长度") |
| | | private Integer predictlength; |
| | | |
| | | @Schema(description = "粒度") |
| | | @ExcelProperty("粒度") |
| | | private BigDecimal granularity; |
| | | private Integer granularity; |
| | | |
| | | @Schema(description = "是否融合") |
| | | @ExcelProperty("是否融合") |
| | | private BigDecimal isfuse; |
| | | private Integer isfuse; |
| | | |
| | | @Schema(description = "是否检查") |
| | | @ExcelProperty("是否检查") |
| | | private BigDecimal workchecked; |
| | | private Integer workchecked; |
| | | |
| | | @Schema(description = "模块ID") |
| | | @ExcelProperty("模块ID") |
| | |
| | | |
| | | @Schema(description = "是否启用") |
| | | @ExcelProperty("是否启用") |
| | | private BigDecimal status; |
| | | private Integer status; |
| | | |
| | | @Schema(description = "类别ID") |
| | | @ExcelProperty("类别ID") |