fix: 生成计划导入修改为手动新增,长宽高导入不成功
| | |
| | | * 长 |
| | | */ |
| | | @ApiModelProperty("长") |
| | | @Excel(name = "长") |
| | | @Excel(name = "长(mm)") |
| | | private Integer length; |
| | | |
| | | /** |
| | | * 宽 |
| | | */ |
| | | @ApiModelProperty("宽") |
| | | @Excel(name = "宽") |
| | | @Excel(name = "宽(mm)") |
| | | private Integer width; |
| | | |
| | | /** |
| | | * 高 |
| | | */ |
| | | @ApiModelProperty("高") |
| | | @Excel(name = "高") |
| | | @Excel(name = "高(mm)") |
| | | private Integer height; |
| | | |
| | | /** |
| | |
| | | entity.setAssignedQuantity(BigDecimal.ZERO); |
| | | entity.setCreateTime(LocalDateTime.now()); |
| | | entity.setUpdateTime(LocalDateTime.now()); |
| | | entity.setDataSourceType(DataSourceTypeEnum.DING_TALK.getCode()); |
| | | entity.setDataSourceType(DataSourceTypeEnum.MANUAL.getCode()); |
| | | |
| | | // 根据物料编码填充关联ID |
| | | if (StringUtils.isNotEmpty(dto.getMaterialCode())) { |