|
|
@ -38,8 +38,8 @@ import javax.persistence.Version;
|
|
|
|
@Index(columnList = "ORDER_NO"),
|
|
|
|
@Index(columnList = "ORDER_NO"),
|
|
|
|
@Index(columnList = "ITEM_STATUS"),
|
|
|
|
@Index(columnList = "ITEM_STATUS"),
|
|
|
|
@Index(columnList = "SN"),
|
|
|
|
@Index(columnList = "SN"),
|
|
|
|
@Index(columnList = "VENDOR_NO"),
|
|
|
|
//@Index(columnList = "VENDOR_NO"),
|
|
|
|
@Index(columnList = "PACKAGE_NO"),
|
|
|
|
//@Index(columnList = "PACKAGE_NO"),
|
|
|
|
@Index(columnList = "ORGANIZE_CODE")
|
|
|
|
@Index(columnList = "ORGANIZE_CODE")
|
|
|
|
})
|
|
|
|
})
|
|
|
|
@Api("库存移动单条码信息")
|
|
|
|
@Api("库存移动单条码信息")
|
|
|
|