package com.zy.asrs.entity.param; import lombok.Data; @Data public class Review { // 库位号 private String locNo; // 用户码 private String userId; // 通道号 private String channel; // PACK条码 private String barcode; // 请求时间, yyyy-MM-dd HH:mm:ss private String requestTime; // 测试结果,OK/NG private String testResult; private String pause; }