xiangpei
2025-04-10 0bb6071f92b2d26ae23c225bf4db8593a328a22f
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);
}