Mr.Shi
2023-09-01 ac3fc3be76c0ca72177229f481768d611714fa0d
server/src/main/java/doumeemes/dao/business/dto/statistics/RecordLogModel.java
@@ -27,4 +27,6 @@
    private String materialCode;
    @ApiModelProperty(value = "物料名称")
    private String materialName;
    @ApiModelProperty(value = "工序名称")
    private String procedureName;
}