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
  • StackPoint.java
  • 商片包装AGV拍照上传任务接口
    b69e2a5d
    tongzhonghao authored
    2023-06-16 17:09:59 +0800  
    Browse Code ยป
StackPoint.java 274 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
package com.huaheng.api.acs.domain;

import lombok.Data;

import java.math.BigDecimal;

/***
 * @author tongzonghao
 *
 */
@Data
public class StackPoint {

    private String materialCode;
    private BigDecimal qty;
    private String lot;
    private Integer position;

}