新火炬后端单体项目初始化代码
Houjie
10 天以前 a89bc32ac906ba535feae041fba5ae2b9adce9d9
src/main/java/org/jeecg/modules/base/mapper/ShiftMapper.java
@@ -14,4 +14,5 @@
 */
public interface ShiftMapper extends BaseMapper<Shift> {
    List<Shift> selectShiftListByFactoryId(String factoryId);
}