xiangpei
2025-04-07 80662b34fe93b4ede00c7fc03fbd9f01355c94e2
business/src/main/java/com/ycl/mapper/FlowableTypeMapper.java
@@ -4,8 +4,10 @@
import com.ycl.domain.entity.FlowableType;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface FlowableTypeMapper extends BaseMapper<FlowableType> {
    List<FlowableType> selectTypeList(FlowableType flowableType);
}