yanghb
2024-12-17 1287337fd0b0c156ec79712f9a600ebeffefe3a6
1
2
3
4
5
6
7
package com.zzg.system.service.state;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zzg.common.core.domain.entity.state.StateProcessExtInstance;
 
public interface StateProcessExtInstanceService extends IService<StateProcessExtInstance> {
}