You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
udi-wms-java/src/main/java/com/glxp/api/res/basic/EntrustReceResponse.java

63 lines
1.0 KiB
Java

package com.glxp.api.res.basic;
import lombok.Data;
import java.util.Date;
@Data
public class EntrustReceResponse {
private Integer id;
private String action;
private String entrustInv;
private Long entrustUser;
private String userId;
private String entrustAction;
private Date updateTime;
private String remark;
private boolean finishRece;
private String curName;
private String entrustName;
/**
*
*/
private String employeeName;
/**
*
*/
private String entrustInvName;
/**
*
*/
private String curInv;
/**
*
*/
private String curInvName;
/**
*
*/
private String entrustSubInv;
/**
*
*/
private String invWarehouseCode;
/**
*
*/
private String invWarehouseName;
/**
*
*/
private String entrustSubInvName;
}