xuhy
2025-02-26 a4b961262680c1bc4ed47a423dfc43c986062769
1
2
3
4
5
6
7
package com.ruoyi.system.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.system.model.StateProcessInstanceAction;
 
public interface StateProcessInstanceActionMapper extends BaseMapper<StateProcessInstanceAction> {
}