|
|
@ -68,6 +68,10 @@ public class WmsMoveMaster extends BaseBean {
|
|
|
|
@ApiParam(value = "车牌号")
|
|
|
|
@ApiParam(value = "车牌号")
|
|
|
|
private String carNo;
|
|
|
|
private String carNo;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "DRIVER_NO")
|
|
|
|
|
|
|
|
@ApiParam("司机")
|
|
|
|
|
|
|
|
public String driverNo;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "BUSI_TYPE_CODE")
|
|
|
|
@Column(name = "BUSI_TYPE_CODE")
|
|
|
|
@ApiParam(value = "业务类型编码")
|
|
|
|
@ApiParam(value = "业务类型编码")
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.OUT_MOVEMENT_BUSI_TYPE.class, refForeignKey = "value", value = "description")
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.OUT_MOVEMENT_BUSI_TYPE.class, refForeignKey = "value", value = "description")
|
|
|
|