This commit is contained in:
zc
2026-06-12 16:35:54 +08:00
parent 33540f7d10
commit ee01b284ee
36 changed files with 571 additions and 575 deletions

View File

@@ -35,7 +35,7 @@ public class JobLogQuery implements Serializable {
/**
* 任务组
*/
@Schema(description = "任务组", example = "wms-admin")
@Schema(description = "任务组", example = "mes-admin")
private String groupName;
/**

View File

@@ -25,7 +25,7 @@ public class JobQuery implements Serializable {
/**
* 任务组
*/
@Schema(description = "任务组", example = "wms-admin")
@Schema(description = "任务组", example = "mes-admin")
private String groupName;
/**

View File

@@ -27,7 +27,7 @@ public class JobReq implements Serializable {
/**
* 任务组
*/
@Schema(description = "任务组", example = "wms-admin")
@Schema(description = "任务组", example = "mes-admin")
@NotBlank(message = "任务组不能为空")
private String groupName;

View File

@@ -29,7 +29,7 @@ public class JobInstanceResp implements Serializable {
/**
* 任务组
*/
@Schema(description = "任务组", example = "wms-admin")
@Schema(description = "任务组", example = "mes-admin")
private String groupName;
/**

View File

@@ -32,7 +32,7 @@ public class JobLogResp implements Serializable {
/**
* 任务组
*/
@Schema(description = "任务组", example = "wms-admin")
@Schema(description = "任务组", example = "mes-admin")
private String groupName;
/**

View File

@@ -31,7 +31,7 @@ public class JobResp implements Serializable {
/**
* 任务组
*/
@Schema(description = "任务组", example = "wms-admin")
@Schema(description = "任务组", example = "mes-admin")
private String groupName;
/**