1 changed files with 24 additions and 0 deletions
@ -0,0 +1,24 @@ |
|||||
|
package org.nl.b_lms.storage_manage.ios.service.iostorInv.dto; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
import org.nl.b_lms.pdm.subpackagerelation.dao.PdmBiSubpackagerelation; |
||||
|
|
||||
|
import java.util.List; |
||||
|
|
||||
|
@Data |
||||
|
public class StructattrQuerry extends PdmBiSubpackagerelation { |
||||
|
private String stor_id; |
||||
|
private String sect_id; |
||||
|
private String material_id; |
||||
|
private String vehicle_type; |
||||
|
private String block_num; |
||||
|
List<String> height; |
||||
|
private String not_in_block_num; |
||||
|
|
||||
|
private List<String> block_in; |
||||
|
|
||||
|
private List<String> not_block; |
||||
|
|
||||
|
|
||||
|
|
||||
|
} |
Loading…
Reference in new issue