fix(console): remove app headers from rocket config
This commit is contained in:
parent
08d4e4fe4a
commit
d94eedce67
@ -1,6 +1,6 @@
|
||||
package com.red.circle.console.app.dto.cmd;
|
||||
|
||||
import com.red.circle.common.business.dto.cmd.AppExtCommand;
|
||||
import com.red.circle.framework.dto.Command;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
@ -10,7 +10,7 @@ import lombok.Data;
|
||||
* @date 2025-01-15
|
||||
*/
|
||||
@Data
|
||||
public class RocketConfigQueryCmd extends AppExtCommand {
|
||||
public class RocketConfigQueryCmd extends Command {
|
||||
|
||||
/**
|
||||
* 等级(可选)
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
package com.red.circle.console.app.dto.cmd;
|
||||
|
||||
import com.alibaba.fastjson.JSONArray;
|
||||
import com.red.circle.common.business.dto.cmd.AppExtCommand;
|
||||
import com.red.circle.framework.dto.Command;
|
||||
import jakarta.validation.constraints.NotNull;
|
||||
import lombok.Data;
|
||||
|
||||
@ -14,7 +14,7 @@ import java.math.BigDecimal;
|
||||
* @date 2025-01-15
|
||||
*/
|
||||
@Data
|
||||
public class RocketConfigUpdateCmd extends AppExtCommand {
|
||||
public class RocketConfigUpdateCmd extends Command {
|
||||
|
||||
/**
|
||||
* 配置ID
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user