Skip to content

POST /dm-store/partMain/queryPartMainList

Content-Type: application/json

触发按钮:无

入参

出参

传递对象:ResultData

前端校验规则

后端逻辑

业务流程:查询物料主数据 -> 筛选未删除且有效物料 -> 返回可用物料列表
├── 查询可用物料列表
│   └── PartMainService.findPartMainList :176
├── 筛选未删除且有效物料
│   └── PartMainServiceImpl.list :703
└── 无结果返回空列表

后端校验规则

涉及数据库表