|
|
@ -29,8 +29,6 @@ import java.io.Serializable;
|
|
|
|
@Index(columnList = "KP_SN"),
|
|
|
|
@Index(columnList = "KP_SN"),
|
|
|
|
@Index(columnList = "CREATE_DATE_TIME"),
|
|
|
|
@Index(columnList = "CREATE_DATE_TIME"),
|
|
|
|
@Index(columnList = "ITEM_PART_NO")
|
|
|
|
@Index(columnList = "ITEM_PART_NO")
|
|
|
|
}, uniqueConstraints = {
|
|
|
|
|
|
|
|
@UniqueConstraint(columnNames = {"ORGANIZE_CODE", "SERIAL_NUMBER", "KP_SN"})
|
|
|
|
|
|
|
|
})
|
|
|
|
})
|
|
|
|
@Api("产品绑定记录表")
|
|
|
|
@Api("产品绑定记录表")
|
|
|
|
public class MesProdBindRecord extends BaseBean implements Serializable {
|
|
|
|
public class MesProdBindRecord extends BaseBean implements Serializable {
|
|
|
|