|
|
|
@ -34,7 +34,8 @@ import javax.persistence.Table;
|
|
|
|
|
@Index(columnList = "BATCH_NO"),
|
|
|
|
|
@Index(columnList = "STOCK_SN"),
|
|
|
|
|
@Index(columnList = "PART_NO"),
|
|
|
|
|
@Index(columnList = "SERIAL_SN")
|
|
|
|
|
@Index(columnList = "SERIAL_SN"),
|
|
|
|
|
@Index(columnList = "ORGANIZE_CODE")
|
|
|
|
|
})
|
|
|
|
|
@DynamicInsert
|
|
|
|
|
@DynamicUpdate
|
|
|
|
|