CN112199403A - To-do item reminding method, device, equipment and storage medium - Google Patents

To-do item reminding method, device, equipment and storage medium Download PDF

Info

Publication number
CN112199403A
CN112199403A CN202010979834.7A CN202010979834A CN112199403A CN 112199403 A CN112199403 A CN 112199403A CN 202010979834 A CN202010979834 A CN 202010979834A CN 112199403 A CN112199403 A CN 112199403A
Authority
CN
China
Prior art keywords
reminding
done
reminder
configuration
module
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
CN202010979834.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.)
Henan Splendor Science and Technology Co Ltd
Original Assignee
Henan Splendor Science and 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 Henan Splendor Science and Technology Co Ltd filed Critical Henan Splendor Science and Technology Co Ltd
Priority to CN202010979834.7A priority Critical patent/CN112199403A/en
Publication of CN112199403A publication Critical patent/CN112199403A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2457Query processing with adaptation to user needs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/248Presentation of query results
    • 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
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/109Time management, e.g. calendars, reminders, meetings or time accounting

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Human Resources & Organizations (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Strategic Management (AREA)
  • Computational Linguistics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Economics (AREA)
  • Software Systems (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a backlog reminding method, which comprises the following steps: setting a to-be-done reminding configuration table, and storing to-be-done reminding configuration information of each service module in the to-be-done reminding configuration table, wherein the to-be-done reminding configuration information at least comprises query SQL; starting a to-be-done reminder traversal thread, traversing to-be-done reminder configuration information in the to-be-done reminder configuration table, inquiring the to-be-done reminder of the corresponding business module by using the inquiry SQL in each piece of to-be-done reminder configuration information, processing an inquiry result according to a preset rule, generating a to-be-done reminder item and storing the to-be-done reminder item into the to-be-done reminder item table; and screening out the to-do reminding items related to the user in the to-do reminding item table according to the to-do inquiry service request sent by the client and returning the to-do reminding items to the client.

Description

To-do item reminding method, device, equipment and storage medium
Technical Field
The invention relates to a to-do reminding method, in particular to a to-do reminding method, device, equipment and storage medium.
Background
In the management information system, when the service data flow is converted to a certain state, the service data flow can give a to-do reminder to personnel needing to process next step. The traditional solution is to add a message reminding service middleware in a publish-subscribe mode, embed a code for adding reminding in each link of a service, generate a reminding message when the service data state changes, and push the reminding message to a designated person by the middleware according to rules.
The prior art has the following disadvantages:
1. the implementation complexity is high, the message reminding middleware needs to integrate the middleware of a third party, the system complexity is increased, and the logic is more complex when the authority management of the system and the message reminding middleware need to be integrated;
2. the service intrusiveness is strong, codes for increasing the reminding are embedded in each link of the service, the code intrusions are caused to service logic, source codes need to be modified when reminding information needs to be increased or adjusted at the later stage, actions such as test release and the like need to be carried out after the codes are modified, and unnecessary waste of labor and time cost is caused;
3. the applicability is poor, a large number of people simultaneously wait in the management information system, after one person finishes the work to be done, other people cannot remind people to be done any more, and the applicability of the message middleware to the reminding is poor.
In order to solve the above problems, people are always seeking an ideal technical solution.
Disclosure of Invention
The invention aims to overcome the defects of the prior art, and provides a backlog reminding method, a device, equipment and a storage medium.
In order to achieve the purpose, the invention adopts the technical scheme that: a backlog reminding method comprises the following steps:
setting a to-be-done reminding configuration table, and storing to-be-done reminding configuration information of each service module in the to-be-done reminding configuration table, wherein the to-be-done reminding configuration information at least comprises query SQL;
starting a to-be-done reminder traversal thread, traversing to-be-done reminder configuration information in the to-be-done reminder configuration table, inquiring the to-be-done reminder of the corresponding business module by using the inquiry SQL in each piece of to-be-done reminder configuration information, processing an inquiry result according to a preset rule, generating a to-be-done reminder item and storing the to-be-done reminder item into the to-be-done reminder item table;
and screening out the to-do reminding items related to the user in the to-do reminding item table according to the to-do inquiry service request sent by the client and returning the to-do reminding items to the client.
Based on the above, the to-do reminder configuration information further includes an authority description character string, where the authority description character string indicates that the user having authority to the specified authority description character string can receive the to-do reminder.
Based on the above, the to-be-handled reminding traversal thread is started and then runs at a fixed time interval.
Based on the above, the to-do reminding item table includes to-do configuration IDs, consumer categories, consumer IDs and the number of to-do items, where the consumer categories include users, organizations, roles, and posts; the consumer ID comprises a user ID, a department ID, a role ID and a post ID;
the query service request to be processed comprises a user ID, a department ID of the user, a role ID of the user and a post ID of the user.
Based on the above, before the newly generated to-do reminder item is saved, the historical to-do reminder item corresponding to the to-do configuration ID of the newly generated to-do reminder item is deleted.
The invention also provides a backlog reminding device, which comprises a configuration module, a first processing module, a service module, a storage module and a second processing module,
the configuration module is internally provided with a to-be-done reminding configuration table and is used for storing to-be-done reminding configuration information of each business module needing to-be-done reminding, and the to-be-done reminding configuration information at least comprises query SQL;
the first processing module comprises a configuration traversal service unit, a to-do query unit, a to-do result processing unit and a to-do result writing unit, wherein the configuration traversal service unit comprises a to-do reminding traversal thread and is used for performing timed polling on the configuration module and reading the to-do reminding configuration information to the to-do query unit; the to-do query unit is used for querying out a to-do result from the service module according to the to-do reminding configuration information; the to-do result processing unit is used for generating a to-do reminding project according to the to-do result; the to-do result writing unit is used for writing the to-do reminding item into the storage module according to a preset rule;
the second processing module comprises a to-do query service unit and a to-do result merging unit, the to-do query service unit is used for querying the target to-do reminding items from the storage module according to the to-do query service request sent by the client, and the to-do result merging unit is used for merging the target to-do reminding items according to a preset rule, generating a to-do reminding item list and returning the to-do reminding item list to the client.
Based on the above, the system further comprises a to-do reminding module, wherein the to-do reminding module comprises a timing trigger unit and a to-do reminding display unit, and the timing trigger unit is used for sending a to-do inquiry service request to the to-do inquiry service unit at regular time; the to-do reminding display unit is used for displaying the to-do reminding item list generated by the to-do result merging unit.
Based on the above, the to-do reminding item table includes to-do configuration IDs, consumer categories, consumer IDs and the number of to-do items, where the consumer categories include users, organizations, roles, and posts; the consumer ID comprises a user ID, a department ID, a role ID and a post ID;
the query service request to be processed comprises a user ID, a department ID of the user, a role ID of the user and a post ID of the user.
A third aspect of the present invention provides a computer device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein the processor implements the aforementioned backlog reminding method when executing the program.
A fourth aspect of the present invention provides a computer-readable storage medium, on which a computer program is stored, which, when executed by a processor, implements the aforementioned to-do-event notification method.
Compared with the prior art, the invention has outstanding substantive characteristics and remarkable progress, particularly,
(1) according to the invention, all the to-do reminders in the system are managed in a centralized manner through the to-do reminder configuration module, and the control right of the to-do reminders is moved from the code layer to the interface layer, so that to-do items can be added and adjusted under the condition of not modifying codes and parameter configuration, and the maintenance without shutdown is realized.
(2) According to the method and the device, the to-be-handled reminding items are classified and stored in a formatted mode through the to-be-handled reminding query result processor, and a database index is conveniently added to accelerate the response speed of a user for extracting to-be-handled information;
(3) according to the method, the development work of the to-be-done reminder is independent, codes related to the to-be-done reminder do not need to be written in the service logic codes of all the service modules, the to-be-done reminder function only needs to be configured correspondingly on the interface, the query SQL of the to-be-done reminder can be guaranteed to be executed correctly, and the rest work is completed by the to-be-done reminder module; therefore, common developers do not need to consider the problem of reminding to be handled, and only need to realize the reminding according to normal code logic, thereby simplifying service logic, greatly facilitating the work of the developers, improving the development efficiency, improving the software development efficiency, and better realizing the technical layering of the developers;
(4) according to the method and the device, the independent traversal thread of the to-be-done reminder is used for inquiring and calculating the to-be-done reminder, the complex to-be-done inquiry service logic is isolated in a centralized mode, the to-be-done reminder module cannot be used even if the service table is deadlocked, other functions of the system cannot be influenced, the client cannot be influenced, the work of later-period maintenance personnel is greatly reduced, and the work efficiency of the maintenance personnel is improved.
Drawings
FIG. 1 is a schematic structural diagram of the to-do-event reminder according to the present invention.
FIG. 2 is a schematic view of another structure of the todo reminder according to the present invention.
Detailed Description
The technical solution of the present invention is further described in detail by the following embodiments.
Example 1
The present embodiment provides a to-do-event reminder, as shown in fig. 1, including a configuration module, a first processing module, a service module, a storage module and a second processing module,
the configuration module is internally provided with a to-be-done reminding configuration table and is used for storing to-be-done reminding configuration information of each business module needing to-be-done reminding, and the to-be-done reminding configuration information at least comprises query SQL;
the first processing module comprises a configuration traversal service unit, a to-do query unit, a to-do result processing unit and a to-do result writing unit, wherein the configuration traversal service unit comprises a to-do reminding traversal thread and is used for performing timed polling on the configuration module and reading the to-do reminding configuration information to the to-do query unit; the to-do query unit is used for querying out a to-do result from the service module according to the to-do reminding configuration information; the to-do result processing unit is used for generating a to-do reminding project according to the to-do result; the to-do result writing unit is used for writing the to-do reminding item into the storage module according to a preset rule;
the second processing module comprises a to-do query service unit and a to-do result merging unit, the to-do query service unit is used for querying the target to-do reminding items from the storage module according to the to-do query service request sent by the client, and the to-do result merging unit is used for merging the target to-do reminding items according to a preset rule, generating a to-do reminding item list and returning the to-do reminding item list to the client.
Preferably, when processing a general to-do reminder query result, the first processing module may directly use a default processor, so that the standardability of the to-do reminder is greatly improved; when processing the extended requirement of the complex to-do service, the first processing module may adopt a custom processor.
Specifically, as shown in fig. 2, the system further includes a to-do reminder module, where the to-do reminder module includes a timing trigger unit and a to-do reminder display unit, and the timing trigger unit is configured to send a to-do query service request to the to-do query service unit at regular time; the to-do reminding display unit is used for displaying the to-do reminding item list generated by the to-do result merging unit.
In actual use, the to-be-done reminding module is positioned at the client and used for regularly sending a query request to the server; the first processing module and the second processing module are positioned at a server, and the second processing module provides query service for the reminding unit to be handled at the client; the first processing unit is used for periodically executing the analysis and query work of the to-be-handled reminding configuration information; the configuration module, the service module and the storage module are positioned at the database side and used for storing data in a table form.
Based on the above, the to-do reminding item table includes to-do configuration IDs, consumer categories, consumer IDs and the number of to-do items, where the consumer categories include users, organizations, roles, and posts; the consumer ID comprises a user ID, a department ID, a role ID and a post ID;
the query service request to be processed comprises a user ID, a department ID of the user, a role ID of the user and a post ID of the user.
The invention carries out polling on the configuration information of the reminding to be done by establishing an independent thread at the server end periodically, inquires the items to be done of the business data according to the configuration rule, processes the inquired result according to the appointed processor, stores the items to be done in the processed result into the database, simultaneously builds the inquiring service of the items to be done at the server end, inquires the items to be done related to the client end from the database table of the items to be done when the client end requests the items to be done from the server end at regular time, then combines and sends the items to the client end, and reminds and displays the items to be done by the client end, thereby greatly simplifying the development work of the functions to be done in the concrete business module compared with the prior art, abstracting the functions to be done into an independent function module, separating the functions from the logic realization of the business module, and greatly facilitating the work of developers and post-maintenance personnel, meanwhile, the software development efficiency and the working efficiency of maintainers are improved.
Example 2
The embodiment provides a to-do item reminding method, which comprises the following steps:
setting a to-be-done reminding configuration table, and storing to-be-done reminding configuration information of each service module in the to-be-done reminding configuration table, wherein the to-be-done reminding configuration information at least comprises query SQL;
starting a to-be-done reminder traversal thread, traversing to-be-done reminder configuration information in the to-be-done reminder configuration table, inquiring the to-be-done reminder of the corresponding business module by using the inquiry SQL in each piece of to-be-done reminder configuration information, processing an inquiry result according to a preset rule, generating a to-be-done reminder item and storing the to-be-done reminder item into the to-be-done reminder item table; preferably, the to-do reminding item table comprises to-do configuration IDs, consumer categories, consumer IDs and the number of to-do items, wherein the consumer categories comprise users, mechanisms, roles and posts; the consumer ID comprises a user ID, a department ID, a role ID and a post ID;
and screening out the to-do reminding items related to the user in a to-do reminding item table according to the to-do inquiry service request sent by the client, and returning the to-do reminding items to the client.
Based on the above, the to-do reminder configuration information further includes an authority description character string, where the authority description character string indicates that the user having authority to the specified authority description character string can receive the to-do reminder.
When the to-do reminder is used specifically, the to-do reminder configuration information may further include a to-do title, to-do reminder information, a jump URL, a ranking number, and the like.
The to-do reminder traversal thread is started and then runs at a fixed time interval, so that the to-do reminder newly generated by the corresponding business module can be automatically and timely obtained through querying SQL.
The invention is applicable to application programs that use databases to store business data and the state of the business data flow, including but not limited to management information systems developed using Java Web technology.
According to the invention, all the to-do reminders in the system are managed in a centralized manner through the to-do reminder configuration module, and the control right of the to-do reminders is moved from the code layer to the interface layer, so that to-do items can be added and adjusted under the condition of not modifying codes and parameter configuration, and the maintenance without shutdown is realized. For example, when a developer adds a to-do reminder function to a service function, only the to-do configuration item of the service module needs to be added, and the need is eliminated.
According to the method and the device, the to-be-handled reminding items are classified and formatted and stored by the to-be-handled reminding query result processor according to the preset rules, so that the database index is conveniently added to accelerate the response speed of the user for extracting the to-be-handled information;
the method is applied to the application program for storing the business data flow state by using the database, development work of the to-be-done reminder is independent, codes related to the to-be-done reminder do not need to be written in business logic codes of all business modules, the to-be-done reminder function only needs to be configured correspondingly on an interface, query SQL of the to-be-done reminder can be guaranteed to be executed correctly, and the rest work is finished by the to-be-done reminder module; therefore, common developers do not need to consider the problem of to-be-handled reminding and only need to realize the reminding according to normal code logic, the business logic is simplified, the work of the developers is greatly facilitated, the development efficiency can be improved, the software development efficiency is improved, and meanwhile the technical layering of the developers is better realized.
In addition, because the independent to-do reminder traversal thread is used for inquiring and calculating the to-do reminder, the complex to-do inquiry service logic is isolated in a centralized manner, even if the service table is deadlocked, the to-do reminder module can only be unavailable, other functions of the system can not be influenced, the client side can not be influenced, the work of later-period maintenance personnel is greatly reduced, and the work efficiency of the maintenance personnel is improved.
It should be noted that before the newly generated to-do reminder item is saved, the historical to-do reminder item corresponding to the to-do configuration ID of the newly generated to-do reminder item is deleted.
Example 3
The present embodiment provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, the to-do-event notification method according to embodiment 1 is implemented.
Example 4
The present embodiment provides a computer-readable storage medium on which a computer program is stored, which, when executed by a processor, implements the to-do-event notification method described in embodiment 1.
Finally, it should be noted that the above examples are only used to illustrate the technical solutions of the present invention and not to limit the same; although the present invention has been described in detail with reference to preferred embodiments, those skilled in the art will understand that: modifications to the specific embodiments of the invention or equivalent substitutions for parts of the technical features may be made; without departing from the spirit of the present invention, it is intended to cover all aspects of the invention as defined by the appended claims.

Claims (10)

1. A backlog reminding method is characterized by comprising the following steps:
setting a to-be-done reminding configuration table, and storing to-be-done reminding configuration information of each service module in the to-be-done reminding configuration table, wherein the to-be-done reminding configuration information at least comprises query SQL;
starting a to-be-done reminder traversal thread, traversing to-be-done reminder configuration information in the to-be-done reminder configuration table, inquiring the to-be-done reminder of the corresponding business module by using the inquiry SQL in each piece of to-be-done reminder configuration information, processing an inquiry result according to a preset rule, generating a to-be-done reminder item and storing the to-be-done reminder item into the to-be-done reminder item table;
and screening out the to-do reminding items related to the user in the to-do reminding item table according to the to-do inquiry service request sent by the client and returning the to-do reminding items to the client.
2. The backlog reminding method according to claim 1, wherein: the to-do reminder configuration information further comprises an authority description character string, and the authority description character string indicates that a user having authority to the specified authority description character string can receive the to-do reminder.
3. The backlog reminding method according to claim 1, wherein: and after the traversal thread of the to-be-handled reminder is started, the to-be-handled reminder runs at a fixed time interval.
4. The backlog reminding method according to claim 1, wherein: the reminding item table to be handled comprises a configuration ID to be handled, a consumer category, a consumer ID and the number of items to be handled, wherein the consumer category comprises users, mechanisms, roles and posts; the consumer ID comprises a user ID, a department ID, a role ID and a post ID;
the query service request to be processed comprises a user ID, a department ID of the user, a role ID of the user and a post ID of the user.
5. The backlog reminding method according to claim 4, wherein: and deleting the historical to-do reminding item corresponding to the to-do configuration ID of the newly generated to-do reminding item before saving the newly generated to-do reminding item.
6. A backlog reminder device is characterized in that: comprises a configuration module, a first processing module, a service module, a storage module and a second processing module,
the configuration module is internally provided with a to-be-done reminding configuration table and is used for storing to-be-done reminding configuration information of each business module needing to-be-done reminding, and the to-be-done reminding configuration information at least comprises query SQL;
the first processing module comprises a configuration traversal service unit, a to-do query unit, a to-do result processing unit and a to-do result writing unit, wherein the configuration traversal service unit comprises a to-do reminding traversal thread and is used for performing timed polling on the configuration module and reading the to-do reminding configuration information to the to-do query unit; the to-do query unit is used for querying out a to-do result from the service module according to the to-do reminding configuration information; the to-do result processing unit is used for generating a to-do reminding project according to the to-do result; the to-do result writing unit is used for writing the to-do reminding item into the storage module according to a preset rule;
the second processing module comprises a to-do query service unit and a to-do result merging unit, the to-do query service unit is used for querying the target to-do reminding items from the storage module according to the to-do query service request sent by the client, and the to-do result merging unit is used for merging the target to-do reminding items according to a preset rule, generating a to-do reminding item list and returning the to-do reminding item list to the client.
7. A backlog reminder device according to claim 6, wherein: the system comprises a to-do query service unit, a to-do query service module and a to-do query module, wherein the to-do query service unit is used for inquiring the to-do query service request; the to-do reminding display unit is used for displaying the to-do reminding item list generated by the to-do result merging unit.
8. A backlog reminder device according to claim 6, wherein: the reminding item table to be handled comprises a configuration ID to be handled, a consumer category, a consumer ID and the number of items to be handled, wherein the consumer category comprises users, mechanisms, roles and posts; the consumer ID comprises a user ID, a department ID, a role ID and a post ID;
the query service request to be processed comprises a user ID, a department ID of the user, a role ID of the user and a post ID of the user.
9. A computer device comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein the processor implements the to-do reminder method of any one of claims 1 to 5 when executing the program.
10. A computer-readable storage medium on which a computer program is stored, the program being characterized by implementing the to-do reminder method according to any one of claims 1 to 5 when executed by a processor.
CN202010979834.7A 2020-09-17 2020-09-17 To-do item reminding method, device, equipment and storage medium Pending CN112199403A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010979834.7A CN112199403A (en) 2020-09-17 2020-09-17 To-do item reminding method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010979834.7A CN112199403A (en) 2020-09-17 2020-09-17 To-do item reminding method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112199403A true CN112199403A (en) 2021-01-08

Family

ID=74015324

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010979834.7A Pending CN112199403A (en) 2020-09-17 2020-09-17 To-do item reminding method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112199403A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180130334A1 (en) * 2016-11-08 2018-05-10 Delta Pds Co., Ltd. Method and apparatus for providing reminder based on chat room
CN108108952A (en) * 2017-12-14 2018-06-01 税友软件集团股份有限公司 A kind of service implementation method, system, equipment and computer storage media
CN110581794A (en) * 2018-06-11 2019-12-17 腾讯科技(深圳)有限公司 Information processing method, information processing device, storage medium and computer equipment

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180130334A1 (en) * 2016-11-08 2018-05-10 Delta Pds Co., Ltd. Method and apparatus for providing reminder based on chat room
CN108108952A (en) * 2017-12-14 2018-06-01 税友软件集团股份有限公司 A kind of service implementation method, system, equipment and computer storage media
CN110581794A (en) * 2018-06-11 2019-12-17 腾讯科技(深圳)有限公司 Information processing method, information processing device, storage medium and computer equipment

Similar Documents

Publication Publication Date Title
US11328003B2 (en) Data relationships storage platform
CN109101652B (en) Label creating and managing system
US7386797B1 (en) Framework to model and execute business processes within a collaborative environment
US8554596B2 (en) System and methods for managing complex service delivery through coordination and integration of structured and unstructured activities
US7827169B2 (en) Methods and systems for data processing
US8938421B2 (en) Method and a system for synchronizing data
CN107341643B (en) Visual process display method and system
CN109690524A (en) Data Serialization in distributed event processing system
US9946989B2 (en) Management and notification of object model changes
US7930268B2 (en) Workflow method, system, and data structure
CN108073710B (en) Github open source code library recommendation system based on dynamic network graph mining
US20060010051A1 (en) Method and system for time sheet reporting
US20030154197A1 (en) Flexible relational data storage method and apparatus
US20100161627A1 (en) Generic data object mapping agent
US9009725B2 (en) System of growth and automated migration
CN109815382B (en) Method and system for sensing and acquiring large-scale network data
CN109299074B (en) Data verification method and system based on templated database view
CN107169862B (en) Automatic tracking system for deposit of bad bank customer
CN112396397A (en) Operation and maintenance affair collection and management system
CN107577748A (en) Building trade information acquisition system and its method based on big data
US20130254156A1 (en) Algorithm and System for Automated Enterprise-wide Data Quality Improvement
CN107291938B (en) Order inquiry system and method
CN107423035B (en) Product data management system in software development process
CN112199403A (en) To-do item reminding method, device, equipment and storage medium
CN113468340B (en) Construction system and construction method of industrial knowledge graph

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