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
  • ShipmentMoCode.java
  • fix: SN跟踪信息;根据工作令批量出库;
    14ad307f
    周鸿 authored
    2025-01-16 13:27:52 +0800  
    Browse Dir »
ShipmentMoCode.java 314 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.pc.shipment.shippingCombination.domain;

import com.huaheng.framework.web.domain.BaseEntity;
import lombok.Data;

/**
 * 组盘实体层
 * @author ricard
 * @date   2019.8.14
 */
@Data
public class ShipmentMoCode extends BaseEntity {

   private String headerIds;

   private String moCode;
}