gongchunyi
6 小时以前 bc116c55a44bc344e5575b5bdd4c2591bc0475aa
src/main/java/com/ruoyi/production/dto/BomImportDto.java
@@ -8,23 +8,11 @@
@Data
public class BomImportDto {
    @Excel(name = "父项产品编号")
    @Excel(name = "编号")
    private String code;
    @Excel(name = "父项编号")
    private String parentCode;
    @Excel(name = "父项产品名称")
    private String parentName;
    @Excel(name = "父项产品规格")
    private String parentSpec;
    @Excel(name = "子项产品编号")
    private String childCode;
    @Excel(name = "子项产品名称")
    private String childName;
    @Excel(name = "子项产品规格")
    private String childSpec;
    @Excel(name = "单位用量")
    private BigDecimal unitQty;