|
|
|
@ -26,6 +26,7 @@ import java.math.BigDecimal;
|
|
|
|
|
@DynamicUpdate
|
|
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
|
|
@Table(name = "MES_PRODUCE_SN", indexes = {
|
|
|
|
|
@Index(columnList = "SERIAL_NUMBER"),
|
|
|
|
|
@Index(columnList = "PRODUCT_SN"),
|
|
|
|
|
@Index(columnList = "CREATE_DATE_TIME"),
|
|
|
|
|
@Index(columnList = "PART_NO"),
|
|
|
|
|