Sign in

wms / hhwms · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • hhwms
  • ..
  • domain
  • ScpPdaShipmentBean.java
  • fix: 四川立库和agv出入库功能开发;
    9075fbab
    周鸿 authored
    2025-11-07 09:48:25 +0800  
    Browse Code »
ScpPdaShipmentBean.java 327 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
package com.huaheng.api.tv.domain;

import lombok.Data;

import java.math.BigDecimal;

@Data
public class ScpPdaShipmentBean {

    private String containerCode;

    private String materialCode;

    private Integer inventoryId;

    private String inventoryHeaderIds;

    private BigDecimal qty;

    private String port;
}