add 成品入库开发
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user