Sign in

wms / wms_xianyangming · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wms_xianyangming
  • ..
  • domain
  • ShipmentMaterialData.java
  • fix: 叫料功能调整
    898422fa
    pengyongcheng authored
    2024-04-26 10:52:48 +0800  
    Browse Code »
ShipmentMaterialData.java 297 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
package com.huaheng.api.mes.domain;

import lombok.Data;

/**
 * @author 游杰
 */
@Data
public class ShipmentMaterialData {

    /**
     * 物料编码
     */
    private String materialCode;

    /**
     * 是否首件/批,true:是,false:否
     */
    private Boolean firstFlag;
}