xuhy
2025-04-03 160b87f6c1b93e5061f9556984c07c9cb45d04a6
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> {
}