1. 替换原始 code 签名

2. 服务与模块生成器,支持指定起始端口批量端口分配
This commit is contained in:
chenbowen
2025-09-02 10:15:16 +08:00
parent 287f4bbd7e
commit e99da38fd4
778 changed files with 876 additions and 801 deletions

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* 岗位 Response DTO
*
* @author 芋道源码
* @author ZT
*/
@Schema(description = "RPC 服务 - 岗位 Response DTO")
@Data

View File

@@ -10,7 +10,7 @@ import java.time.LocalDateTime;
* 小程序订单上传购物详情
*
* @see <a href="https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/shopping-order/normal-shopping-detail/uploadShoppingInfo.html">上传购物详情</a>
* @author 芋道源码
* @author ZT
*/
@Data
public class SocialWxaOrderNotifyConfirmReceiveReqDTO {

View File

@@ -8,7 +8,7 @@ import lombok.Data;
* 小程序订单上传购物详情
*
* @see <a href="https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/shopping-order/normal-shopping-detail/uploadShoppingInfo.html">上传购物详情</a>
* @author 芋道源码
* @author ZT
*/
@Data
public class SocialWxaOrderUploadShippingInfoReqDTO {

View File

@@ -5,7 +5,7 @@ import cn.iocoder.yudao.framework.common.enums.RpcConstants;
/**
* API 相关的枚举
*
* @author 芋道源码
* @author ZT
*/
public class ApiConstants {

View File

@@ -3,7 +3,7 @@ package cn.iocoder.yudao.module.system.enums;
/**
* System 字典类型的枚举类
*
* @author 芋道源码
* @author ZT
*/
public interface DictTypeConstants {

View File

@@ -4,7 +4,7 @@ package cn.iocoder.yudao.module.system.enums;
* System 操作日志枚举
* 目的:统一管理,也减少 Service 里各种“复杂”字符串
*
* @author 芋道源码
* @author ZT
*/
public interface LogRecordConstants {

View File

@@ -6,7 +6,7 @@ import lombok.Getter;
/**
* 性别的枚举值
*
* @author 芋道源码
* @author ZT
*/
@Getter
@AllArgsConstructor

View File

@@ -6,7 +6,7 @@ import lombok.Getter;
/**
* 通知类型
*
* @author 芋道源码
* @author ZT
*/
@Getter
@AllArgsConstructor

View File

@@ -3,7 +3,7 @@ package cn.iocoder.yudao.module.system.enums.oauth2;
/**
* OAuth2.0 客户端的通用枚举
*
* @author 芋道源码
* @author ZT
*/
public interface OAuth2ClientConstants {

View File

@@ -7,7 +7,7 @@ import lombok.Getter;
/**
* OAuth2 授权类型(模式)的枚举
*
* @author 芋道源码
* @author ZT
*/
@AllArgsConstructor
@Getter

View File

@@ -11,7 +11,7 @@ import java.util.Arrays;
*
* 用于实现数据级别的权限
*
* @author 芋道源码
* @author ZT
*/
@Getter
@AllArgsConstructor

View File

@@ -6,7 +6,7 @@ import lombok.Getter;
/**
* 菜单类型枚举类
*
* @author 芋道源码
* @author ZT
*/
@Getter
@AllArgsConstructor

View File

@@ -6,7 +6,7 @@ import lombok.Getter;
/**
* 短信的接收状态枚举
*
* @author 芋道源码
* @author ZT
* @date 2021/2/1 13:39
*/
@Getter

View File

@@ -10,7 +10,7 @@ import java.util.Arrays;
/**
* 用户短信验证码发送场景的枚举
*
* @author 芋道源码
* @author ZT
*/
@Getter
@AllArgsConstructor

View File

@@ -6,7 +6,7 @@ import lombok.Getter;
/**
* 短信的模板类型枚举
*
* @author 芋道源码
* @author ZT
*/
@Getter
@AllArgsConstructor

View File

@@ -10,7 +10,7 @@ import java.util.Arrays;
/**
* 社交平台的类型枚举
*
* @author 芋道源码
* @author ZT
*/
@Getter
@AllArgsConstructor