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); }