yangys
2024-05-11 522dafb06be3374f27d087c370bcf06027e0f1cc
smart-man-boot/src/main/java/com/qianwen/smartman/modules/dnc/dto/TransferDirectoryGroupDto.java
@@ -3,7 +3,6 @@
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/dnc/dto/TransferDirectoryGroupDto.class */
public class TransferDirectoryGroupDto implements Serializable {
    @ApiModelProperty("工位组id")
    private Long workStationGroupId;
@@ -81,7 +80,7 @@
        this.workStationGroupName = workStationGroupName;
    }
    /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/dnc/dto/TransferDirectoryGroupDto$TransferDirectoryGroupDtoBuilder.class */
    public static class TransferDirectoryGroupDtoBuilder {
        private Long workStationGroupId;
        private Long workStationGroupParentId;