xuhy
2025-02-28 65c8ab3edc7001ff4a2d392039e30907f8effdbb
1
2
3
4
5
6
7
package com.ruoyi.system.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.system.model.StateProcessExtInstance;
 
public interface StateProcessExtInstanceService extends IService<StateProcessExtInstance> {
}