zxl
2025-03-14 23b688e436a89845e92d861adb5875e625e90d9f
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);
}