|
|
@ -115,7 +115,7 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Column(name = "ITEM_STATUS")
|
|
|
|
@Column(name = "ITEM_STATUS")
|
|
|
|
@ApiParam(value = "状态", example = "1")
|
|
|
|
@ApiParam(value = "状态", example = "1")
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.ORDER_DETAILS_STATUS.class, refForeignKey = "value", value = "description")
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.MASTER_ORDER_STATUS.class, refForeignKey = "value", value = "description")
|
|
|
|
private Integer itemStatus;
|
|
|
|
private Integer itemStatus;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|