symes-api/mes-service-api/mes-production-manage-api/ReadMe.md

30 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

mes-Production-manage-api : MES生产接口模块
1.路径包说明:
src/main/java/com/juyuansoft/system/api : 生产业务接口相关类文件包
src/main/java/com/juyuansoft/system/entity : 生产接口相关实体类文件包
src/main/java/resources/mybatis/vo : 生产临时实体返回类文件包
2. 生产接口类说明:
ProductionProcedureApi : 产线,MES工序,设备关联接口
Method :
add : 新增数据
delete : 删除数据(物理删除)
update : 更新数据
detail : 根据ID查询数据
list : 分页查询数据
seachProductList : 根据工艺路线查询产线
ProductionProcedure : 产线,MES工序,设备关联类
ProductionSpareApi : 产线备料区接口
Method :
add : 新增数据
delete : 删除数据(物理删除)
update : 更新数据
detail : 根据ID查询数据
list : 分页查询数据
ProductionSpare : 产线备料区类