fuliqi
2024-11-28 a1fc7e3e337393954a95b5f85c1a3f59d61208c4
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);
}