更新pb
This commit is contained in:
parent
8a19225eb5
commit
d8be4ec11d
@ -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
Loading…
Reference in New Issue
Block a user