|
|
@ -22,7 +22,11 @@ import java.io.Serializable;
|
|
|
|
@DynamicInsert
|
|
|
|
@DynamicInsert
|
|
|
|
@DynamicUpdate
|
|
|
|
@DynamicUpdate
|
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
|
@Table(name = "MES_PACKAGE_DETAIL", indexes = {@Index(columnList = "PACKAGE_NO")
|
|
|
|
@Table(name = "MES_PACKAGE_DETAIL", indexes = {
|
|
|
|
|
|
|
|
@Index(columnList = "PACKAGE_NO"),
|
|
|
|
|
|
|
|
@Index(columnList = "SERIAL_NUMBER"),
|
|
|
|
|
|
|
|
@Index(columnList = "PART_NO"),
|
|
|
|
|
|
|
|
@Index(columnList = "PACKAGE_NO2")
|
|
|
|
}, uniqueConstraints = {
|
|
|
|
}, uniqueConstraints = {
|
|
|
|
@UniqueConstraint(columnNames = {"ORGANIZE_CODE", "PACKAGE_NO", "SERIAL_NUMBER"})
|
|
|
|
@UniqueConstraint(columnNames = {"ORGANIZE_CODE", "PACKAGE_NO", "SERIAL_NUMBER"})
|
|
|
|
})
|
|
|
|
})
|
|
|
|