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
  • WaiguanShipmentDomain.java
  • 剪切线wcs需要接口
    c66ea611
    周鸿 authored
    2023-04-11 11:16:34 +0800  
    Browse Code »
WaiguanShipmentDomain.java 279 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package com.huaheng.api.wcs.domain;

import lombok.Data;

/**
 * 任务完成和重入实体类
 * Created by Enzo Cotter on 2019/10/15.
 */
@Data
public class WaiguanShipmentDomain {

    // 托盘号
    private String containerCode;

    // 站台
    private String port;

}