|
|
@ -36,17 +36,17 @@ import java.util.List;
|
|
|
|
@Table(name = "WMS_STOCK_SN", indexes = {
|
|
|
|
@Table(name = "WMS_STOCK_SN", indexes = {
|
|
|
|
@Index(columnList = "PACKAGE_NO"),
|
|
|
|
@Index(columnList = "PACKAGE_NO"),
|
|
|
|
@Index(columnList = "PART_NO"),
|
|
|
|
@Index(columnList = "PART_NO"),
|
|
|
|
@Index(columnList = "REF_SRC"),
|
|
|
|
//@Index(columnList = "REF_SRC"),
|
|
|
|
@Index(columnList = "SN"),
|
|
|
|
@Index(columnList = "SN"),
|
|
|
|
@Index(columnList = "SN_2D"),
|
|
|
|
//@Index(columnList = "SN_2D"),
|
|
|
|
@Index(columnList = "WH_NO"),
|
|
|
|
//@Index(columnList = "WH_NO"),
|
|
|
|
@Index(columnList = "ZONE_NO"),
|
|
|
|
@Index(columnList = "ZONE_NO"),
|
|
|
|
@Index(columnList = "LOCATE_NO"),
|
|
|
|
@Index(columnList = "LOCATE_NO"),
|
|
|
|
@Index(columnList = "LOT_NO"),
|
|
|
|
//@Index(columnList = "LOT_NO"),
|
|
|
|
@Index(columnList = "FIX_LOT_NO"),
|
|
|
|
//@Index(columnList = "FIX_LOT_NO"),
|
|
|
|
@Index(columnList = "DATE_CODE"),
|
|
|
|
//@Index(columnList = "DATE_CODE"),
|
|
|
|
@Index(columnList = "VENDOR_NO"),
|
|
|
|
//@Index(columnList = "VENDOR_NO"),
|
|
|
|
@Index(columnList = "ORGANIZE_CODE")
|
|
|
|
//@Index(columnList = "ORGANIZE_CODE")
|
|
|
|
})
|
|
|
|
})
|
|
|
|
@DynamicInsert
|
|
|
|
@DynamicInsert
|
|
|
|
@DynamicUpdate
|
|
|
|
@DynamicUpdate
|
|
|
|