jar

top.continew : continew-starter-extension-crud-mf

Maven & Gradle

Jun 05, 2024
31 stars

ContiNew Starter 扩展模块 - CRUD(增删改查) - MyBatis Flex ORM 模块

Table Of Contents

Latest Version

Download top.continew : continew-starter-extension-crud-mf JAR file - Latest Versions:

All Versions

Download top.continew : continew-starter-extension-crud-mf JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window continew-starter-extension-crud-mf-2.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

top.continew.starter.extension.crud.model.entity

├─ top.continew.starter.extension.crud.model.entity.BaseCreateDO.class - [JAR]

├─ top.continew.starter.extension.crud.model.entity.BaseDO.class - [JAR]

├─ top.continew.starter.extension.crud.model.entity.BaseIdDO.class - [JAR]

├─ top.continew.starter.extension.crud.model.entity.BaseUpdateDO.class - [JAR]

top.continew.starter.extension.crud.model.query

├─ top.continew.starter.extension.crud.model.query.PageQuery.class - [JAR]

top.continew.starter.extension.crud.converter

├─ top.continew.starter.extension.crud.converter.ExcelBaseEnumConverter.class - [JAR]

top.continew.starter.extension.crud.service.impl

├─ top.continew.starter.extension.crud.service.impl.BaseServiceImpl.class - [JAR]

top.continew.starter.extension.crud.controller

├─ top.continew.starter.extension.crud.controller.BaseController.class - [JAR]

top.continew.starter.extension.crud.model.resp

├─ top.continew.starter.extension.crud.model.resp.PageResp.class - [JAR]

top.continew.starter.extension.crud.service

├─ top.continew.starter.extension.crud.service.BaseService.class - [JAR]

Advertisement