新火炬后端单体项目初始化代码
Houjie
2 天以前 44b18be16f09b1d934ee7bc98a34d8bcf85d050e
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);
}