Compare commits
No commits in common. "2e47045d31fda2be2955631d7941174344db178a" and "fb93b0d227aec6d372dbca34bbc6e3e4b55af1c4" have entirely different histories.
2e47045d31
...
fb93b0d227
@ -757,25 +757,6 @@ type GetSupplierListRequest struct {
|
|||||||
SupplierUniqueCode string `protobuf:"bytes,4,opt,name=supplierUniqueCode,proto3" json:"supplierUniqueCode"`
|
SupplierUniqueCode string `protobuf:"bytes,4,opt,name=supplierUniqueCode,proto3" json:"supplierUniqueCode"`
|
||||||
LegalName string `protobuf:"bytes,5,opt,name=legalName,proto3" json:"legalName"`
|
LegalName string `protobuf:"bytes,5,opt,name=legalName,proto3" json:"legalName"`
|
||||||
LocalName string `protobuf:"bytes,6,opt,name=localName,proto3" json:"localName"`
|
LocalName string `protobuf:"bytes,6,opt,name=localName,proto3" json:"localName"`
|
||||||
AbbreviationName string `protobuf:"bytes,7,opt,name=abbreviationName,proto3" json:"abbreviationName"`
|
|
||||||
CountryOrRegionId uint64 `protobuf:"varint,8,opt,name=countryOrRegionId,proto3" json:"countryOrRegionId"`
|
|
||||||
CompanyRegistrationNumber string `protobuf:"bytes,9,opt,name=companyRegistrationNumber,proto3" json:"companyRegistrationNumber"`
|
|
||||||
SupplierType string `protobuf:"bytes,10,opt,name=supplierType,proto3" json:"supplierType"`
|
|
||||||
ApprovalStatus string `protobuf:"bytes,11,opt,name=approvalStatus,proto3" json:"approvalStatus"`
|
|
||||||
ApprovalDateStart string `protobuf:"bytes,12,opt,name=approvalDateStart,proto3" json:"approvalDateStart"`
|
|
||||||
ApprovalDateEnd string `protobuf:"bytes,13,opt,name=approvalDateEnd,proto3" json:"approvalDateEnd"`
|
|
||||||
LastReviewDateStart string `protobuf:"bytes,14,opt,name=lastReviewDateStart,proto3" json:"lastReviewDateStart"`
|
|
||||||
LastReviewDateEnd string `protobuf:"bytes,15,opt,name=lastReviewDateEnd,proto3" json:"lastReviewDateEnd"`
|
|
||||||
LegalEntityType string `protobuf:"bytes,16,opt,name=legalEntityType,proto3" json:"legalEntityType"`
|
|
||||||
SanctionsCountryScreeningResult string `protobuf:"bytes,17,opt,name=sanctionsCountryScreeningResult,proto3" json:"sanctionsCountryScreeningResult"`
|
|
||||||
KeyFinancial string `protobuf:"bytes,18,opt,name=keyFinancial,proto3" json:"keyFinancial"`
|
|
||||||
CompanyAddress string `protobuf:"bytes,19,opt,name=companyAddress,proto3" json:"companyAddress"`
|
|
||||||
PrimaryContact string `protobuf:"bytes,20,opt,name=primaryContact,proto3" json:"primaryContact"`
|
|
||||||
DataOwnerDepartment string `protobuf:"bytes,21,opt,name=dataOwnerDepartment,proto3" json:"dataOwnerDepartment"`
|
|
||||||
BasicCompanyInformation string `protobuf:"bytes,22,opt,name=basicCompanyInformation,proto3" json:"basicCompanyInformation"`
|
|
||||||
Status uint64 `protobuf:"varint,23,opt,name=status,proto3" json:"status"`
|
|
||||||
UpdateStart string `protobuf:"bytes,24,opt,name=updateStart,proto3" json:"updateStart"`
|
|
||||||
UpdateEnd string `protobuf:"bytes,25,opt,name=updateEnd,proto3" json:"updateEnd"`
|
|
||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
sizeCache protoimpl.SizeCache
|
sizeCache protoimpl.SizeCache
|
||||||
}
|
}
|
||||||
@ -852,139 +833,6 @@ func (x *GetSupplierListRequest) GetLocalName() string {
|
|||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetAbbreviationName() string {
|
|
||||||
if x != nil {
|
|
||||||
return x.AbbreviationName
|
|
||||||
}
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetCountryOrRegionId() uint64 {
|
|
||||||
if x != nil {
|
|
||||||
return x.CountryOrRegionId
|
|
||||||
}
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetCompanyRegistrationNumber() string {
|
|
||||||
if x != nil {
|
|
||||||
return x.CompanyRegistrationNumber
|
|
||||||
}
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetSupplierType() string {
|
|
||||||
if x != nil {
|
|
||||||
return x.SupplierType
|
|
||||||
}
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetApprovalStatus() string {
|
|
||||||
if x != nil {
|
|
||||||
return x.ApprovalStatus
|
|
||||||
}
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetApprovalDateStart() string {
|
|
||||||
if x != nil {
|
|
||||||
return x.ApprovalDateStart
|
|
||||||
}
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetApprovalDateEnd() string {
|
|
||||||
if x != nil {
|
|
||||||
return x.ApprovalDateEnd
|
|
||||||
}
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetLastReviewDateStart() string {
|
|
||||||
if x != nil {
|
|
||||||
return x.LastReviewDateStart
|
|
||||||
}
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetLastReviewDateEnd() string {
|
|
||||||
if x != nil {
|
|
||||||
return x.LastReviewDateEnd
|
|
||||||
}
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetLegalEntityType() string {
|
|
||||||
if x != nil {
|
|
||||||
return x.LegalEntityType
|
|
||||||
}
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetSanctionsCountryScreeningResult() string {
|
|
||||||
if x != nil {
|
|
||||||
return x.SanctionsCountryScreeningResult
|
|
||||||
}
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetKeyFinancial() string {
|
|
||||||
if x != nil {
|
|
||||||
return x.KeyFinancial
|
|
||||||
}
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetCompanyAddress() string {
|
|
||||||
if x != nil {
|
|
||||||
return x.CompanyAddress
|
|
||||||
}
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetPrimaryContact() string {
|
|
||||||
if x != nil {
|
|
||||||
return x.PrimaryContact
|
|
||||||
}
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetDataOwnerDepartment() string {
|
|
||||||
if x != nil {
|
|
||||||
return x.DataOwnerDepartment
|
|
||||||
}
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetBasicCompanyInformation() string {
|
|
||||||
if x != nil {
|
|
||||||
return x.BasicCompanyInformation
|
|
||||||
}
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetStatus() uint64 {
|
|
||||||
if x != nil {
|
|
||||||
return x.Status
|
|
||||||
}
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetUpdateStart() string {
|
|
||||||
if x != nil {
|
|
||||||
return x.UpdateStart
|
|
||||||
}
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *GetSupplierListRequest) GetUpdateEnd() string {
|
|
||||||
if x != nil {
|
|
||||||
return x.UpdateEnd
|
|
||||||
}
|
|
||||||
return ""
|
|
||||||
}
|
|
||||||
|
|
||||||
type GetSupplierListResponse struct {
|
type GetSupplierListResponse struct {
|
||||||
state protoimpl.MessageState `protogen:"open.v1"`
|
state protoimpl.MessageState `protogen:"open.v1"`
|
||||||
Total uint64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
|
Total uint64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
|
||||||
@ -1910,34 +1758,14 @@ const file_api_supplier_supplier_proto_rawDesc = "" +
|
|||||||
" GetOrganizeDictionaryListRequest\x12\x12\n" +
|
" GetOrganizeDictionaryListRequest\x12\x12\n" +
|
||||||
"\x04page\x18\x01 \x01(\x04R\x04page\x12\x1a\n" +
|
"\x04page\x18\x01 \x01(\x04R\x04page\x12\x1a\n" +
|
||||||
"\bpageSize\x18\x02 \x01(\x04R\bpageSize\x12\x12\n" +
|
"\bpageSize\x18\x02 \x01(\x04R\bpageSize\x12\x12\n" +
|
||||||
"\x04name\x18\x03 \x01(\tR\x04name\"\xa4\b\n" +
|
"\x04name\x18\x03 \x01(\tR\x04name\"\xdc\x01\n" +
|
||||||
"\x16GetSupplierListRequest\x12\x12\n" +
|
"\x16GetSupplierListRequest\x12\x12\n" +
|
||||||
"\x04page\x18\x01 \x01(\x04R\x04page\x12\x1a\n" +
|
"\x04page\x18\x01 \x01(\x04R\x04page\x12\x1a\n" +
|
||||||
"\bpageSize\x18\x02 \x01(\x04R\bpageSize\x12&\n" +
|
"\bpageSize\x18\x02 \x01(\x04R\bpageSize\x12&\n" +
|
||||||
"\x0eowningEntityId\x18\x03 \x01(\x04R\x0eowningEntityId\x12.\n" +
|
"\x0eowningEntityId\x18\x03 \x01(\x04R\x0eowningEntityId\x12.\n" +
|
||||||
"\x12supplierUniqueCode\x18\x04 \x01(\tR\x12supplierUniqueCode\x12\x1c\n" +
|
"\x12supplierUniqueCode\x18\x04 \x01(\tR\x12supplierUniqueCode\x12\x1c\n" +
|
||||||
"\tlegalName\x18\x05 \x01(\tR\tlegalName\x12\x1c\n" +
|
"\tlegalName\x18\x05 \x01(\tR\tlegalName\x12\x1c\n" +
|
||||||
"\tlocalName\x18\x06 \x01(\tR\tlocalName\x12*\n" +
|
"\tlocalName\x18\x06 \x01(\tR\tlocalName\"\x8b\x01\n" +
|
||||||
"\x10abbreviationName\x18\a \x01(\tR\x10abbreviationName\x12,\n" +
|
|
||||||
"\x11countryOrRegionId\x18\b \x01(\x04R\x11countryOrRegionId\x12<\n" +
|
|
||||||
"\x19companyRegistrationNumber\x18\t \x01(\tR\x19companyRegistrationNumber\x12\"\n" +
|
|
||||||
"\fsupplierType\x18\n" +
|
|
||||||
" \x01(\tR\fsupplierType\x12&\n" +
|
|
||||||
"\x0eapprovalStatus\x18\v \x01(\tR\x0eapprovalStatus\x12,\n" +
|
|
||||||
"\x11approvalDateStart\x18\f \x01(\tR\x11approvalDateStart\x12(\n" +
|
|
||||||
"\x0fapprovalDateEnd\x18\r \x01(\tR\x0fapprovalDateEnd\x120\n" +
|
|
||||||
"\x13lastReviewDateStart\x18\x0e \x01(\tR\x13lastReviewDateStart\x12,\n" +
|
|
||||||
"\x11lastReviewDateEnd\x18\x0f \x01(\tR\x11lastReviewDateEnd\x12(\n" +
|
|
||||||
"\x0flegalEntityType\x18\x10 \x01(\tR\x0flegalEntityType\x12H\n" +
|
|
||||||
"\x1fsanctionsCountryScreeningResult\x18\x11 \x01(\tR\x1fsanctionsCountryScreeningResult\x12\"\n" +
|
|
||||||
"\fkeyFinancial\x18\x12 \x01(\tR\fkeyFinancial\x12&\n" +
|
|
||||||
"\x0ecompanyAddress\x18\x13 \x01(\tR\x0ecompanyAddress\x12&\n" +
|
|
||||||
"\x0eprimaryContact\x18\x14 \x01(\tR\x0eprimaryContact\x120\n" +
|
|
||||||
"\x13dataOwnerDepartment\x18\x15 \x01(\tR\x13dataOwnerDepartment\x128\n" +
|
|
||||||
"\x17basicCompanyInformation\x18\x16 \x01(\tR\x17basicCompanyInformation\x12\x16\n" +
|
|
||||||
"\x06status\x18\x17 \x01(\x04R\x06status\x12 \n" +
|
|
||||||
"\vupdateStart\x18\x18 \x01(\tR\vupdateStart\x12\x1c\n" +
|
|
||||||
"\tupdateEnd\x18\x19 \x01(\tR\tupdateEnd\"\x8b\x01\n" +
|
|
||||||
"\x17GetSupplierListResponse\x12\x14\n" +
|
"\x17GetSupplierListResponse\x12\x14\n" +
|
||||||
"\x05total\x18\x01 \x01(\x04R\x05total\x12*\n" +
|
"\x05total\x18\x01 \x01(\x04R\x05total\x12*\n" +
|
||||||
"\x04data\x18\x02 \x03(\v2\x16.supplier.SupplierInfoR\x04data\x12\x12\n" +
|
"\x04data\x18\x02 \x03(\v2\x16.supplier.SupplierInfoR\x04data\x12\x12\n" +
|
||||||
|
|||||||
@ -87,25 +87,6 @@ message GetSupplierListRequest{
|
|||||||
string supplierUniqueCode = 4;
|
string supplierUniqueCode = 4;
|
||||||
string legalName =5;
|
string legalName =5;
|
||||||
string localName = 6;
|
string localName = 6;
|
||||||
string abbreviationName =7;
|
|
||||||
uint64 countryOrRegionId = 8;
|
|
||||||
string companyRegistrationNumber =9;
|
|
||||||
string supplierType =10;
|
|
||||||
string approvalStatus = 11;
|
|
||||||
string approvalDateStart = 12;
|
|
||||||
string approvalDateEnd = 13;
|
|
||||||
string lastReviewDateStart = 14;
|
|
||||||
string lastReviewDateEnd = 15;
|
|
||||||
string legalEntityType = 16;
|
|
||||||
string sanctionsCountryScreeningResult = 17;
|
|
||||||
string keyFinancial = 18;
|
|
||||||
string companyAddress = 19;
|
|
||||||
string primaryContact = 20;
|
|
||||||
string dataOwnerDepartment = 21;
|
|
||||||
string basicCompanyInformation = 22;
|
|
||||||
uint64 status = 23;
|
|
||||||
string updateStart = 24;
|
|
||||||
string updateEnd = 25;
|
|
||||||
}
|
}
|
||||||
message GetSupplierListResponse{
|
message GetSupplierListResponse{
|
||||||
uint64 total = 1;
|
uint64 total = 1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user