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
  • 修复解锁站台报错问题 ...
    c23109ff
    增加 ACS呼叫空托盘接口0
    tongzhonghao authored
    2023-05-13 10:54:44 +0800  
    Browse Code »
AGVCallParam.java 247 Bytes
Edit Raw Blame History
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 int area;
    private Integer containerType;
    private String port;
    private String warehouseCode;

}