1. 替换原始 code 签名

2. 服务与模块生成器,支持指定起始端口批量端口分配

(cherry picked from commit e99da38fd4)
This commit is contained in:
chenbowen
2025-09-02 10:15:16 +08:00
committed by chenbowen
parent 9540e8fddd
commit b8f9c7016c
778 changed files with 876 additions and 801 deletions

View File

@@ -8,7 +8,7 @@ import java.util.Map;
/**
* IoT 设备【配置】设置 Request DTO
*
* @author 芋道源码
* @author ZT
*/
@Data
public class IotDeviceConfigSetReqDTO extends IotDeviceDownstreamAbstractReqDTO {

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* IoT 设备下行的抽象 Request DTO
*
* @author 芋道源码
* @author ZT
*/
@Data
public abstract class IotDeviceDownstreamAbstractReqDTO {

View File

@@ -8,7 +8,7 @@ import java.util.Map;
/**
* IoT 设备【OTA】升级下发 Request DTO更新固件消息
*
* @author 芋道源码
* @author ZT
*/
@Data
public class IotDeviceOtaUpgradeReqDTO extends IotDeviceDownstreamAbstractReqDTO {

View File

@@ -10,7 +10,7 @@ import java.util.List;
/**
* IoT 设备【属性】获取 Request DTO
*
* @author 芋道源码
* @author ZT
*/
@Data
public class IotDevicePropertyGetReqDTO extends IotDeviceDownstreamAbstractReqDTO {

View File

@@ -8,7 +8,7 @@ import java.util.Map;
/**
* IoT 设备【属性】设置 Request DTO
*
* @author 芋道源码
* @author ZT
*/
@Data
public class IotDevicePropertySetReqDTO extends IotDeviceDownstreamAbstractReqDTO {

View File

@@ -8,7 +8,7 @@ import java.util.Map;
/**
* IoT 设备【服务】调用 Request DTO
*
* @author 芋道源码
* @author ZT
*/
@Data
public class IotDeviceServiceInvokeReqDTO extends IotDeviceDownstreamAbstractReqDTO {

View File

@@ -8,7 +8,7 @@ import lombok.Data;
/**
* IoT 认证 Emqx 连接 Request DTO
*
* @author 芋道源码
* @author ZT
*/
@Data
public class IotDeviceEmqxAuthReqDTO {

View File

@@ -8,7 +8,7 @@ import java.util.Map;
/**
* IoT 设备【事件】上报 Request DTO
*
* @author 芋道源码
* @author ZT
*/
@Data
public class IotDeviceEventReportReqDTO extends IotDeviceUpstreamAbstractReqDTO {

View File

@@ -6,7 +6,7 @@ import lombok.Data;
/**
* IoT 设备【OTA】升级进度 Request DTO上报更新固件进度
*
* @author 芋道源码
* @author ZT
*/
@Data
public class IotDeviceOtaProgressReqDTO extends IotDeviceUpstreamAbstractReqDTO {

View File

@@ -4,7 +4,7 @@ package cn.iocoder.yudao.module.iot.api.device.dto.control.upstream;
/**
* IoT 设备【OTA】升级下拉 Request DTO拉取固件更新
*
* @author 芋道源码
* @author ZT
*/
public class IotDeviceOtaPullReqDTO {

Some files were not shown because too many files have changed in this diff Show More