|
|
|
@ -26,7 +26,7 @@ import java.util.List;
|
|
|
|
|
@Table(name = "MES_QC_CHECK_DATA", indexes = {
|
|
|
|
|
@Index(columnList = "CREATE_DATE_TIME"),
|
|
|
|
|
@Index(columnList = "SN"),
|
|
|
|
|
@Index(columnList = "partNo")
|
|
|
|
|
@Index(columnList = "PART_NO")
|
|
|
|
|
})
|
|
|
|
|
@Api("质量过程检测数据")
|
|
|
|
|
public class MesQcCheckData extends BaseBean {
|
|
|
|
|