MES_PROD_BIND_RECORD添加mdt索引

yun-zuoyi
wynne1005 5 years ago
parent 6440fd2dfe
commit 79fb42e149

@ -28,6 +28,7 @@ import java.io.Serializable;
@Index(columnList = "SERIAL_NUMBER"),
@Index(columnList = "KP_SN"),
@Index(columnList = "CREATE_DATE_TIME"),
@Index(columnList = "MODIFY_DATE_TIME"),
@Index(columnList = "ITEM_PART_NO")
})
@Api("产品绑定记录表")

Loading…
Cancel
Save