改名
This commit is contained in:
@@ -35,7 +35,7 @@ public class JobLogQuery implements Serializable {
|
||||
/**
|
||||
* 任务组
|
||||
*/
|
||||
@Schema(description = "任务组", example = "wms-admin")
|
||||
@Schema(description = "任务组", example = "mes-admin")
|
||||
private String groupName;
|
||||
|
||||
/**
|
||||
|
||||
@@ -25,7 +25,7 @@ public class JobQuery implements Serializable {
|
||||
/**
|
||||
* 任务组
|
||||
*/
|
||||
@Schema(description = "任务组", example = "wms-admin")
|
||||
@Schema(description = "任务组", example = "mes-admin")
|
||||
private String groupName;
|
||||
|
||||
/**
|
||||
|
||||
@@ -27,7 +27,7 @@ public class JobReq implements Serializable {
|
||||
/**
|
||||
* 任务组
|
||||
*/
|
||||
@Schema(description = "任务组", example = "wms-admin")
|
||||
@Schema(description = "任务组", example = "mes-admin")
|
||||
@NotBlank(message = "任务组不能为空")
|
||||
private String groupName;
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ public class JobInstanceResp implements Serializable {
|
||||
/**
|
||||
* 任务组
|
||||
*/
|
||||
@Schema(description = "任务组", example = "wms-admin")
|
||||
@Schema(description = "任务组", example = "mes-admin")
|
||||
private String groupName;
|
||||
|
||||
/**
|
||||
|
||||
@@ -32,7 +32,7 @@ public class JobLogResp implements Serializable {
|
||||
/**
|
||||
* 任务组
|
||||
*/
|
||||
@Schema(description = "任务组", example = "wms-admin")
|
||||
@Schema(description = "任务组", example = "mes-admin")
|
||||
private String groupName;
|
||||
|
||||
/**
|
||||
|
||||
@@ -31,7 +31,7 @@ public class JobResp implements Serializable {
|
||||
/**
|
||||
* 任务组
|
||||
*/
|
||||
@Schema(description = "任务组", example = "wms-admin")
|
||||
@Schema(description = "任务组", example = "mes-admin")
|
||||
private String groupName;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user