| | |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | import javax.persistence.Column; |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | |
| | | @PropertyDef(label = "货位代码") |
| | | private String hwdm; |
| | | |
| | | @PropertyDef(label = "统一货位编码" ) |
| | | private String tyhwbm; |
| | | |
| | | @PropertyDef(label = "业务类型", description = "2:入库(默认)") |
| | | private String ywlx = "2"; |
| | |
| | | private String klyy; |
| | | |
| | | @PropertyDef(label = "现场扣量(公斤)") |
| | | @Column(name = "xckl") |
| | | private Double xckl; |
| | | |
| | | @PropertyDef(label = "增扣价(公斤)") |