CN116956819A - Service code generation method, system, electronic equipment and storage medium - Google Patents

Service code generation method, system, electronic equipment and storage medium Download PDF

Info

Publication number
CN116956819A
CN116956819A CN202310733195.XA CN202310733195A CN116956819A CN 116956819 A CN116956819 A CN 116956819A CN 202310733195 A CN202310733195 A CN 202310733195A CN 116956819 A CN116956819 A CN 116956819A
Authority
CN
China
Prior art keywords
serial number
last
matching
current
coding rule
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202310733195.XA
Other languages
Chinese (zh)
Inventor
万超
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Lan You Technology Co Ltd
Original Assignee
Shenzhen Lan You Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Lan You Technology Co Ltd filed Critical Shenzhen Lan You Technology Co Ltd
Priority to CN202310733195.XA priority Critical patent/CN116956819A/en
Publication of CN116956819A publication Critical patent/CN116956819A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/126Character encoding
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Computer Interaction (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application provides a service code generation method, a system, electronic equipment and a storage medium, and belongs to the technical field of service codes. The method comprises the following steps: acquiring the current coding rule type; acquiring a corresponding configuration item from a pre-configured coding rule according to the current coding rule type; matching is carried out according to the matching information in the configuration items, and a matching result is obtained; generating a target serial number according to the last serial number in the configuration item; and combining the matching result with the target serial number to obtain the target service code. The application provides a service code generation method, a system, electronic equipment and a storage medium, wherein a user can obtain configuration items in a coding rule by selecting the type of the current coding rule, so that a target service code is automatically obtained according to the configuration items in the coding rule, and the technical problems of low efficiency, high time cost and high labor cost of the conventional service code generation are solved.

Description

Service code generation method, system, electronic equipment and storage medium
Technical Field
The present application relates to the field of service data processing technologies, and in particular, to a service code generating method, a system, an electronic device, and a storage medium.
Background
At present, the coding rules of the service codes are generated by technicians according to the one-to-one correspondence of the service demands, each demand requires customized development of the technicians, the development flow of the coding rules is complex, the operations of designing, coding, testing and the like are required to be carried out, the service code generation efficiency is low, and the consumed time cost and the consumed labor cost are high. Therefore, the above technical problems are to be solved in industry.
Disclosure of Invention
In order to solve the technical problems, the application provides a service code generation method, a system, electronic equipment and a storage medium, which improve service code generation efficiency and reduce time cost and labor cost for generating service codes.
The embodiment of the application discloses the following technical scheme:
in one aspect, an embodiment of the present application provides a service code generating method, where the method includes:
acquiring the current coding rule type;
obtaining a corresponding configuration item from a pre-configured coding rule according to the current coding rule type, wherein the configuration item comprises the coding rule type, matching information and a last serial number, the matching information comprises at least one of a fixed character string, a date format or a service keyword, and the last serial number is a serial number when the last service coding generation is completed;
Matching is carried out according to the matching information, and a matching result is obtained;
generating a target serial number according to the final serial number;
and combining the matching result with the target serial number to obtain a target service code.
In one embodiment, the configuration item further includes a coding length, and the coding rule is preconfigured through at least one of the following steps:
configuring the coding rule type;
or, carrying out matching information configuration;
or, carrying out final serial number configuration;
alternatively, the code length configuration is performed.
In one embodiment, the matching information further includes at least one of:
a first identifier for identifying a fixed string;
a second identifier for identifying a date format;
and a third identifier for identifying the business key.
In one embodiment, when the matching information includes at least two of a fixed character string, a date format, or a service keyword, the matching according to the matching information, and obtaining a matching result includes:
and matching the first identifier, the second identifier and the third identifier, and combining the successfully matched contents to obtain a matching result.
In one embodiment, when the matching information includes the service key, the obtaining, according to the current coding rule type, a corresponding configuration item from a pre-configured coding rule includes:
and acquiring a corresponding configuration item according to the current coding rule type and the current service keyword.
The coding rules have respectively different matching information, coding length, last serial number and last modification time according to different coding rule types.
For the coding rules of the service keywords contained in the matching information, the same coding rule type and different service keywords have the same matching information and coding length;
for the coding rules containing the service keywords in the matching information, the same coding rule type, different service keywords have different final serial numbers and final modification times.
In one embodiment, the configuration item further includes a last modification time, where the last modification time is a time when the last service code generation is completed, and when the matching information includes a date format, generating the target serial number according to the last serial number includes:
And generating a target serial number according to the date format, the last modification time and the last serial number.
In one embodiment, the generating the target running water number according to the last running water number includes:
adding one to the last serial number to obtain a current serial number;
if the sum of the length of the matching result and the length of the current serial number is smaller than the coding length, supplementing 0 to the left of the current serial number to enable the sum of the length of the matching result and the length of the current serial number to be equal to the coding length, and obtaining the target serial number.
In one embodiment, the adding the last running number to one to obtain the current running number includes:
if the date format adopts a year format and the last modification time and the current date do not belong to the same year, resetting the last serial number and adding one again to obtain the current serial number;
if the date format adopts a month format and the last modification time and the current date do not belong to the same month, resetting the last serial number and adding one again to obtain the current serial number;
and if the date format adopts a daily format and the last modification time and the current date do not belong to the same day, resetting the last serial number and adding one again to obtain the current serial number.
The current serial numbers are used for distinguishing the last serial numbers and are used as temporary concepts of a flow for generating the target serial numbers.
In one embodiment, the configuration item further includes a last modification time, the method further comprising:
covering the current time with the last modified time of the coding rule;
and covering the final serial number of the coding rule with the target serial number.
In another aspect, an embodiment of the present application provides a service code generating system, where the system includes:
a type acquisition unit for acquiring the current coding rule type;
a configuration item acquisition unit, configured to acquire a corresponding configuration item from a pre-configured coding rule according to the current coding rule type;
the matching unit is used for matching according to the matching information to obtain a matching result;
the serial number generation unit is used for generating a target serial number according to the last serial number;
and the code generating unit is used for combining the matching result and the target serial number to obtain a target service code.
In another aspect, an embodiment of the present application provides an electronic device, where the electronic device includes a memory and a processor, where the memory stores a computer program, and the processor implements the service code generation method described in the foregoing aspect when executing the computer program.
In another aspect, an embodiment of the present application provides a computer readable storage medium storing a computer program, where the computer program is executed by a processor to implement the service code generation method described in the above aspect.
The application provides a service code generation method, a system, electronic equipment and a storage medium. In the application, the user can obtain the configuration items in the coding rule after selecting the current coding rule type, so that the target service code is automatically obtained according to the matching of the configuration items in the coding rule and the matching information, the generation and combination of the target serial numbers and other processes, the technical problems of low time cost and high labor cost consumed by the existing service code generation efficiency are solved, and the service code generation efficiency can be improved and the time cost and the labor cost for generating the service code are reduced by the scheme provided by the embodiment of the application.
Drawings
Fig. 1 is a flowchart of a service code generating method provided in an embodiment of the present application;
FIG. 2 is a flowchart of another service code generation method according to an embodiment of the present application;
fig. 3 is a flowchart of step S104 in fig. 1;
fig. 4 is another flowchart of step S104 in fig. 1;
FIG. 5 is a schematic diagram of a visual page configuring encoding rules;
FIG. 6 is a flow chart of an embodiment of a configuration using encoding rules provided by an embodiment of the present application;
FIG. 7 is a schematic diagram of a visual page looking at encoding rules;
FIG. 8 is a visual page diagram of details of an encoding rule;
fig. 9 is a schematic structural diagram of a service code generating system according to an embodiment of the present application;
fig. 10 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present application.
Detailed Description
The present application will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present application more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the application.
It should be noted that although functional block division is performed in a device diagram and a logic sequence is shown in a flowchart, in some cases, the steps shown or described may be performed in a different order than the block division in the device, or in the flowchart. The terms first, second and the like in the description and in the claims and in the above-described figures, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs. The terminology used herein is for the purpose of describing embodiments of the application only and is not intended to be limiting of the application.
First, several nouns involved in the present application are parsed:
business Code (Business Code): is an identifier for identifying different business operations, flows or transactions. Business codes are typically composed of numbers, letters, or symbols that are used to distinguish between different business scenarios in a system. In enterprises, business codes are often used for naming, identification, and management of various business systems, modules, functions.
Coding Rules (Coding Rules): it is intended to ensure that all codes can be generated and interpreted in a consistent manner. Coding rules typically include coding length, coding character set, checksum algorithm, and the like. The coding rule enables the coding system to provide unified standards, and communication and data processing among all parties are facilitated.
Date format: a specific format for representing date and time. The date includes year, month and day, and the time includes hour, minute and second.
Fixed string (Fixed string): refers to a string that is explicitly specified in the program and that does not change. Fixed strings are often used for the output or display of constant, hint information, etc. information in a program. Fixed strings are typically written in double or single quotation marks and assigned to variables or output directly on the command line or interface of the program. The data type of the fixed character string is generally a character string type, and attention is required to be paid to the correctness of grammar and the matching of the data type when the fixed character string is used.
In the current business system, the generation requirements of document codes, such as application numbers, contract numbers, batch numbers and other single-number rules, are different, are generated according to dates, are generated according to months, are generated according to years, are generated according to keywords of business, and because each single-number rule is different, technicians need to develop corresponding functions for each single-number generation, and a great deal of time and manpower are needed for development and maintenance.
Based on the above, the embodiment of the application provides a service code generation method, a system, electronic equipment and a storage medium, aiming at improving service code generation efficiency and reducing time cost and labor cost for generating service codes.
The method, the system, the electronic device and the storage medium for generating the service code provided by the embodiment of the application are specifically described through the following embodiments, and the method for generating the service code in the embodiment of the application is described first.
The embodiment of the application provides a service code generation method, which relates to the technical field of service data processing. The business code generation method provided by the embodiment of the application can be applied to the terminal, can be applied to the server side, and can also be software running in the terminal or the server side. In some embodiments, the terminal may be a smart phone, tablet, notebook, desktop, etc.; the server side can be configured as an independent physical server, a server cluster or a distributed system formed by a plurality of physical servers, and a cloud server for providing cloud services, cloud databases, cloud computing, cloud functions, cloud storage, network services, cloud communication, middleware services, domain name services, security services, CDNs, basic cloud computing services such as big data and artificial intelligent platforms and the like; the software may be an application or the like that implements the service code generation method, but is not limited to the above form.
It should be noted that, in each specific embodiment of the present application, when related processing is required according to user information, user behavior data, user history data, user location information, and other data related to user identity or characteristics, permission or consent of the user is obtained first, and the collection, use, processing, and the like of the data comply with related laws and regulations and standards. In addition, when the embodiment of the application needs to acquire the sensitive personal information of the user, the independent permission or independent consent of the user is acquired through popup or jump to a confirmation page and the like, and after the independent permission or independent consent of the user is definitely acquired, the necessary relevant data of the user for enabling the embodiment of the application to normally operate is acquired.
Fig. 1 is an optional flowchart of a service code generation method according to an embodiment of the present application, where the method in fig. 1 may include, but is not limited to, steps S101 to S105.
Step S101, a current coding rule type is acquired.
Specifically, the coding rule type is used to define what type of coding is. The application does not limit the type of the coding rule specifically, and can be flexibly selected in combination with the actual service requirement. Illustratively, the encoding rule type may be contract encoding, agreement encoding. In order to facilitate the subsequent service coding generation, the coding rule type is usually a string of english characters and globally unique, and can be set in advance as a configuration item in a pre-configured coding rule and correspondingly stored in a database for the actual service coding process to call.
The current coding rule type is the coding rule type which needs (or is to be) used for service coding and is determined according to the actual service requirement. In step S101, the current encoding rule type acquisition process is not specifically limited, and those skilled in the art can choose the current encoding rule type acquisition process according to actual needs. For example, the method may provide a corresponding coding rule type selection interface or page, and the user may select one of the coding rule types provided by the database as the current coding rule type through a man-machine interaction manner (such as a pull-down menu selection, a scroll selection, a slide selection, etc.).
Step S102, obtaining a corresponding configuration item from a pre-configured coding rule according to the current coding rule type.
The configuration item is used for configuring options in the coding rule, and the content of the configuration item can be selected, added or deleted according to actual requirements. Illustratively, in some embodiments, the configuration items may include an encoding rule type, matching information, and a last pass number.
The matching information is a component part of configuration items in the coding rule and is used for storing a customizable generation logic part of the coding rule, and the matching information comprises at least one of fixed character strings, date formats or service keywords.
A fixed string is a string that does not change during encoding. The application does not limit the fixed character string specifically, and can be flexibly selected in combination with the actual service requirement. A fixed string is typically a string of english and digits.
Date format for representing date format in service code generated according to coding rule. The date format is not specifically limited in step S201, and those skilled in the art can configure the date format according to actual needs.
And the business keywords are used for generating different serial numbers according to different business keywords in the same coding rule configuration. The application does not limit the service keywords specifically, and can be flexibly selected in combination with the actual service requirements. The business key may be, for example, a dealer code, a vendor code. To facilitate subsequent business code generation, the business key is typically a string of English, digits, and special characters (e.g., @ _ #: $%, etc.).
The coding rule type, the matching information and the like can be configured (such as adding, deleting or modifying) in a coding rule configuration interface or page, and a user can perform configuration operation of corresponding configuration items in the interface or page according to actual needs in a man-machine interaction mode such as input box input, deletion by clicking a deletion control, modification by clicking a modification control and the like.
The last running number is the running number when the last service code generation is completed (i.e. the running number of the service code generated the most recently from the current service code generation process), when no last service code generation is performed, the last running number is the last running number initial value configured by the user, the configuration item can be used for the generation of the subsequent service codes, the configuration item is generally covered (updated) at the end of each service code generation, and the initial value of the configuration item can be the last running number configured by the user on the code rule configuration page. It can be understood that, when the serial number is covered (updated) at each time, the serial number can also be input through an input box, and a man-machine interaction mode such as clicking a modification control is adopted.
In some embodiments, the configuration item may include a last modification time in addition to the encoding rule type, the matching information, the last running number.
The last modification time is the time when the last service code generation was completed (i.e., the time when the service code generation closest to the current service code generation process was completed).
Specifically, when the coding rule does not generate the service code, the last modification time is null, otherwise, the last modification time is the time when the generation of the last service code is completed (i.e. the time when the generation of the service code is completed closest to the current service code generation process), and the configuration item is generally covered (updated) when each service code generation is completed, and the configuration item can be in the format of a timestamp, a relative time value and the like. It can be appreciated that the last modification time can be performed by man-machine interaction modes such as input of an input box, clicking of a modification control and the like each time the modification time is covered (updated).
Step S103, matching is carried out according to the matching information, and a matching result is obtained.
Specifically, the matching result is obtained after matching according to the matching information, the composition of the matching result is not limited, and the matching result can be selected according to actual needs.
In some embodiments, when the matching information includes only one fixed string, date format or service key, matching may be performed according to the first identifier, the second identifier and the third identifier, and the content that is successfully matched may be used as a matching result. In this case, the content that is successfully matched refers to the content other than the first identifier, the second identifier, or the third identifier in the matching information.
Specifically, if the matching information includes a fixed character string, the content of the successful matching is the content of the fixed character string (such as GSAFC-W-) except the first identifier (such as S:); if the matching information includes a date format, the content that is successfully matched is content (e.g., 2023) conforming to the date format (e.g., yyyy) except for the second identifier (e.g., D:); if the matching information includes a service key, the content of the matching success is the content of the current service key (0004313) except for the third identifier (such as B).
The current business key is the business key which needs (or is to be) coded and is determined according to the actual business requirement. The application does not limit the acquisition process of the current service keywords specifically, and the person skilled in the art can acquire the current service keywords according to actual needs. By way of example, the method can provide a corresponding service keyword acquisition interface or page, and can enable a user to acquire the current service keyword through a man-machine interaction mode (such as input box input, drop-down menu selection, button clicking selection and the like).
In some embodiments, when the matching information includes at least two of a fixed string, a date format, or a service keyword, matching may be performed according to the first identifier, the second identifier, and the third identifier, and the successfully matched contents may be combined to obtain a matching result. At this time, the content for which the matching is successful means other content than at least two of the first identifier, the second identifier, and the third identifier of the matching information.
Specifically, if the matching information includes a fixed string and a date format, the content that is successfully matched is the content (e.g., 2023) that conforms to the date format (e.g., yyyy) except for the first identifier (e.g., S:) (e.g., GSAFC-W-) and the second identifier (e.g., D:); if the matching information comprises a date format and a service keyword, the content which is successfully matched is the content (such as 2023) which accords with the date format (such as yyyy) and is except for a second identifier (such as D) and the content (such as 0004313) of the current service keyword and is except for a third identifier (such as B); if the matching information comprises a fixed character string and a business keyword, the content which is successfully matched is the content (such as GSAFC-W-) of the fixed character string except the first identifier (such as S) and the content (such as 0004313) of the current business keyword except the third identifier (such as B); if the matching information includes a fixed string, a date format and a service key, the content that is successfully matched is the fixed string content (e.g., GSAFC-W-) except for a first identifier (e.g., S:), the content (e.g., 2023) conforming to the date format (e.g., yyyy) except for a second identifier (e.g., D:), and the content (e.g., 0004313) of the current service key except for a third identifier (e.g., B:).
Illustratively, the merging of the successfully matched contents may take the forms of character string addition, character string function splicing and the like, but is not limited thereto.
Step S104, generating a target serial number according to the final serial number.
Specifically, the target serial number is the serial number of the currently generated service code, the generation mode of the target serial number is not limited, and the target serial number can be selected according to actual needs.
Optionally, the generation mode of the target serial number includes, but is not limited to, adding one to the last serial number to obtain the target serial number, resetting the last serial number, adding one to the last serial number and then adding 0 to obtain the target serial number, or changing the target serial number by a user through input of an input frame, selection of a drop-down frame, and the like.
Wherein, adding a representative obtains the next serial number according to the serial number of the last generated service code (namely the serial number of the service code generated the nearest to the current service code generating process).
It will be appreciated that if the current date and last modified time do not belong to the year, month or day format adopted by the date format, this means that no overflow number has been generated in the date format before that, and thus a zero clearing operation is performed. Zero clearing is used to zero the initial value.
The 0 is added to make the sum of the length of the matching result and the length of the current serial number (namely the length of the target service code) not smaller than the code length.
Step S105, combining the matching result and the target serial number to obtain the target service code.
Specifically, the target service code is the service code which is needed by the user and is generated according to the type of the coding rule, the application does not limit the merging mode of the target service code, and the target service code can be selected according to the actual requirement. Illustratively, the merging manner may include string concatenation and string addition, but is not limited thereto.
In the steps S101 to S105 shown in the embodiment of the present application, the corresponding configuration item is obtained from the pre-configured coding rule through the obtained current coding rule type, the matching result and the target serial number are obtained according to the configuration item, and the matching result and the target serial number are combined, thereby obtaining the target service code. In this embodiment, after the user selects the current coding rule type, the configuration item in the coding rule can be obtained, so that the target service code is automatically obtained according to the matching of the configuration item in the coding rule and the matching information, the generation and combination of the target serial numbers, and other processes, the technical problems of low time cost and high labor cost consumed by the existing service code generation efficiency are solved, and the service code generation efficiency can be improved and the time cost and the labor cost for generating the service code are reduced by the scheme provided by the embodiment of the application.
Fig. 2 is another optional flowchart of a service code generating method according to an embodiment of the present application, where the method in fig. 2 may include, but is not limited to, steps S201 to S206.
Step S201, the current coding rule type and the current business key word are obtained.
Step S202, obtaining a corresponding configuration item according to the current coding rule type and the current service keyword.
Unlike step S102, the configuration item is obtained according to the current coding rule type and the current service key at the same time. That is, the configuration items are obtained not only from the current coding rule type but also from the current traffic key.
In the embodiment of the application, optionally, for the coding rules of the service keywords contained in the matching information, the same coding rule type and different service keywords have the same matching information and coding length.
It will be appreciated that for the encoding rules that contain the service key in the matching information, the same encoding rule type, different service keys have different final serial numbers and final modification times.
Specifically, the code length is the shortest length of the target serial number, and the code length is not greater than the length of the target serial number. The application does not limit the coding length in detail, and can be flexibly configured in combination with the actual service requirement. The code length is typically an integer number.
Step S203, matching is carried out according to the matching information, and a matching result is obtained.
Unlike step S103, the matching information in this step must include a business keyword.
In some embodiments, when the matching information includes only one service keyword, matching may be performed according to the third identifier, and the content that is successfully matched may be used as a matching result. At this time, the content that is successfully matched refers to the content other than the third identifier in the matching information.
Specifically, the matching information includes the service key, and the content of the successful matching is the content (0004313) of the current service key except the third identifier (such as B).
In some embodiments, when the matching information includes more than one service keyword, matching may be performed according to the first identifier, the second identifier, and the third identifier, and the successfully matched contents may be combined to obtain a matching result. The application is not limited to the combination mode, and can be selected according to actual requirements. At this time, the content for which the matching is successful means other content of the matching information than at least one of the third identifier Fu Jiadi, the identifier and the second identifier.
Specifically, if the matching information includes a date format and a service keyword, the content that is successfully matched is the content (e.g. 2023) that accords with the date format (e.g. yyyy) except the second identifier (e.g. D:) and the content (e.g. 0004313) of the current service keyword except the third identifier (e.g. B:); if the matching information comprises a fixed character string and a business keyword, the content which is successfully matched is the content (such as GSAFC-W-) of the fixed character string except the first identifier (such as S) and the content (such as 0004313) of the current business keyword except the third identifier (such as B); if the matching information includes a fixed string, a date format and a service key, the content that is successfully matched is the fixed string content (e.g., GSAFC-W-) except for a first identifier (e.g., S:), the content (e.g., 2023) conforming to the date format (e.g., yyyy) except for a second identifier (e.g., D:), and the content (e.g., 0004313) of the current service key except for a third identifier (e.g., B:).
Illustratively, the merging of the successfully matched contents may take the forms of character string addition, character string function splicing and the like, but is not limited thereto.
Step S204, generating a target serial number according to the final serial number.
It should be noted that, for the coding rules of the matching information containing the service keywords, the same coding rule type, different service keywords have different final serial numbers and final modification times.
Optionally, the generation mode of the target serial number includes, but is not limited to, adding one to the last serial number to obtain the target serial number, resetting the last serial number, adding one to the last serial number and then adding 0 to obtain the target serial number, or changing the target serial number by a user through input of an input frame, selection of a drop-down frame, and the like.
Wherein, adding a representative obtains the next serial number according to the serial number of the last generated service code (namely the serial number of the service code generated the nearest to the current service code generating process).
It will be appreciated that if the current date and last modified time do not belong to the year, month or day format adopted by the date format, this means that no overflow number has been generated in the date format before that, and thus a zero clearing operation is performed. Zero clearing is used to zero the initial value.
The 0 is added to make the sum of the length of the matching result and the length of the current serial number (namely the length of the target service code) not smaller than the code length.
For example, if the sum of the length of the matching result and the length of the current serial number is smaller than the coding length, 0 is added to the left of the current serial number to make the sum of the length of the matching result and the length of the current serial number equal to the coding length, so as to obtain the target serial number. For example, the code length is 30, the sum of the length of the matching result and the length of the current serial number is 27, the current serial number is 63, and the target serial number obtained after 0 is added to the left of the current serial number is 00063.
Step S205, combining the matching result and the target serial number to obtain the target service code.
The application does not limit the merging mode of the target service codes, and can be selected according to actual requirements. Illustratively, the merging manner may include string concatenation and string addition, but is not limited thereto.
Step S206, the last serial number and the last modification time of the coding rule are covered.
Specifically, the overlay (update) is used for modifying the last serial number and the last modification time when the service code generation is completed. The application does not limit the coverage mode specifically, and can be flexibly selected in combination with the actual service requirement. For example, the current time may be saved and replaced with the last modified time of the encoding rule, the target serial number may be saved and replaced with the last serial number of the encoding rule, or the current time may be used to update the last modified time of the encoding rule, and the target serial number may be used to update the last serial number of the encoding rule.
In the steps S201 to S206 shown in the embodiment of the present application, corresponding configuration items are obtained from a pre-configured coding rule through the obtained current coding rule and the current service keyword, a matching result and a target serial number are obtained according to the configuration items, the matching result and the target serial number are combined, so as to obtain a target service code, and the last serial number and the last modification time of the coding rule are covered.
Referring to fig. 3, in some embodiments, generating the target running number from the last running number may include, but is not limited to, steps S301 to S304:
step S301, adding one to the last serial number to obtain the current serial number.
Step S302, judging whether the sum of the lengths of the current serial numbers and the matching result is smaller than the coding length, if yes, executing step S304 after executing step S303; otherwise, step S304 is directly performed.
Step S303, 0 is added to the left of the current running water number.
Step S304, obtaining the target serial number.
In step S301 of some embodiments, a next running number, that is, the current running number, is obtained by adding a representative from the last generated running number of the service code (that is, the running number of the service code generated the most recently to the current service code generation process).
In step S303 of some embodiments, if the sum of the length of the matching result and the length of the current running number is smaller than the encoding length, 0 is added to the left of the current running number to make the sum of the length of the matching result and the length of the current running number equal to the encoding length.
Wherein, 0 is added to make the sum of the length of the matching result and the length of the current serial number (i.e. the length of the target service code) not smaller than the code length.
In step S304 of some embodiments, the current running number is taken as the generated target running number.
It is easy to understand that when the sum of the length of the matching result and the length of the current serial number is greater than or equal to the coding length, the current serial number obtained by adding one to the last serial number is the target serial number.
Referring to fig. 4, in some embodiments, generating the target serial number according to the last serial number may further include, but is not limited to, steps S401 to S407:
Step S401, a date format is identified.
Specifically, a date format is identified for acquiring the date format and obtaining what type of format is used in the year, month or day.
Step S402, judging whether the current date and the last updated time belong to the same date format, if yes, executing S403, otherwise executing S404.
Step S403, adding one to the last serial number to obtain the current serial number.
Unlike step S301, the encoding rule in this alternative embodiment must include a date format, and this step S403 is performed when the current date and the last update time belong to the same date format.
In the embodiment of the invention, if the date format adopts a year format and the last modification time and the current date belong to the same year, the last serial number is added with one to obtain the current serial number; if the date format adopts a month format and the last modification time and the current date belong to the same month, adding one to the last serial number to obtain the current serial number; if the date format adopts the date format and the last modification time and the current date belong to the same day, the last serial number is added with one to obtain the current serial number.
It is easy to understand that the added representation obtains the next running number, i.e. the current running number, from the last generated running number of the service code, i.e. the running number of the service code generated the most recently to the current service code generation process.
Step S404, the last serial number is cleared and added with one to obtain the current serial number.
Unlike step S301, the encoding rule in this alternative embodiment must include a date format, the current serial number can be obtained by adding one to the last serial number, and step S404 is performed when the current date and the last update time belong to the same date format.
It will be appreciated that if the current date and last modified time do not belong to the year, month or day format adopted by the date format, this means that no overflow number has been generated in the date format before that, and thus a zero clearing operation is performed. Zero clearing is used to zero the initial value.
In the embodiment of the invention, if the date format adopts a year format and the last modification time and the current date do not belong to the same year, the last serial number is cleared and then added with one to obtain the current serial number; if the date format adopts a month format and the last modification time and the current date do not belong to the same month, resetting the last serial number and adding one to obtain the current serial number; if the date format adopts the date format and the last modification time and the current date do not belong to the same day, the last serial number is cleared and then added with one to obtain the current serial number.
Step S405, judging whether the length of the matching result plus the serial number is smaller than the coding length, if yes, executing 407 after executing S406, otherwise, directly executing S407.
Step S406, the left side of the current serial number is supplemented with 0.
In the embodiment of the application, if the sum of the length of the matching result and the length of the current serial number is smaller than the coding length, 0 is supplemented to the left of the current serial number to make the sum of the length of the matching result and the length of the current serial number equal to the coding length.
Wherein, 0 is added to make the sum of the length of the matching result and the length of the current serial number (i.e. the length of the target service code) not smaller than the code length.
Step S407, obtaining the target serial number.
It is easy to understand that when the sum of the length of the matching result plus the length of the current running number is greater than or equal to the encoding length, the current running number is the target running number.
One specific application embodiment of the method of the present application may include two processes of defining the configuration of the encoding rule and configuring the encoding rule.
In some embodiments, defining the configuration of the encoding rules includes:
configuring the coding rule, wherein the configuration items of the coding rule comprise: the code rule type, the matching part 1, the matching part 2, the matching part 3, the matching part 4, the matching part 5, the code length, the last serial number and the last update time, and the matching parts 1-5 are used for setting matching information such as fixed character strings, date formats and business keywords.
In some embodiments, the configuration coding rule may use a visual page, as shown in fig. 5, which is an interface schematic diagram of a configuration coding rule, and in fig. 5, the configuration coding rule page includes a coding rule type input box, a matching portion 1 input box, a matching portion 2 input box, a matching portion 3 input box, a matching portion 4 input box, a matching portion 5 input box, a coding length input box, a last serial number input box, a save button, a cancel button, and a close button, where the coding rule type, the coding length, and the last serial number are necessarily filled, and the matching portions 1-5 may not be all empty. When the user clicks the save button, the logic determination is performed, if the logic is not met, the user is prompted to modify the content of the input box, and if the logic is met, the current configuration rule is saved. When the user clicks a cancel button or a close button, the current configuration encoding rule page is closed.
The configuration step using the coding rules provides a calling method that provides two parameters and returns a string, parameter one: coding rule type, parameter two: the business key words return code character strings, wherein the method definition codes are as follows:
/**
* Generating a service code
* @ param encocodeType coding type
* The @ param businessKey service keyword can be null, and is generated according to the service keyword when the keyword is not null
*@return
*/
String generateEncode(String encodeType,String businessKey);
A specific refinement procedure using the coding rule configuration is shown in fig. 6, including:
and receiving the coding rule type and the service keyword, and obtaining the coding rule type and the service keyword through receiving the parameter, wherein the first parameter is the coding rule type, and the second parameter is the service keyword.
And acquiring the coding rule according to the coding rule type, and acquiring the configuration data of the defined coding rule according to the parameter-coding rule type.
And splicing the matching parts 1-5 in the configuration items of the coding rules to obtain a matching result. And splicing the matching parts 1-5 in the configuration into a character string, wherein the fixed character string is directly spliced by removing a first identifier (such as S:), the date part is removed by removing a second identifier (such as D:), a corresponding date format is obtained, the corresponding character string is converted into a corresponding character string according to the current date according to the date format, and then the key part is used for removing a business key of a third identifier (such as B:) direct splicing parameter II.
And acquiring the last update time and the last serial number according to the type of the coding rule and the service keyword. If the service key parameter is null, obtaining the last serial number and the last updating time directly according to the coding rule type; and if the service key is not null, acquiring the last serial number and the last updating time according to the coding rule type and the service key.
And generating a target serial number according to the date format, the last updating time and the last serial number. If the date format is D, yyyyMMdd generates a serial number from 1 according to the day, comparing the current time with the last updated time, if the current time is the same day, continuing to use the original last serial number, and if the current time is not the same day, starting from 0; if the date format is D, yyyMM starts to generate a serial number from 1 according to month, comparing the current month with the month of the last updating time, if the current month is the same month, continuing to use the original last serial number, and if the current month is not the same month, starting from 0; if the date format is D: yyyy, the running number is generated from 1 according to the year, the current year is compared with the year of the last updating time, if the current year is the same year, the original last running number is continuously used, and if the current year is not the same year, the last running number is started from 0. And adding one to the last serial number of the last step to obtain the current serial number. If the sum of the length of the matching result and the length of the current serial number is smaller than the coding length, 0 is supplemented on the left side of the serial number, so that the sum of the length of the matching result and the length of the current serial number is equal to the coding length. And taking the current serial number as a target serial number.
And splicing the matching result and the target serial number to obtain the service coding character string.
Updating the last updating time and the last serial number of the coding rule, updating the configured last serial number, and updating the last updating time. If the second service keyword is not null, the last serial number and the last updating time of the second service keyword need to be updated. And finally returning the whole spliced business coding character string.
In some embodiments, viewing the encoding rules may use a visualization page, as shown in FIG. 7, that includes a sequence number, encoding rule type, matching portion 1, matching portion 2, matching portion 3, matching portion 4, matching portion 5, encoding length, last running number, and last modification time. The last modification time can not be configured when the rule is configured, the system defaults to be empty, and the current time is saved as the last modification time after the business code is generated. The user may view all current encoding rules using a view encoding rules page, optionally supporting functions such as lookup and filtering.
It should be noted that, when the content of the matching part in the coding rule includes the service keyword, clicking the line coding rule may enter the detail page of the coding rule, as shown in fig. 8, where the detail page of the coding rule includes the coding rule type, the matching part 1, the matching part 2, the matching part 3, the matching part 4, the matching part 5, the coding length, the last serial number, the service keyword, and the last modification time. The last serial number at the upper part of the page is the last serial number of the coding rule corresponding to the coding rule type, and the last serial number in the table at the lower part of the page is the last serial number of the coding rule corresponding to the coding rule type and the business key. For the coding rules containing the service keywords in the matching information, the same coding rule type, different service keywords have different final serial numbers and final modification times. It is easy to understand that the user can use the detail page of the coding rule to check all the service keywords, the last serial number and the last modification time in the current coding rule, and optionally, the detail page of the coding rule supports functions of searching, screening and the like.
The method of the present application is applied to generate a corresponding target business code in an inventory credit system, such as the business code GSAFC-W-0004313-2023002 generated by year from a dealer code. Where "GSAFC-W-" is a fixed string of business codes, "0004313" is a business key representing a dealer code, "2023" is a date, representing a business code of 2023, and "002" is a running water number, which is the 2 nd business code of 2023 of the dealer. If the dealer again generates a business code at 2023, then GSAFC-W-0004313-2023003, by 2024 the dealer again generates a business code with running water from 1, the generated code being: GSAFC-W-0004313-2024001. If another code is 0004226 dealer first signs an agreement in 2023, the received current business key is 0004226, and the generated business code is: GSAFC-W-0004226-2023001.
Referring to fig. 9, the embodiment of the present application further provides a service code generating system, which can implement the service code generating method, where the system includes:
a type acquisition unit 901, configured to acquire a current encoding rule type;
a configuration item obtaining unit 902, configured to obtain a corresponding configuration item from a pre-configured coding rule according to a current coding rule type;
A matching unit 903, configured to perform matching according to the matching information, to obtain a matching result;
a serial number generating unit 904, configured to generate a target serial number according to the last serial number;
the code generating unit 905 is configured to combine the matching result and the target serial number to obtain the target service code.
The specific implementation of the service code generating system is basically the same as the specific embodiment of the service code generating method, and will not be described herein.
The content of the method embodiment of the application is suitable for the system embodiment, the specific function of the system embodiment is the same as that of the method embodiment, and the achieved beneficial effects are the same as those of the method.
The embodiment of the application also provides electronic equipment, which comprises a memory and a processor, wherein the memory stores a computer program, and the processor realizes the business code generation method when executing the computer program. The electronic equipment can be any intelligent terminal including a tablet personal computer, a vehicle-mounted computer and the like.
The content of the method embodiment of the application is suitable for the electronic equipment embodiment, the functions of the electronic equipment embodiment are the same as those of the method embodiment, and the achieved beneficial effects are the same as those of the method.
Referring to fig. 10, fig. 10 illustrates a hardware structure of an electronic device according to another embodiment, the electronic device includes:
the processor 1001 may be implemented by using a general-purpose CPU (central processing unit), a microprocessor, an application-specific integrated circuit (ApplicationSpecificIntegratedCircuit, ASIC), or one or more integrated circuits, etc. to execute related programs to implement the technical solution provided by the embodiments of the present application;
the memory 1002 may be implemented in the form of read-only memory (ReadOnlyMemory, ROM), static storage, dynamic storage, or random access memory (RandomAccessMemory, RAM). The memory 1002 may store an operating system and other application programs, and when the technical solutions provided in the embodiments of the present disclosure are implemented by software or firmware, relevant program codes are stored in the memory 1002, and the processor 1001 invokes a service code generation method for executing the embodiments of the present disclosure;
an input/output interface 1003 for implementing information input and output;
the communication interface 1004 is configured to implement communication interaction between the present device and other devices, and may implement communication in a wired manner (e.g. USB, network cable, etc.), or may implement communication in a wireless manner (e.g. mobile network, WIFI, bluetooth, etc.);
A bus 1005 for transferring information between the various components of the device (e.g., the processor 1001, memory 1002, input/output interface 1003, and communication interface 1004);
wherein the processor 1001, the memory 1002, the input/output interface 1003, and the communication interface 1004 realize communication connection between each other inside the device through the bus 1005.
The embodiment of the application also provides a computer readable storage medium, which stores a computer program, and the computer program realizes the service code generation method when being executed by a processor.
The content of the method embodiment of the application is applicable to the storage medium embodiment, the specific function of the storage medium embodiment is the same as that of the method embodiment, and the achieved beneficial effects are the same as those of the method.
The memory, as a non-transitory computer readable storage medium, may be used to store non-transitory software programs as well as non-transitory computer executable programs. In addition, the memory may include high-speed random access memory, and may also include non-transitory memory, such as at least one magnetic disk storage device, flash memory device, or other non-transitory solid state storage device. In some embodiments, the memory optionally includes memory remotely located relative to the processor, the remote memory being connectable to the processor through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
According to the service code generation method, the system, the electronic equipment and the storage medium, corresponding configuration items are obtained from the pre-configured coding rules through the obtained current coding rule types, the matching result and the target serial numbers are obtained according to the configuration items, the matching result and the target serial numbers are combined, so that the target service code is obtained, the technical problems of low time cost and high labor cost of the conventional service code generation are solved, and through the scheme provided by the embodiment of the application, a user can obtain the automatically generated service code by selecting the current coding rule types, the service code generation efficiency is improved, and the time cost and the labor cost of generating the service code are reduced.
The embodiments described in the embodiments of the present application are for more clearly describing the technical solutions of the embodiments of the present application, and do not constitute a limitation on the technical solutions provided by the embodiments of the present application, and those skilled in the art can know that, with the evolution of technology and the appearance of new application scenarios, the technical solutions provided by the embodiments of the present application are equally applicable to similar technical problems.
It will be appreciated by persons skilled in the art that the embodiments of the application are not limited by the illustrations, and that more or fewer steps than those shown may be included, or certain steps may be combined, or different steps may be included.
The above described apparatus embodiments are merely illustrative, wherein the units illustrated as separate components may or may not be physically separate, i.e. may be located in one place, or may be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
Those of ordinary skill in the art will appreciate that all or some of the steps of the methods, systems, functional modules/units in the devices disclosed above may be implemented as software, firmware, hardware, and suitable combinations thereof.
The terms "first," "second," "third," "fourth," and the like in the description of the application and in the above figures, if any, are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the application described herein may be implemented in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
It should be understood that in the present application, "at least one (item)" means one or more, and "a plurality" means two or more. "and/or" for describing the association relationship of the association object, the representation may have three relationships, for example, "a and/or B" may represent: only a, only B and both a and B are present, wherein a, B may be singular or plural. The character "/" generally indicates that the context-dependent object is an "or" relationship. "at least one of" or the like means any combination of these items, including any combination of single item(s) or plural items(s). For example, at least one (one) of a, b or c may represent: a, b, c, "a and b", "a and c", "b and c", or "a and b and c", wherein a, b, c may be single or plural.
In the several embodiments provided by the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the above-described division of units is merely a logical function division, and there may be another division manner in actual implementation, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, which may be in electrical, mechanical or other form.
The units described above as separate components may or may not be physically separate, and components shown as units may or may not be physical units, may be located in one place, or may be distributed over a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in the embodiments of the present application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units.
The integrated units, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be embodied in essence or a part contributing to the prior art or all or part of the technical solution in the form of a software product stored in a storage medium, including multiple instructions to cause a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the method of the various embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a magnetic disk, or an optical disk, or other various media capable of storing a program.
The preferred embodiments of the present application have been described above with reference to the accompanying drawings, and are not thereby limiting the scope of the claims of the embodiments of the present application. Any modifications, equivalent substitutions and improvements made by those skilled in the art without departing from the scope and spirit of the embodiments of the present application shall fall within the scope of the claims of the embodiments of the present application.

Claims (10)

1. A method for generating a service code, the method comprising:
acquiring the current coding rule type;
obtaining a corresponding configuration item from a pre-configured coding rule according to the current coding rule type, wherein the configuration item comprises the coding rule type, matching information and a last serial number, the matching information comprises at least one of a fixed character string, a date format or a service keyword, and the last serial number is a serial number when the last service coding generation is completed;
matching is carried out according to the matching information, and a matching result is obtained;
generating a target serial number according to the final serial number;
and combining the matching result with the target serial number to obtain a target service code.
2. The method of claim 1, wherein the matching information further comprises at least one of:
A first identifier for identifying a fixed string;
a second identifier for identifying a date format;
and a third identifier for identifying the business key.
3. The method of claim 2, wherein when the matching information includes at least two of a fixed string, a date format, or a business key, the matching according to the matching information, obtaining a matching result includes:
and matching the first identifier, the second identifier and the third identifier, and combining the successfully matched contents to obtain a matching result.
4. The method according to claim 1, wherein when the matching information includes the service key, the obtaining, according to the current coding rule type, a corresponding configuration item from a pre-configured coding rule includes:
and acquiring a corresponding configuration item according to the current coding rule type and the current service keyword.
5. The method of claim 1, wherein the configuration item further comprises a last modification time, the last modification time being a time when the last service code generation was completed, and wherein when the matching information includes a date format, generating a target serial number according to the last serial number comprises:
And generating a target serial number according to the date format, the last modification time and the last serial number.
6. The method of claim 1, wherein generating a target running water number from the last running water number comprises:
adding one to the last serial number to obtain a current serial number;
if the sum of the length of the matching result and the length of the current serial number is smaller than the coding length, supplementing 0 to the left of the current serial number to enable the sum of the length of the matching result and the length of the current serial number to be equal to the coding length, and obtaining the target serial number.
7. The method of claim 1, wherein the configuration item further comprises a last modification time, the method further comprising:
covering the current time with the last modified time of the coding rule;
and covering the final serial number of the coding rule with the target serial number.
8. A traffic code generation system, the system comprising:
a type acquisition unit for acquiring the current coding rule type;
a configuration item acquisition unit, configured to acquire a corresponding configuration item from a pre-configured coding rule according to the current coding rule type;
The matching unit is used for matching according to the matching information to obtain a matching result;
the serial number generation unit is used for generating a target serial number according to the last serial number;
and the code generating unit is used for combining the matching result and the target serial number to obtain a target service code.
9. An electronic device comprising a memory storing a computer program and a processor implementing the business code generation method of any of claims 1 to 7 when the computer program is executed by the processor.
10. A computer readable storage medium storing a computer program, characterized in that the computer program, when executed by a processor, implements the traffic code generation method of any one of claims 1 to 7.
CN202310733195.XA 2023-06-20 2023-06-20 Service code generation method, system, electronic equipment and storage medium Pending CN116956819A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310733195.XA CN116956819A (en) 2023-06-20 2023-06-20 Service code generation method, system, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310733195.XA CN116956819A (en) 2023-06-20 2023-06-20 Service code generation method, system, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN116956819A true CN116956819A (en) 2023-10-27

Family

ID=88441819

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310733195.XA Pending CN116956819A (en) 2023-06-20 2023-06-20 Service code generation method, system, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116956819A (en)

Similar Documents

Publication Publication Date Title
CN109947399A (en) Code structure generation method, device, computer installation and readable storage medium storing program for executing
US20190147029A1 (en) Method and system for generating conversational user interface
CN110399448B (en) Chinese place name address searching and matching method, terminal and computer readable storage medium
CN104361040A (en) Method and device for customized query
CN110109981B (en) Information display method and device for work queue, computer equipment and storage medium
CN111724098B (en) Information display method and system, electronic equipment and storage medium
CN111158777B (en) Component calling method, device and computer readable storage medium
CN112905178A (en) Method, device, equipment and medium for generating business function page
CN112685115A (en) International cue language generating method, system, computer equipment and storage medium
US9736297B2 (en) Phone number canonicalization and information discoverability
CN111914548A (en) Intelligent document filling method and system and related equipment
CN116468062A (en) Page display method and device based on graphic code
CN108959294A (en) A kind of method and apparatus accessing search engine
CN111124540A (en) Dynamic configuration method and service request forwarding method of service control system
CN106506661A (en) Method, server and system for dynamically returning data
CN116956819A (en) Service code generation method, system, electronic equipment and storage medium
CN115658127A (en) Data processing method and device, electronic equipment and storage medium
CN102799423A (en) Method and device for implementing dynamic method in JSF (java service face)
CN115712411A (en) Method and device for generating user-defined serial number
CN114860362A (en) Interface updating method and device
CN114625372A (en) Automatic component compiling method and device, computer equipment and storage medium
CN114356379A (en) Backup-based service upgrading method, device, equipment and storage medium
CN110795424B (en) Characteristic engineering variable data request processing method and device and electronic equipment
CN112162731A (en) Data expansion method, device, storage medium and electronic device
CN108509478B (en) Splitting and calling method of rule engine file, electronic device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination