yanghb
2024-12-17 1287337fd0b0c156ec79712f9a600ebeffefe3a6
1
2
3
4
5
6
7
8
9
package com.zzg.system.mapper.state;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.zzg.common.core.domain.entity.state.StateProcessModule;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface StateProcessModuleMapper extends BaseMapper<StateProcessModule> {
}