yupeng
2025-03-13 96a7015065775e5c3bc3d6458b86b28ad7bfb46b
1
2
3
4
5
6
7
8
9
package com.ruoyi.system.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.system.model.StateProcessModule;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface StateProcessModuleMapper extends BaseMapper<StateProcessModule> {
}