VCStackInfo.java
403 Bytes
package com.huaheng.api.wcs.domain;
import lombok.Data;
/***
* @author tongzonghao
*/
@Data
public class VCStackInfo {
/**
* 容器号
*/
private String containerCode;
/**
* 码垛类型
*/
private Integer woodenPalletHeight;
/**
* 码垛类型
*/
private String stackType;
/**
* 二维码数组
*/
private String QRCodet;
}