xuhy
2025-03-21 caf16de448a4635c36b7c84c07a6e0ee68c0f65c
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> {
}