说明
This commit is contained in:
parent
f3f157fe23
commit
392d695727
@ -11813,6 +11813,7 @@ type WorkListResp_Info struct {
|
|||||||
InsStatus uint32 `protobuf:"varint,20,opt,name=insStatus,proto3" json:"insStatus"`
|
InsStatus uint32 `protobuf:"varint,20,opt,name=insStatus,proto3" json:"insStatus"`
|
||||||
DmStatus uint32 `protobuf:"varint,21,opt,name=dmStatus,proto3" json:"dmStatus"`
|
DmStatus uint32 `protobuf:"varint,21,opt,name=dmStatus,proto3" json:"dmStatus"`
|
||||||
ConfirmType uint32 `protobuf:"varint,22,opt,name=confirmType,proto3" json:"confirmType"`
|
ConfirmType uint32 `protobuf:"varint,22,opt,name=confirmType,proto3" json:"confirmType"`
|
||||||
|
Remark string `protobuf:"bytes,23,opt,name=remark,proto3" json:"remark"`
|
||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
sizeCache protoimpl.SizeCache
|
sizeCache protoimpl.SizeCache
|
||||||
}
|
}
|
||||||
@ -12001,6 +12002,13 @@ func (x *WorkListResp_Info) GetConfirmType() uint32 {
|
|||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (x *WorkListResp_Info) GetRemark() string {
|
||||||
|
if x != nil {
|
||||||
|
return x.Remark
|
||||||
|
}
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
|
||||||
type MediaAccountsResp_Info struct {
|
type MediaAccountsResp_Info struct {
|
||||||
state protoimpl.MessageState `protogen:"open.v1"`
|
state protoimpl.MessageState `protogen:"open.v1"`
|
||||||
PlatformID uint32 `protobuf:"varint,1,opt,name=platformID,proto3" json:"platformID"`
|
PlatformID uint32 `protobuf:"varint,1,opt,name=platformID,proto3" json:"platformID"`
|
||||||
@ -12689,10 +12697,10 @@ const file_pb_fiee_cast_proto_rawDesc = "" +
|
|||||||
"\fartistSubNum\x18\x11 \x01(\tR\fartistSubNum\x12\"\n" +
|
"\fartistSubNum\x18\x11 \x01(\tR\fartistSubNum\x12\"\n" +
|
||||||
"\ftiktokStatus\x18\x12 \x01(\rR\ftiktokStatus\x12\x1c\n" +
|
"\ftiktokStatus\x18\x12 \x01(\rR\ftiktokStatus\x12\x1c\n" +
|
||||||
"\tinsStatus\x18\x13 \x01(\rR\tinsStatus\x12\x1a\n" +
|
"\tinsStatus\x18\x13 \x01(\rR\tinsStatus\x12\x1a\n" +
|
||||||
"\bdmStatus\x18\x14 \x01(\rR\bdmStatus\"\xce\x06\n" +
|
"\bdmStatus\x18\x14 \x01(\rR\bdmStatus\"\xe6\x06\n" +
|
||||||
"\fWorkListResp\x12+\n" +
|
"\fWorkListResp\x12+\n" +
|
||||||
"\x04data\x18\x01 \x03(\v2\x17.Cast.WorkListResp.InfoR\x04data\x12\x14\n" +
|
"\x04data\x18\x01 \x03(\v2\x17.Cast.WorkListResp.InfoR\x04data\x12\x14\n" +
|
||||||
"\x05count\x18\x02 \x01(\x03R\x05count\x1a\xfa\x05\n" +
|
"\x05count\x18\x02 \x01(\x03R\x05count\x1a\x92\x06\n" +
|
||||||
"\x04Info\x12\x1a\n" +
|
"\x04Info\x12\x1a\n" +
|
||||||
"\bworkUuid\x18\x01 \x01(\tR\bworkUuid\x12\x1e\n" +
|
"\bworkUuid\x18\x01 \x01(\tR\bworkUuid\x12\x1e\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
@ -12726,7 +12734,8 @@ const file_pb_fiee_cast_proto_rawDesc = "" +
|
|||||||
"\ftiktokStatus\x18\x13 \x01(\rR\ftiktokStatus\x12\x1c\n" +
|
"\ftiktokStatus\x18\x13 \x01(\rR\ftiktokStatus\x12\x1c\n" +
|
||||||
"\tinsStatus\x18\x14 \x01(\rR\tinsStatus\x12\x1a\n" +
|
"\tinsStatus\x18\x14 \x01(\rR\tinsStatus\x12\x1a\n" +
|
||||||
"\bdmStatus\x18\x15 \x01(\rR\bdmStatus\x12 \n" +
|
"\bdmStatus\x18\x15 \x01(\rR\bdmStatus\x12 \n" +
|
||||||
"\vconfirmType\x18\x16 \x01(\rR\vconfirmType\"+\n" +
|
"\vconfirmType\x18\x16 \x01(\rR\vconfirmType\x12\x16\n" +
|
||||||
|
"\x06remark\x18\x17 \x01(\tR\x06remark\"+\n" +
|
||||||
"\rWorkDetailReq\x12\x1a\n" +
|
"\rWorkDetailReq\x12\x1a\n" +
|
||||||
"\bworkUuid\x18\x01 \x01(\tR\bworkUuid\"\xfb\x01\n" +
|
"\bworkUuid\x18\x01 \x01(\tR\bworkUuid\"\xfb\x01\n" +
|
||||||
"\vWorkLogInfo\x12\x1a\n" +
|
"\vWorkLogInfo\x12\x1a\n" +
|
||||||
|
|||||||
@ -17989,6 +17989,8 @@ func (m *WorkListResp_Info) validate(all bool) error {
|
|||||||
|
|
||||||
// no validation rules for ConfirmType
|
// no validation rules for ConfirmType
|
||||||
|
|
||||||
|
// no validation rules for Remark
|
||||||
|
|
||||||
if len(errors) > 0 {
|
if len(errors) > 0 {
|
||||||
return WorkListResp_InfoMultiError(errors)
|
return WorkListResp_InfoMultiError(errors)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user