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