新火炬后端单体项目初始化代码
zhangherong
4 天以前 900f3f355b01de53475475799c3d9c06a8d48105
src/main/java/org/jeecg/modules/base/service/IFactoryService.java
@@ -50,5 +50,5 @@
     * 查询查询列表
     * @return
     */
    List<Factory> queryProductionLineList();
    List<Factory> queryUserProductionLineList();
}