This commit is contained in:
cjy 2026-06-09 12:28:21 +08:00
parent 8a19225eb5
commit d8be4ec11d
2 changed files with 2703 additions and 2705 deletions

View File

@ -1394,7 +1394,7 @@ message TaskQueryRequest {
string sortType = 5 [json_name = "sortType"]; // asc/desc
string lastTaskAssignee = 6 [json_name = "lastTaskAssignee"]; //
repeated string subNums = 7 [json_name = "subNums"]; //
BundleTaskType bundle_task_type = 8 [json_name = "bundleTaskType"]; // 0/1: 2:
BundleTaskType bundleTaskType = 8 [json_name = "bundleTaskType"]; // 0/1: 2:
}
message TaskQueryResponse {
@ -1434,7 +1434,7 @@ message TaskAssignRequest {
int32 assignVideoScriptCount = 12 [json_name = "assignVideoScriptCount"]; //
int32 assignReportCount = 13 [json_name = "assignReportCount"]; //
int32 userID = 14 [json_name = "userID"]; // ID
BundleTaskType bundle_task_type = 15 [json_name = "bundleTaskType"]; //
BundleTaskType bundleTaskType = 15 [json_name = "bundleTaskType"]; //
}
//
@ -1484,7 +1484,7 @@ message EmployeeTaskQueryRequest {
int32 page = 10 [json_name = "page"]; //
int32 pageSize = 11 [json_name = "pageSize"]; //
string taskBatch = 12 [json_name = "taskBatch"]; //
BundleTaskType bundle_task_type = 13 [json_name = "bundleTaskType"]; //
BundleTaskType bundleTaskType = 13 [json_name = "bundleTaskType"]; //
}
message EmployeeTaskQueryResponse {
@ -1521,7 +1521,7 @@ message TaskAssignRecordInfo {
int32 completeDataCount = 23 [json_name = "completeDataCount"]; //
int32 pendingReportCount = 24 [json_name = "pendingReportCount"]; //
int32 completeReportCount = 25 [json_name = "completeReportCount"]; //
BundleTaskType bundle_task_type = 26 [json_name = "bundleTaskType"]; //
BundleTaskType bundleTaskType = 26 [json_name = "bundleTaskType"]; //
}
//
@ -1540,7 +1540,7 @@ message BatchAssignTaskItem {
int32 assignVideoScriptCount = 12 [json_name = "assignVideoScriptCount"]; //
int32 assignReportCount = 13 [json_name = "assignReportCount"]; //
int32 userID = 14 [json_name = "userID"]; // ID
BundleTaskType bundle_task_type = 15 [json_name = "bundleTaskType"]; //
BundleTaskType bundleTaskType = 15 [json_name = "bundleTaskType"]; //
}
message BatchAssignTaskRequest {
@ -1600,7 +1600,7 @@ message TaskAssignRecordsQueryRequest {
string taskBatch = 11 [json_name = "taskBatch"]; //
string sortBy = 12 [json_name = "sortBy"]; //
string sortType = 13 [json_name = "sortType"]; //
BundleTaskType bundle_task_type = 14 [json_name = "bundleTaskType"]; //
BundleTaskType bundleTaskType = 14 [json_name = "bundleTaskType"]; //
}
message ComResponse {
@ -1728,7 +1728,7 @@ message PendingAssignRequest {
repeated string subNums = 1 [json_name = "subNums"];
int32 page = 2 [json_name = "page"];
int32 pageSize = 3 [json_name = "pageSize"];
BundleTaskType bundle_task_type = 4 [json_name = "bundleTaskType"]; // 0/1: 2:
BundleTaskType bundleTaskType = 4 [json_name = "bundleTaskType"]; // 0/1: 2:
}
//
@ -1814,7 +1814,7 @@ message TaskWorkLogQueryRequest {
string artistName = 6 [json_name = "artistName"];
int32 page = 7 [json_name = "page"];
int32 pageSize = 8 [json_name = "pageSize"];
BundleTaskType bundle_task_type = 9 [json_name = "bundleTaskType"]; //
BundleTaskType bundleTaskType = 9 [json_name = "bundleTaskType"]; //
}
message TaskWorkLogInfo {
@ -1835,7 +1835,7 @@ message TaskWorkLogInfo {
int64 operationTime = 15 [json_name = "taskOperationTime"];
int64 createdAt = 16 [json_name = "taskCreatedAt"];
int64 updatedAt = 17 [json_name = "taskUpdatedAt"];
BundleTaskType bundle_task_type = 18 [json_name = "bundleTaskType"]; //
BundleTaskType bundleTaskType = 18 [json_name = "bundleTaskType"]; //
}
message TaskWorkLogQueryResponse {
@ -1860,7 +1860,7 @@ message CreateTaskWorkLogRequest {
string remark = 11 [json_name = "remark"]; //
string operatorName = 12 [json_name = "operatorName"]; //
string operatorNum = 13 [json_name = "operatorNum"]; //
BundleTaskType bundle_task_type = 14 [json_name = "bundleTaskType"]; //
BundleTaskType bundleTaskType = 14 [json_name = "bundleTaskType"]; //
}
message MetricsBusinessReq{

File diff suppressed because it is too large Load Diff