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
  • QueryEmptyLocationDto.java
  • feat: 新增空库位查询接口
    9a3e95f4
    pengyongcheng authored
    2024-08-08 08:52:17 +0800  
    Browse Code »
QueryEmptyLocationDto.java 329 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;

import java.io.Serializable;

/**
 * MES查询空库位Dto类
 */
@Data
public class QueryEmptyLocationDto implements Serializable {


    private static final long serialVersionUID = 1148867716183617160L;

    /**
     * 工单号
     */
    private String zoneCode;
}