Sign in

wms / wms_shandonghaiwang · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wms_shandonghaiwang
  • ..
  • dto
  • ReceiptPrint.java
  • feat:优化蓝牙打印入库物料明细接口:入库单号字段为code,条码为sn,条码和入库单号不能同时为空,也不能同时有值,入库单查询不到再去历史单据查询
    fc1475f3
    易文鹏 authored
    2024-06-06 15:58:47 +0800  
    Browse Dir »
ReceiptPrint.java 188 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
package com.huaheng.api.mes.dto;

import io.swagger.annotations.ApiModelProperty;
import lombok.Data;

@Data
public class ReceiptPrint {

    private String code;
    private String sn;
}