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
  • AGVCallParam.java
  • 玻璃布请求空托盘添加唯一id
    230a9348
    tongzhonghao authored
    2023-12-12 09:25:09 +0800  
    Browse Code ยป
AGVCallParam.java 300 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
package com.huaheng.api.acs.domain;

import lombok.Data;

/***
 * @author tongzonghao
 */
@Data
public class AGVCallParam {
    private String zoneCode;
    private int area;
    private Integer containerType;
    private String port;
    private String warehouseCode;
    private Integer taskId;

}