程序包 | 说明 |
---|---|
com.ags.mes.server.api.domain | |
com.ags.mes.server.api.domain.report | |
com.ags.mes.server.api.handler | |
com.ags.mes.server.api.service | |
com.ags.mes.server.api.service.impl |
限定符和类型 | 类和说明 |
---|---|
class |
Lot |
class |
PackageInstance |
class |
Unit |
限定符和类型 | 类和说明 |
---|---|
class |
UnqualifiedWIPWrapper<T extends WIP<?>> |
限定符和类型 | 方法和说明 |
---|---|
List<MPIWrapper> |
IMPIHandler.getByWIP(WIP<?> wip,
long routeStepId) |
void |
IDataAcquisitionResultHandler.saveDataAcquisitionResult(DataAcquisitionResultEntity bean,
WIP<?> wip,
String workStationName) |
限定符和类型 | 接口和说明 |
---|---|
interface |
IWIPService<DATA extends WIP<?>> |
限定符和类型 | 方法和说明 |
---|---|
<T extends WIPEntity> |
IUnqualifiedRateReportService.getWip(long findStationId,
long completeStationId,
String orderNum,
String sn)
不良率报表中根据相关搜索条件查询不良和报废的Unit和Lot
|
限定符和类型 | 方法和说明 |
---|---|
void |
IDataAcquisitionResultService.addTestDataAcquisition(Map<String,String> result,
WIP<?> wip,
WorkStation workStation)
记录测试站返回的测试结果,如果已有记录则覆盖之
|
void |
IQualityTagService.closeQtag(QualityTag qTag,
WorkStation currentWorkStation,
WIP<?> wip,
RouteStep step) |
List<Note> |
INoteService.getByWip(WIP<?> wip)
查询wip的备注列表
|
List<MPIWrapper> |
IMPIService.getByWIP(WIP<?> wip,
long routeStepId)
查询wip在当前工艺步骤上的mpi信息,包含工单,产线和生产定义中对应工艺步骤上的mpi
|
Note |
INoteService.getByWipAndStation(WIP<?> wip,
long curStationId)
根据wip,workstation以及userID查找一条Note数据
|
void |
IDataAcquisitionResultService.saveDataAcquisitionResult(DataAcquisitionDetail bean,
WIP<?> wip,
String workStationName)
保存在制品在站位上的数据收集结果
|
void |
INoteService.saveMark(WIP<?> wip,
long curStationId,
long currentStepId,
String markContent)
给wip在对应的工艺步骤,工作站上添加一个备注信息
|
void |
INoteService.saveMark(WIP<?> wip,
long curStationId,
long currentStepId,
String markContent,
long operatorId)
给wip在对应的工艺步骤,工作站上添加一个备注信息
|
限定符和类型 | 类和说明 |
---|---|
class |
WIPService<DATA extends WIP<E>,E extends WIPEntity> |
限定符和类型 | 方法和说明 |
---|---|
<T extends WIPEntity> |
UnqualifiedRateReportService.getWip(long findStationId,
long completeStationId,
String orderNum,
String sn)
不良率报表中根据相关搜索条件查询不良和报废的Unit和Lot
|
限定符和类型 | 方法和说明 |
---|---|
void |
DataAcquisitionResultService.addTestDataAcquisition(Map<String,String> result,
WIP<?> unit,
WorkStation workStation) |
void |
QualityTagService.closeQtag(QualityTag qTag,
WorkStation currentWorkStation,
WIP<?> wip,
RouteStep step) |
List<Note> |
NoteService.getByWip(WIP<?> wip) |
List<MPIWrapper> |
MPIService.getByWIP(WIP<?> wip,
long routeStepId) |
Note |
NoteService.getByWipAndStation(WIP<?> wip,
long curStationId) |
void |
DataAcquisitionResultService.saveDataAcquisitionResult(DataAcquisitionDetail bean,
WIP<?> wip,
String workStationName) |
void |
NoteService.saveMark(WIP<?> wip,
long curStationId,
long currentStepId,
String markContent) |
void |
NoteService.saveMark(WIP<?> wip,
long curStationId,
long currentStepId,
String markContent,
long operator) |
Copyright © 2019. All rights reserved.