| 程序包 | 说明 |
|---|---|
| com.ags.mes.server.api.domain | |
| com.ags.mes.server.api.service | |
| com.ags.mes.server.api.service.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
Operation |
RouteStep.getOperation() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Operation> |
Route.getOperations() |
| 限定符和类型 | 方法和说明 |
|---|---|
RouteStep |
Route.addStep(Operation operationObject) |
| 限定符和类型 | 方法和说明 |
|---|---|
Operation |
IOperationService.getByName(String name)
根据名称查询工序
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Operation> |
IOperationService.getByNameWithFuzzy(String name)
根据名称进行模糊查询
|
List<Operation> |
IOperationService.getOperations(long routeId)
获取工艺下所有的工序
|
| 限定符和类型 | 方法和说明 |
|---|---|
Operation |
OperationService.getByName(String name) |
Operation |
OperationService.save(Operation obj) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Operation> |
OperationService.getByNameWithFuzzy(String name) |
List<Operation> |
OperationService.getOperations(long routeId) |
| 限定符和类型 | 方法和说明 |
|---|---|
Operation |
OperationService.save(Operation obj) |
Copyright © 2019. All rights reserved.