yanghb
2024-12-24 e3cf8e216328e113d7cf05cba34f5a0af3865338
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.StateProcessExtInstance;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface StateProcessExtInstanceMapper extends BaseMapper<StateProcessExtInstance> {
}