yanghb
2025-01-07 fb9ce21457f9a3326b8253e095319db7fa961007
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> {
}