CN112634005A - Method and device for generating financial certificate and electronic equipment - Google Patents

Method and device for generating financial certificate and electronic equipment Download PDF

Info

Publication number
CN112634005A
CN112634005A CN202011617394.7A CN202011617394A CN112634005A CN 112634005 A CN112634005 A CN 112634005A CN 202011617394 A CN202011617394 A CN 202011617394A CN 112634005 A CN112634005 A CN 112634005A
Authority
CN
China
Prior art keywords
data
certificate
message
credential
service
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
CN202011617394.7A
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.)
Shanghai Zhongtongji Network Technology Co Ltd
Original Assignee
Shanghai Zhongtongji Network 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 Shanghai Zhongtongji Network Technology Co Ltd filed Critical Shanghai Zhongtongji Network Technology Co Ltd
Priority to CN202011617394.7A priority Critical patent/CN112634005A/en
Publication of CN112634005A publication Critical patent/CN112634005A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/12Accounting
    • G06Q40/125Finance or payroll
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Finance (AREA)
  • Accounting & Taxation (AREA)
  • Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Artificial Intelligence (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The application relates to a method, a device and electronic equipment for generating financial certificates, belonging to the technical field of middleboxes, wherein the method comprises the following steps: receiving initial bill data pushed by a service system; generating a certificate message based on the initial bill data, and inquiring and confirming the certificate data type corresponding to the certificate message; selecting intermediate data required by the certificate message from a pre-configured template library to generate a template based on the certificate data type corresponding to the certificate message, and filling business data corresponding to the certificate message into the template to generate certificate intermediate table data; and pushing the data of the certificate intermediate table to an external certificate service provider, and receiving a returned certificate number. The method and the device help to provide accurate and quick certificate service for the business party more efficiently.

Description

Method and device for generating financial certificate and electronic equipment
Technical Field
The application belongs to the technical field of middleboxes, and particularly relates to a method and device for generating financial certificates and electronic equipment.
Background
One of the core functions of the middle station is to generate corresponding certificates according to different service scenes according to requirements. Because the business logic difference of each scene is large, in the previous voucher development, a set of voucher logic needs to be independently developed for each business scene, the period from requirement evaluation, development and testing to online is long, and when the requirement changes, the previous online logic needs to be repeated, so that the response of the system to the requirement updating is lagged.
Disclosure of Invention
In order to overcome the problems in the related art at least to a certain extent, the application provides a method, a device and an electronic device for generating a financial certificate, the financial certificate is generated based on a templating mode, and accurate and rapid certificate service is provided for a business party more efficiently.
In order to achieve the purpose, the following technical scheme is adopted in the application:
in a first aspect,
the application provides a method for generating financial certificates, which comprises the following steps:
receiving initial bill data pushed by a service system;
generating a certificate message based on the initial bill data, and inquiring and confirming the certificate data type corresponding to the certificate message;
selecting intermediate data required by the certificate message from a pre-configured template library to generate a template based on the certificate data type corresponding to the certificate message, and filling business data corresponding to the certificate message into the template to generate certificate intermediate table data;
and pushing the data of the certificate intermediate table to an external certificate service provider, and receiving a returned certificate number.
Optionally, the method is applied to a central station system, and the generating of the credential message based on the initial billing data includes:
carrying out data cleaning processing on the received initial bill data to obtain secondary bill data;
generating message data based on a preset rule according to the secondary bill data and storing the message data in a message table of a central station database to generate a certificate message;
the message data comprises message type information, account number information, service type information and extended field information of the certificate.
Optionally, the querying confirms the credential data type corresponding to the credential message, including:
scanning a message table of a middle station database regularly to obtain message data corresponding to the newly added certificate message;
and inquiring a pre-configured configuration table according to the message type information and the account number information in the message data to determine the certificate data type corresponding to the newly added certificate message.
Optionally, the selecting, from a pre-configured template library, an intermediate data generation template required by the credential message based on the credential data type corresponding to the credential message, and filling the service data corresponding to the credential message into the template to generate credential intermediate table data includes:
splicing and combining the account number information and the service type information in the message data of the voucher message and the voucher data type corresponding to the message to obtain intermediate combined data;
pushing the intermediate combined data to a certificate engine, and generating certificate intermediate table data based on an intermediate table data generation service of the certificate engine;
wherein the intermediate table data generation service is configured to,
selecting intermediate data from a template library to generate a template according to the service type information and the certificate data type in the intermediate combined data;
inquiring a business table for storing secondary bill data in a central database according to the bill number information in the intermediate combined data, and acquiring business data corresponding to the obtained voucher message;
and filling the obtained service data into the selected intermediate data generation template.
Optionally, based on the credential push configuration in the configuration table, the credential engine pushes the credential intermediate table data to an external credential facilitator.
Optionally, the credential engine, further configured to,
after the data of the certificate intermediate table is pushed to an external certificate service provider, polling is carried out on a query interface of the external certificate service provider, and the polling is carried out to obtain a certificate number for feedback.
Optionally, the external credential facilitator comprises an NC credential facilitator.
Optionally, the business system includes a third-party logistics system, a local operating fee management system, a transportation system, and a material system.
In a second aspect of the present invention,
the present application provides an apparatus for generating financial credentials, the apparatus comprising:
the receiving module is used for receiving initial bill data pushed by the service system;
the message generation module is used for generating a certificate message based on the initial bill data and inquiring and confirming the certificate data type corresponding to the certificate message;
the intermediate table data generation module is used for selecting an intermediate data generation template required by the certificate message from a pre-configured template library based on the certificate data type corresponding to the certificate message, and filling the service data corresponding to the certificate message into the template to generate the certificate intermediate table data;
and the pushing and receiving module is used for pushing the data of the certificate intermediate table to an external certificate service provider and receiving the returned certificate number.
In a third aspect,
the application provides an electronic device, including:
a memory having an executable program stored thereon;
a processor for executing the executable program in the memory to implement the steps of the method described above.
This application adopts above technical scheme, possesses following beneficial effect at least:
the financial voucher is generated based on the templating mode, and accurate and quick voucher service is provided for a business party more efficiently. And the common logic of the service voucher is separated from the individual requirements of each service scene, so that a developer can better focus on the excavation of the individual requirements, the development and operation and maintenance efficiency is improved, the requirements of customers can be reflected in near real time, and the service efficiency is obviously improved.
Additional advantages, objects, and features of the invention will be set forth in part in the description which follows and in part will become apparent to those having ordinary skill in the art upon examination of the following or may be learned from practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings are included to provide a further understanding of the technology or prior art of the present application and are incorporated in and constitute a part of this specification. The drawings expressing the embodiments of the present application are used for explaining the technical solutions of the present application, and should not be construed as limiting the technical solutions of the present application.
FIG. 1 is a schematic flow chart diagram illustrating a method for generating financial documents according to an embodiment of the present application;
FIG. 2 is an interaction diagram of a method for generating financial instruments according to another embodiment of the present application;
FIG. 3 is a schematic structural diagram of an apparatus for generating financial documents according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the technical solutions of the present application will be described in detail below. It is to be understood that the embodiments described are only a few embodiments of the present application and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the examples given herein without making any creative effort, shall fall within the protection scope of the present application.
As described in the background art, one of the core functions of the middlebox system is to generate corresponding credentials as required for different service scenarios. In practical application, the business logic of each scene is greatly different, in the previous voucher development, a set of voucher logic needs to be independently developed for each business scene, the period from requirement evaluation, development and testing to online is long, and the previous online logic needs to be repeated after the requirement is changed, so that the response of the system to the requirement updating is delayed.
In view of the above, the present application provides a method for generating a financial document, which generates the financial document based on a templated manner, and is helpful to provide a precise and fast credential service for a business party more efficiently. As shown in fig. 1, in one embodiment, the method includes:
step S110, receiving initial bill data pushed by a service system;
step S120, generating a certificate message based on the initial bill data, and inquiring and confirming the certificate data type corresponding to the certificate message;
step S130, selecting intermediate data required by the certificate message from a pre-configured template base based on the certificate data type corresponding to the certificate message to generate a template, and filling the service data corresponding to the certificate message into the template to generate certificate intermediate table data;
step S140, pushing the data of the certificate intermediate table to an external certificate service provider, and receiving the returned certificate number.
According to the technical scheme, the common logic of the business voucher is separated from the individual requirements of each business scene, the template is formed based on the common logic, and in practical application, the financial voucher is generated in a template mode based on the pre-configured template, so that accurate and quick voucher service can be provided for a business party more efficiently. And from the developer's perspective, adopt this kind of mode, can let the developer focus on the excavation of individualized demand more, promote development and operation and maintenance efficiency, can be close real-time reaction to customer's demand, show and promote business efficiency.
In order to facilitate understanding of the technical solutions of the present application, the technical solutions of the present application will be further described below with another embodiment.
In this embodiment, as shown in fig. 2, the method for generating financial certificates is applied to a central system, and each business system pushes initial bill data to the central system, for example, the application scenario here is a logistics company with a scale above, and the specific business system includes a third-party logistics system, an local operation fee management system, a transportation system, a material system, and the like;
after the central station system receives the initial bill data pushed by the service system, the initial bill data needs to be correspondingly cleaned, so that the initial bill data meets the subsequent processing requirements;
in this embodiment, specifically, as shown in fig. 2, data cleaning processing is performed on the received initial bill data at regular time to obtain secondary bill data;
generating message data based on a preset rule according to the secondary bill data and storing the message data in a message table of a central station database so as to generate a certificate message;
it should be noted that the message data constituting the voucher message includes message type information, account number information, service type information, and extension field information of the voucher. Specifically, the message type is used to characterize which kind of credential (such as a receipt credential, a payment credential, etc.) needs to be made; the account number is the only serial number of the system; the business type is used to characterize what kind of credentials the message corresponds to (here, classification of credentials, refers to a classification of fees from a specific company business perspective); the extension field of the voucher is used to label the voucher remark information, e.g. the remark information for a particular voucher being collected may be "20200201 collected from a company", etc.
In this embodiment, the process of querying the credential data type corresponding to the confirmation credential message is as follows:
scanning a message table of a middle station database regularly to obtain message data corresponding to the newly added certificate message;
and inquiring a pre-configured configuration table according to the message type information and the account number information in the message data to determine the certificate data type corresponding to the newly added certificate message.
It should be noted that, in this embodiment, the generation rule of the credential message is also maintained through the configuration table, and through specific configuration, it is possible to control an account number to make several kinds of credentials at the same time (for example, an account number may be configured to generate a collection credential, a payment credential, and the like at the same time, and these several kinds of credentials are associated with a service, and either all succeed or all fail). Based on the different identifiers, the configuration table may also control whether subsequent credential-related data is pushed to the credential facilitator's database.
In the embodiment, the configuration is maintained by adopting the configuration table, so that the generation of the bill data and the generation of the voucher are decoupled, and the association between programs is reduced.
In the embodiment, after the voucher data type is determined, message data of the voucher message is scanned regularly, and account number information and service type information in the message data of the voucher message are spliced and combined with the voucher data type corresponding to the message to obtain intermediate combined data;
as shown in fig. 2, the intermediate combined data is pushed to the credential engine, and the credential intermediate table data is generated based on the intermediate table data generation service of the credential engine;
in particular, the intermediate table data generation service of the credential engine, is configured to,
selecting intermediate data from a template library to generate a template according to the service type information and the certificate data type in the intermediate combined data, wherein the template and the module library can be realized based on SQL (structured query language), for example;
inquiring a business table for storing secondary bill data in a central database according to the bill number information in the intermediate combined data, and acquiring business data corresponding to the obtained voucher message;
and filling the obtained service data into the selected intermediate data generation template so as to generate the voucher intermediate table data.
In this embodiment, as shown in fig. 2, based on the credential push configuration in the configuration table, the credential engine pushes the credential intermediate table data to the external credential facilitator, so that the corresponding facilitator generates a credential according to the credential intermediate table data. For example, the external credential server is an NC credential server, and the pushing is implemented by periodically pushing the credential intermediate table data to an NC database of the server.
While, in general, the external credential facilitator does not have an active feedback mechanism, so in this embodiment, the credential engine, is also configured,
after the data in the certificate intermediate table is pushed to the external certificate facilitator, polling is performed on an inquiry interface of the external certificate facilitator (the interface is regularly accessed and inquired), and the polling is performed to obtain a certificate number for feedback, that is, as shown in fig. 2, the certificate engine obtains the returned certificate number based on polling and feeds back the certificate number to the central station system to inform that the corresponding certificate message certificate is successfully generated.
Fig. 3 is a schematic structural diagram of an apparatus for generating a financial document according to an embodiment of the present application, and as shown in fig. 3, the apparatus 300 for generating a financial document includes:
the receiving module is used for receiving initial bill data pushed by the service system;
the message generation module is used for generating a certificate message based on the initial bill data and inquiring and confirming the certificate data type corresponding to the certificate message;
the intermediate table data generation module is used for selecting an intermediate data generation template required by the certificate message from a pre-configured template library based on the certificate data type corresponding to the certificate message, and filling the service data corresponding to the certificate message into the template to generate the certificate intermediate table data;
and the pushing and receiving module is used for pushing the data of the certificate intermediate table to an external certificate service provider and receiving the returned certificate number.
With respect to the apparatus 300 for generating financial documents in the above-mentioned related embodiments, the specific manner in which each module performs the operation has been described in detail in the embodiments related to the method, and will not be elaborated herein.
Fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present application, and as shown in fig. 4, the electronic device 400 includes:
a memory 401 having an executable program stored thereon;
a processor 402 for executing the executable program in the memory 401 to implement the steps of the above method.
With respect to the electronic device 400 in the above embodiment, the specific manner of executing the program in the memory 401 by the processor 402 thereof has been described in detail in the embodiment related to the method, and will not be elaborated herein.
The above description is only a preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A method of generating financial instruments, comprising:
receiving initial bill data pushed by a service system;
generating a certificate message based on the initial bill data, and inquiring and confirming the certificate data type corresponding to the certificate message;
selecting intermediate data required by the certificate message from a pre-configured template library to generate a template based on the certificate data type corresponding to the certificate message, and filling business data corresponding to the certificate message into the template to generate certificate intermediate table data;
and pushing the data of the certificate intermediate table to an external certificate service provider, and receiving a returned certificate number.
2. The method of claim 1, wherein the method is applied to a central station system, and wherein generating the credential message based on the initial billing data comprises:
carrying out data cleaning processing on the received initial bill data to obtain secondary bill data;
generating message data based on a preset rule according to the secondary bill data and storing the message data in a message table of a central station database to generate a certificate message;
the message data comprises message type information, account number information, service type information and extended field information of the certificate.
3. The method of claim 2, wherein querying the credential data type corresponding to the confirmation credential message comprises:
scanning a message table of a middle station database regularly to obtain message data corresponding to the newly added certificate message;
and inquiring a pre-configured configuration table according to the message type information and the account number information in the message data to determine the certificate data type corresponding to the newly added certificate message.
4. The method according to claim 3, wherein the selecting an intermediate data generation template required by the credential message from a pre-configured template library based on the credential data type corresponding to the credential message, and filling the service data corresponding to the credential message into the template to generate the credential intermediate table data comprises:
splicing and combining the account number information and the service type information in the message data of the voucher message and the voucher data type corresponding to the message to obtain intermediate combined data;
pushing the intermediate combined data to a certificate engine, and generating certificate intermediate table data based on an intermediate table data generation service of the certificate engine;
wherein the intermediate table data generation service is configured to,
selecting intermediate data from a template library to generate a template according to the service type information and the certificate data type in the intermediate combined data;
inquiring a business table for storing secondary bill data in a central database according to the bill number information in the intermediate combined data, and acquiring business data corresponding to the obtained voucher message;
and filling the obtained service data into the selected intermediate data generation template.
5. The method of claim 4, wherein the credential engine pushes credential intermediate table data to an external credential facilitator based on the credential push configuration in the configuration table.
6. The method of claim 5, wherein the credential engine is further configured to,
after the data of the certificate intermediate table is pushed to an external certificate service provider, polling is carried out on a query interface of the external certificate service provider, and the polling is carried out to obtain a certificate number for feedback.
7. The method of any of claims 1 to 6, wherein the external credential facilitator comprises an NC credential facilitator.
8. The method of any one of claims 1 to 6, wherein the business system comprises a third party logistics system, a local operating fee management system, a transportation system, a material system.
9. An apparatus for generating financial credentials, comprising:
the receiving module is used for receiving initial bill data pushed by the service system;
the message generation module is used for generating a certificate message based on the initial bill data and inquiring and confirming the certificate data type corresponding to the certificate message;
the intermediate table data generation module is used for selecting an intermediate data generation template required by the certificate message from a pre-configured template library based on the certificate data type corresponding to the certificate message, and filling the service data corresponding to the certificate message into the template to generate the certificate intermediate table data;
and the pushing and receiving module is used for pushing the data of the certificate intermediate table to an external certificate service provider and receiving the returned certificate number.
10. An electronic device, comprising:
a memory having an executable program stored thereon;
a processor for executing the executable program in the memory to implement the steps of the method of any one of claims 1-8.
CN202011617394.7A 2020-12-30 2020-12-30 Method and device for generating financial certificate and electronic equipment Pending CN112634005A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011617394.7A CN112634005A (en) 2020-12-30 2020-12-30 Method and device for generating financial certificate and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011617394.7A CN112634005A (en) 2020-12-30 2020-12-30 Method and device for generating financial certificate and electronic equipment

Publications (1)

Publication Number Publication Date
CN112634005A true CN112634005A (en) 2021-04-09

Family

ID=75287414

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011617394.7A Pending CN112634005A (en) 2020-12-30 2020-12-30 Method and device for generating financial certificate and electronic equipment

Country Status (1)

Country Link
CN (1) CN112634005A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113139373A (en) * 2021-04-23 2021-07-20 上海中通吉网络技术有限公司 Method, system and equipment for generating industry and property voucher based on dynamic modeling
CN117035778A (en) * 2023-08-28 2023-11-10 北京星汉博纳医药科技有限公司 Payment information processing method, system and computing device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080077503A1 (en) * 2006-09-26 2008-03-27 Zias Jeff A Employment-tax information aggregator
CN107918910A (en) * 2017-09-28 2018-04-17 平安普惠企业管理有限公司 Financial affairs receipt generation method, device, equipment and computer-readable recording medium
CN109377340A (en) * 2018-11-05 2019-02-22 上海德启信息科技有限公司 Settlement system is unified in a kind of multi-service
CN110009471A (en) * 2019-04-03 2019-07-12 平安信托有限责任公司 Financial affairs receipt generation method, device, computer equipment and storage medium
CN110119977A (en) * 2019-05-10 2019-08-13 极智(上海)企业管理咨询有限公司 Financial accounting voucher automatic generation method, system, medium and electronic equipment
CN110490721A (en) * 2019-08-06 2019-11-22 万翼科技有限公司 Financial affairs receipt generation method and Related product
CN111127181A (en) * 2019-12-24 2020-05-08 中国建设银行股份有限公司 Voucher bookkeeping method and device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080077503A1 (en) * 2006-09-26 2008-03-27 Zias Jeff A Employment-tax information aggregator
CN107918910A (en) * 2017-09-28 2018-04-17 平安普惠企业管理有限公司 Financial affairs receipt generation method, device, equipment and computer-readable recording medium
CN109377340A (en) * 2018-11-05 2019-02-22 上海德启信息科技有限公司 Settlement system is unified in a kind of multi-service
CN110009471A (en) * 2019-04-03 2019-07-12 平安信托有限责任公司 Financial affairs receipt generation method, device, computer equipment and storage medium
CN110119977A (en) * 2019-05-10 2019-08-13 极智(上海)企业管理咨询有限公司 Financial accounting voucher automatic generation method, system, medium and electronic equipment
CN110490721A (en) * 2019-08-06 2019-11-22 万翼科技有限公司 Financial affairs receipt generation method and Related product
CN111127181A (en) * 2019-12-24 2020-05-08 中国建设银行股份有限公司 Voucher bookkeeping method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113139373A (en) * 2021-04-23 2021-07-20 上海中通吉网络技术有限公司 Method, system and equipment for generating industry and property voucher based on dynamic modeling
CN117035778A (en) * 2023-08-28 2023-11-10 北京星汉博纳医药科技有限公司 Payment information processing method, system and computing device

Similar Documents

Publication Publication Date Title
CN109325729A (en) A kind of method and server generating electronic contract
US20100251264A1 (en) Systems and/or methods for end-to-end business process management, business event management, and/or business activity monitoring
CN109460841B (en) User account opening method, system and storage medium
CN110910230A (en) Accounting method, accounting system and storage medium
CN111178836B (en) Batch archiving method, device and equipment for electronic documents and storage medium
CN110688828A (en) File processing method and device, file processing system and computer equipment
CN112634005A (en) Method and device for generating financial certificate and electronic equipment
CN111327514A (en) WeChat image-text message group sending method, system, server and storage medium
CN104462621A (en) Data processing method and device
CN113806400A (en) Financial data processing method and device, storage medium and electronic equipment
CN116620094A (en) Charging gun abnormality detection method and device, electronic equipment and readable storage medium
CN113688418A (en) Engineering order settlement method and system based on block chain data storage
CN111127224B (en) Information processing method, information processing device, electronic equipment and storage medium
CN109858905B (en) Cross-system electronic certificate processing method and device
CN113487053A (en) Maintenance service method, device, equipment and computer readable storage medium
CN111489212B (en) Order billing method, device, equipment and medium based on big data
CN110602246B (en) Resource distribution method and device based on block chain and block chain system
CN116095074A (en) Resource allocation method, device, related equipment and storage medium
CN112860292A (en) Configuration management method and device based on application
CN113468446A (en) Method, system and equipment for supporting identification of third-party two-dimensional code data
CN111461658A (en) Enterprise contract business processing method, device, medium and equipment based on big data
CN112836479A (en) Data report generation method, system and storage device
CN113095937B (en) Bill generation method, system, equipment and storage medium based on enterprise WeChat
CN117556800A (en) Online contract file generation method and signing method
CN115686468A (en) Method and system for standardizing bill cashing interface

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