bug
jiangping
2023-12-06 1f4e7d0f73a73e7350cf5a1df279d5f30904c5d5
server/src/main/java/doumeemes/dao/ext/vo/BomExtListVO.java
@@ -60,8 +60,8 @@
    @ExcelColumn(name="公司级组织编码(关联department表)")
    private Integer departId;
    @ApiModelProperty(value = "物料ID(关联material表)", example = "1")
    @ExcelColumn(name="物料ID(关联material表)")
    @ApiModelProperty(value = "物料ID(该字段关联 material_distribute 表ID !!!! )", example = "1")
    @ExcelColumn(name="物料ID(关联material_distribute表)")
    private Integer materialId;
    @ApiModelProperty(value = "版本号")
@@ -157,5 +157,6 @@
    @ApiModelProperty(value = "工序名称")
    private String procedureName;
    @ApiModelProperty(value = "material id")
    private Integer realMaterialId;
}