公告板
版本库
活动
搜索
登录
java
/
tuzhengguanli
土征管理
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat: 版本1功能交付
yanghb
2024-12-17
1287337fd0b0c156ec79712f9a600ebeffefe3a6
[java/tuzhengguanli.git]
/
land-system
/
src
/
main
/
java
/
com
/
zzg
/
system
/
service
/
state
/
StateProcessExtInstanceService.java
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> {
}