| | |
| | | import com.fasterxml.jackson.databind.ser.std.ToStringSerializer; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/dto/NameIdDTO.class */ |
| | | public class NameIdDTO { |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | @ApiModelProperty("工位id") |
| | |
| | | @ApiModelProperty("工位名称") |
| | | private String name; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/dto/NameIdDTO$NameIdDTOBuilder.class */ |
| | | |
| | | public static class NameIdDTOBuilder { |
| | | private Long id; |
| | | private String name; |