Sign in

wms / wms_changshushengyi · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wms_changshushengyi
  • ..
  • domain
  • VCStackInfo.java
  • feat(商片仓增加视觉接口): 增加接口:传入视觉拍照信息
    947ebbff
    tongzhonghao authored
    2024-03-04 11:32:23 +0800  
    Browse Code »
VCStackInfo.java 403 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
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;

}