|
|
@ -114,7 +114,7 @@ public class WmsPOMasterDetails extends BaseBean {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Column(name = "ITEM_STATUS")
|
|
|
|
@Column(name = "ITEM_STATUS")
|
|
|
|
@ApiParam("状态")
|
|
|
|
@ApiParam("状态")
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.MASTER_ORDER_STATUS.class, refForeignKey = "value", value = "description")
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.ORDER_DETAILS_STATUS.class, refForeignKey = "value", value = "description")
|
|
|
|
private Integer itemStatus;
|
|
|
|
private Integer itemStatus;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "SNP", columnDefinition = "decimal(18,8)")
|
|
|
|
@Column(name = "SNP", columnDefinition = "decimal(18,8)")
|
|
|
|