jar

com.gccloud : gc-starter-extend-field

Maven & Gradle

Jul 18, 2023

后端属性扩展,使用方式: 1、项目需要排除框架默认的本模块 2、项目需要下载该模块源码 3、项目需要在源码中自己扩展对应的表字段 4、项目中引入自己编译好的模块 前端属性扩展:前端暂时属性扩展支持,需要前端进行资源重构

Table Of Contents

Latest Version

Download com.gccloud : gc-starter-extend-field JAR file - Latest Versions:

All Versions

Download com.gccloud : gc-starter-extend-field JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3.x
2.2.x
2.1.x
2.0.x
1.2.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 gc-starter-extend-field-2.3.0.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.gccloud.starter.extend.field.vo

├─ com.gccloud.starter.extend.field.vo.SysAreaVOExtend.class - [JAR]

├─ com.gccloud.starter.extend.field.vo.SysAuditVOExtend.class - [JAR]

├─ com.gccloud.starter.extend.field.vo.SysMenuVOExtend.class - [JAR]

├─ com.gccloud.starter.extend.field.vo.SysNoticeVOExtend.class - [JAR]

├─ com.gccloud.starter.extend.field.vo.SysOrgVOExtend.class - [JAR]

├─ com.gccloud.starter.extend.field.vo.SysPostVOExtend.class - [JAR]

├─ com.gccloud.starter.extend.field.vo.SysRoleVOExtend.class - [JAR]

├─ com.gccloud.starter.extend.field.vo.SysUserVOExtend.class - [JAR]

com.gccloud.starter.extend.field.dto

├─ com.gccloud.starter.extend.field.dto.SysMenuDTOExtend.class - [JAR]

├─ com.gccloud.starter.extend.field.dto.SysOrgDTOExtend.class - [JAR]

├─ com.gccloud.starter.extend.field.dto.SysPostDTOExtend.class - [JAR]

├─ com.gccloud.starter.extend.field.dto.SysRoleDTOExtend.class - [JAR]

├─ com.gccloud.starter.extend.field.dto.SysUserDTOExtend.class - [JAR]

com.gccloud.starter.extend.field.entity

├─ com.gccloud.starter.extend.field.entity.SysMenuEntityExtend.class - [JAR]

├─ com.gccloud.starter.extend.field.entity.SysNoticeEntityExtend.class - [JAR]

├─ com.gccloud.starter.extend.field.entity.SysOrgEntityExtend.class - [JAR]

├─ com.gccloud.starter.extend.field.entity.SysPostEntityExtend.class - [JAR]

├─ com.gccloud.starter.extend.field.entity.SysRoleEntityExtend.class - [JAR]

├─ com.gccloud.starter.extend.field.entity.SysUserEntityExtend.class - [JAR]