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.
54 lines
900 B
Java
54 lines
900 B
Java
package com.glxp.mipsdl.entity.scpwxyy;
|
|
|
|
import java.math.BigDecimal;
|
|
import java.util.Date;
|
|
import lombok.AllArgsConstructor;
|
|
import lombok.Builder;
|
|
import lombok.Data;
|
|
import lombok.NoArgsConstructor;
|
|
|
|
@Data
|
|
@Builder
|
|
@AllArgsConstructor
|
|
@NoArgsConstructor
|
|
public class A007 {
|
|
private String inventorycode;
|
|
|
|
private String productid;
|
|
|
|
private String batchno;
|
|
|
|
private String inventoryname;
|
|
|
|
private String warehousecode;
|
|
|
|
private String warehousename;
|
|
|
|
private Date productdate;
|
|
|
|
private Date expiredate;
|
|
|
|
private Long count;
|
|
|
|
private String productname;
|
|
|
|
private String standard;
|
|
|
|
private String bzgg;
|
|
|
|
private String packunit;
|
|
|
|
private BigDecimal prepnspec;
|
|
|
|
private String prepnunit;
|
|
|
|
private String measname;
|
|
|
|
private String registerno;
|
|
|
|
private String manufactory;
|
|
|
|
private String supid;
|
|
|
|
private String supname;
|
|
} |