8 changed files with 150 additions and 3 deletions
@ -0,0 +1,17 @@ |
|||
package org.nl.wms.basedata.st.service.dto; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* 空载具参数实体 |
|||
* @Author: lyd |
|||
* @Date: 2025/6/9 |
|||
*/ |
|||
@Data |
|||
public class EmptyVehicleParam implements Serializable { |
|||
private String storagevehicle_code; |
|||
private String struct_code; |
|||
private String storagevehicle_type; |
|||
} |
@ -0,0 +1,71 @@ |
|||
package org.nl.wms.basedata.st.service.vo; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* 空托盘库存vo |
|||
* @Author: lyd |
|||
* @Date: 2025/6/9 |
|||
*/ |
|||
@Data |
|||
public class EmptyVehicleVo implements Serializable { |
|||
private String placement_type; |
|||
private String taskdtl_type; |
|||
private String material_height_type; |
|||
private String stor_id; |
|||
private String stor_type; |
|||
private String xqty; |
|||
private String font_direction_scode; |
|||
private String row_num; |
|||
private String sect_code; |
|||
private String simple_name; |
|||
private String create_id; |
|||
private String in_empty_seq; |
|||
private String height; |
|||
private String is_emptyvehicle; |
|||
private String storagevehicle_qty; |
|||
private String create_time; |
|||
private String yqty; |
|||
private String task_code; |
|||
private String weight; |
|||
private String out_order_seq; |
|||
private String is_used; |
|||
private String storagevehicle_id; |
|||
private String is_zdepth; |
|||
private String back_ground_pic; |
|||
private String storagevehicle_type; |
|||
private String update_optid; |
|||
private String is_tempstruct; |
|||
private String stor_code; |
|||
private String in_order_seq; |
|||
private String zqty; |
|||
private String remark; |
|||
private String capacity; |
|||
private String front_ground_color; |
|||
private String block_num; |
|||
private String update_time; |
|||
private String update_optname; |
|||
private String ext_id; |
|||
private String col_num; |
|||
private String storagevehicle_code; |
|||
private String layer_num; |
|||
private String struct_id; |
|||
private String inv_id; |
|||
private String lock_type; |
|||
private String struct_code; |
|||
private String inv_type; |
|||
private String back_ground_color; |
|||
private String zdepth; |
|||
private String is_delete; |
|||
private String taskdtl_id; |
|||
private String inv_code; |
|||
private String stor_name; |
|||
private String sect_id; |
|||
private String width; |
|||
private String out_empty_seq; |
|||
private String struct_name; |
|||
private String sect_name; |
|||
private String create_name; |
|||
} |
Loading…
Reference in new issue