CN111061461A - Retail chain response type system - Google Patents

Retail chain response type system Download PDF

Info

Publication number
CN111061461A
CN111061461A CN201911300154.1A CN201911300154A CN111061461A CN 111061461 A CN111061461 A CN 111061461A CN 201911300154 A CN201911300154 A CN 201911300154A CN 111061461 A CN111061461 A CN 111061461A
Authority
CN
China
Prior art keywords
management
chain
management system
receipt
main system
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.)
Granted
Application number
CN201911300154.1A
Other languages
Chinese (zh)
Other versions
CN111061461B (en
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.)
Wuhan Cloud Auxiliary Material Technology Co Ltd
Original Assignee
Wuhan Cloud Auxiliary Material 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 Wuhan Cloud Auxiliary Material Technology Co Ltd filed Critical Wuhan Cloud Auxiliary Material Technology Co Ltd
Priority to CN201911300154.1A priority Critical patent/CN111061461B/en
Publication of CN111061461A publication Critical patent/CN111061461A/en
Application granted granted Critical
Publication of CN111061461B publication Critical patent/CN111061461B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/547Messaging middleware

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

A retail chain response type system comprises a chain main system, a message middleware and service subsystems, wherein the systems are communicated through the message middleware; the linkage main system is used for issuing tasks to the corresponding service subsystem according to the service requirements, receiving the receipt result fed back by the service subsystem and issuing the next task to the corresponding service subsystem or other service subsystems based on the receipt result; the service subsystem is used for receiving the tasks issued by the linkage main system, executing corresponding actions according to the corresponding tasks, and feeding back receipt results to the linkage main system after the execution is finished. In the invention, each service subsystem responds to the message sent by the chain main system, and the receipt is carried out after the processing is finished, through the mode, each service subsystem does not care whether other systems succeed or fail, only the notified task needs to be processed, and the whole initialization progress and the exception processing are controlled by the chain main system, so that the service subsystems are not directly coupled and are mutually independent.

Description

Retail chain response type system
Technical Field
The invention relates to the field of retail chain management, in particular to a retail chain response type system.
Background
With the rapid development of retail business, the complexity of systems and business is also continuously improved, and how to solve the coupling among a plurality of systems after the system is serviced, improve the response time and throughput of the business, and effectively ensure the robustness and stability of the system is a main problem facing us.
Disclosure of Invention
In order to solve the technical problems, the invention provides a retail chain response type system, which combines the thinking of the prior technical system and the service characteristics, and practices the field driving and response type architecture and the RxJava framework in the service to solve the problems caused by the complexity of the system and the service, and the technical scheme of the invention is as follows:
a retail chain response type system comprises a chain system based on Domain Driven Design (DDD), wherein the chain system comprises a chain main system, each business subsystem and a message middleware, the chain main system and each business subsystem are connected through the message middleware, and messages are sent and received through the message middleware;
the linkage main system is used for issuing corresponding tasks to corresponding business subsystems in the business subsystems according to business requirements, receiving receipt results fed back by the corresponding business subsystems and issuing next tasks to the corresponding business subsystems or other business subsystems based on the receipt results;
the business subsystem is used for receiving the tasks issued by the linkage main system, executing corresponding actions according to the corresponding tasks, and feeding back receipt results to the linkage main system after the execution is finished.
Further, the business subsystem comprises a shop creating system for creating shops, a peripheral management system for managing peripherals, a warehouse management system for managing warehouses, a commodity management system for managing commodities and an inventory management system for managing inventory, wherein the shop creating system, the peripheral management system, the warehouse management system, the commodity management system and the inventory management system are all connected with a message middleware, and messages are sent and received through the message middleware.
Further, the business requirements include chain branch establishment requirements, the chain main system is used for issuing corresponding chain branch establishment tasks to the store establishment system according to the chain branch establishment requirements, the store establishment system is used for establishing chain branches according to the chain branch establishment tasks, and receipt results of the chain branches after the chain branches are established are fed back to the chain main system.
Further, the chain main system is further configured to send a peripheral management task to the peripheral management system after receiving a receipt result created by the chain branch store, and the peripheral management system is configured to perform peripheral management work corresponding to the chain branch store according to the peripheral management task and feed back the receipt result of the peripheral management completion to the chain main system after the peripheral management work is completed.
Further, the chain main system is further configured to send a warehouse management task to the warehouse management system after receiving a receipt result created by the chain branch, and the warehouse management system is configured to perform warehouse management work of the corresponding chain branch according to the warehouse management task and feed back the receipt result completed by the warehouse management to the chain main system after the warehouse management work is completed.
Further, the linkage main system is further configured to send a commodity management task to the commodity management system after receiving a receipt result of the warehouse management completion, and the commodity management system is configured to perform commodity management work of the corresponding warehouse according to the commodity management task and feed back the receipt result of the commodity management completion to the linkage main system after the commodity management work is completed.
Further, the linkage main system is further configured to send an inventory management task to the inventory management system after receiving a receipt result of the completion of the commodity management, and the inventory management system is configured to perform inventory management work on the corresponding commodity according to the inventory management task and feed back the receipt result of the completion of the inventory management to the linkage main system after the inventory management work is completed.
Further, the business subsystem further comprises an asset management system; the asset management system is connected with the message middleware and is connected with the chain main system through the message middleware, the chain main system is further used for sending asset management tasks to the asset management system after receiving receipt results of chain branch shops established and completed, the asset management system is used for carrying out asset management of the corresponding chain branch shops according to the asset management tasks and feeding back the receipt results of the asset management completion to the chain main system after the asset management is completed.
Further, the business subsystem further comprises an employee management system; the staff management system is connected with the message middleware and is connected with the chain main system through the message middleware, the business subsystem is further used for sending staff management tasks to the staff management system after receiving receipt results created and completed by chain branch stores, the staff management system is used for carrying out staff management corresponding to the chain branch stores according to the staff management tasks, and the chain main system feeds back the receipt results completed by the staff management after the staff management is completed.
The invention has the following beneficial effects:
1. in the method, each service subsystem responds to the message sent by the chain main system in establishing store services, and the receipt is carried out after the processing is finished.
2. Different service domains are split into different service subsystems, so that the system maintenance is facilitated, and the system expansibility is improved.
3. In the face of increasingly complex retail business scenes, the invention adopts a response type architecture to comprehensively realize the asynchronization of system business, and provides powerful support for improving the robustness and flexibility of a complex business system.
Drawings
FIG. 1 is a block diagram of a retail chain responsive system provided by an embodiment of the present invention;
fig. 2 is a system architecture of a chain system based on a domain-driven design according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As shown in fig. 1, as a first embodiment of the present invention, a retail chain response system is provided, where the retail chain response system includes a chain system based on Domain Driven Design (DDD), the chain system includes a chain main system, a message middleware, and business subsystems, the chain main system and the business subsystems are connected through the message middleware, and a message is sent and received through the message middleware;
the linkage main system is used for issuing corresponding tasks to corresponding business subsystems in the business subsystems according to business requirements, receiving receipt results fed back by the corresponding business subsystems and issuing next tasks to the corresponding business subsystems or other business subsystems based on the receipt results;
the business subsystem is used for receiving the tasks issued by the linkage main system, executing corresponding actions according to the corresponding tasks, and feeding back receipt results to the linkage main system after the execution is finished.
In the method, each service subsystem responds to the message sent by the chain main system in establishing store services, and the receipt is carried out after the processing is finished.
As the second embodiment of the present invention, it is preferable that the business subsystem includes a store creation system for creating a store, a peripheral management system for managing peripherals, a warehouse management system for managing a warehouse, a merchandise management system for managing merchandise, an inventory management system for managing inventory, an asset management system for managing assets, and an employee management system for managing employees, the store creation system, the peripheral management system, the warehouse management system, the merchandise management system, the inventory management system, the asset management system, and the employee management system are all connected to a message middleware through which a message is sent and received, the store creation system serves as a first-level subsystem, the peripheral management system, the warehouse management system, the asset management system, and the employee management system serve as a second-level subsystem, the commodity management system is used as a third-level subsystem, the inventory management system is used as a fourth-level subsystem, the peripheral management system, the warehouse management system, the asset management system and the employee management system depend on the completion of chain branch store creation of the store creation system, the commodity management system depends on the completion of warehouse management work of the warehouse management system, and the inventory management system depends on the completion of commodity management work of the commodity management system.
As a third embodiment of the present invention, preferably, the business requirements include a chain branch establishment requirement, the chain main system is configured to issue a corresponding chain branch establishment task to a store establishment system according to the chain branch establishment requirement, the store establishment system is configured to create a chain branch according to the chain branch establishment task, and feed back a receipt result of the chain branch establishment completion to the chain main system after the chain branch establishment is completed;
as a fourth embodiment of the present invention, preferably, after receiving the receipt result created and completed by the chain branch, the chain main system further sends a peripheral management task, a warehouse management task, an asset management task, and a staff management task to the peripheral management system, the warehouse management system, the asset management system, and the staff management system, respectively, where the peripheral management system is configured to perform a peripheral management operation of the corresponding chain branch according to the peripheral management task, and feed back the receipt result completed by the peripheral management to the chain main system after the peripheral management operation is completed; the warehouse management system is used for carrying out warehouse management work of the corresponding chain branch according to the warehouse management task and feeding back a return receipt result of finished warehouse management to the chain main system after the warehouse management work is finished; the asset management system is used for performing asset management of the corresponding chain branch shop according to the asset management task and feeding back a receipt result of the completion of the asset management to the chain main system after the asset management is completed; the employee management system is used for managing the employees of the corresponding chain branch stores according to the employee management tasks and feeding back the receipt results of the employee management completion to the chain main system after the employee management completion.
As a fifth embodiment of the present invention, preferably, the linkage main system is further configured to send a commodity management task to the commodity management system after receiving a receipt result of completion of warehouse management, and the commodity management system is configured to perform commodity management work of a corresponding warehouse according to the commodity management task and feed back the receipt result of completion of commodity management to the linkage main system after the commodity management work is completed.
As a sixth embodiment of the present invention, the linkage main system is further configured to send an inventory management task to the inventory management system after receiving a receipt result of the completion of the commodity management, and the inventory management system is configured to perform inventory management work on the corresponding commodity according to the inventory management task, and feed back the receipt result of the completion of the inventory management after the inventory management work is completed.
The invention divides different service domains into different service subsystems, such as a shop creating system, a peripheral management system, a warehouse management system, a commodity management system, an asset management system, an employee management system and an inventory management system, wherein each service subsystem does not care whether other systems succeed or fail, only needs to process the notified task, and the whole initialization progress and exception processing are controlled by a chain main system, so that the service subsystems are not directly coupled and keep mutually independent, the asynchronization of system services can be comprehensively realized in the face of more and more complex retail service scenes, and the strong support is provided for improving the robustness and flexibility of a complex service system.
As a seventh embodiment of the present invention, a system architecture of a chain system based on Domain Driven Design (DDD) is provided, as shown in fig. 2, the system architecture of the chain system includes an infrastructure layer, an application interface layer, a domain layer and a user layer.
The infrastructure layer mainly provides general technical capabilities for other layers, such as messaging of applications, domain persistence, and the like. In practical project application, the layer is mainly used for reading and writing persistent data, and we can serialize domain objects needing persistence into a specified storage medium, such as: databases, Hbase, MongoDB, ES, etc., and similarly, data may also be taken from these storage media and assembled into domain objects, at this level, domain persistence is typically implemented using warehousing mechanisms.
The application interface layer is used for providing application service, and is mainly responsible for arranging and assembling service use cases, whether to process service logic or not, coordinating the relationship between the field layer and the user interface layer, providing various application functions for the user interface layer externally, and finishing various service arranging and assembling for internally calling field objects or field services of the field layer.
The domain layer, also called model layer, belongs to the most core layer in the business system, and almost all business logic in the whole system can be realized in the layer, and the layer mainly comprises domain models and domain services.
The domain model is used for abstracting complex business logic and converting the complex business logic into a conceptual graph model which is convenient to understand, generally consists of an entity and a value object, and is different from a data model in that: the data model describes the persistence mode of the object, and the domain model expresses various classes in the domain and the relationship among the classes.
The domain service can be considered as a supplement of the domain model because in the actual modeling process, concepts are essentially operations which involve a plurality of domain objects and need to coordinate the domain objects to complete the operation, if the operation is forced to be classified into an object, the object can bear some roles which are not owned by the object, and further the role of the object is ambiguous, and at this time, the domain service is needed to bear the operations and is used for connecting a plurality of domain objects in series. When modeling, the method introduces a domain service for bearing information aggregation operation in consideration of reasonableness.
The user layer is mainly responsible for displaying user information, requesting the application layer to acquire data required to be displayed by a user, and sending a command to the application layer to request the application layer to execute a certain user behavior. The front end calls the back end service in an http mode, the front end interacts with the front end in a mode of providing REST service in the layer, then, an RPC calling mode is uniformly adopted, a two-party service interface is declared to interact with a front end node layer in the layer, and then a specific interface is made to realize in an application layer.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (9)

1. A retail chain response type system is characterized by comprising a chain system based on Domain Driven Design (DDD), wherein the chain system comprises a chain main system, a message middleware and business subsystems, the chain main system and the business subsystems are connected through the message middleware, and messages are sent and received through the message middleware;
the linkage main system is used for issuing corresponding tasks to corresponding business subsystems in the business subsystems according to business requirements, receiving receipt results fed back by the corresponding business subsystems and issuing next tasks to the corresponding business subsystems or other business subsystems based on the receipt results;
the business subsystem is used for receiving the tasks issued by the linkage main system, executing corresponding actions according to the corresponding tasks, and feeding back receipt results to the linkage main system after the execution is finished.
2. A retail chain-response system according to claim 1, wherein the business subsystem includes a store creation system for creating a store, a peripheral management system for managing peripheral devices, a warehouse management system for managing a warehouse, a merchandise management system for managing merchandise, and an inventory management system for managing inventory, and the store creation system, the peripheral management system, the warehouse management system, the merchandise management system, and the inventory management system are all connected to a message middleware through which messages are sent and received.
3. The retail chain-response system according to claim 2, wherein the business requirements include chain branch establishment requirements, the chain main system is configured to issue a corresponding chain branch establishment task to the store establishment system according to the chain branch establishment requirements, and the store establishment system is configured to create a chain branch according to the chain branch establishment task and feed back a receipt result of the chain branch establishment after the chain branch establishment is completed to the chain main system.
4. The retail chain-response system according to claim 3, wherein the chain master system is further configured to send the peripheral management task to the peripheral management system after receiving the receipt result of the chain branch shop creation completion, and the peripheral management system is configured to perform the peripheral management work of the corresponding chain branch shop according to the peripheral management task and feed back the receipt result of the peripheral management completion to the chain master system after the peripheral management work is completed.
5. The retail chain-response system according to claim 3, wherein the chain master system is further configured to send a warehouse management task to the warehouse management system after receiving the receipt result created and completed by the chain branch, and the warehouse management system is configured to perform warehouse management work of the corresponding chain branch according to the warehouse management task and feed back the receipt result completed by the warehouse management after the warehouse management work is completed.
6. The retail chain-response system according to claim 5, wherein the chain main system is further configured to send a merchandise management task to the merchandise management system after receiving a receipt result of completion of warehouse management, and the merchandise management system is configured to perform merchandise management work for a corresponding warehouse according to the merchandise management task and feed back the receipt result of completion of merchandise management to the chain main system after completion of the merchandise management work.
7. The retail chain-response system according to claim 6, wherein the chain main system is further configured to send an inventory management task to the inventory management system after receiving a receipt result of the completion of the commodity management, and the inventory management system is configured to perform inventory management work on the corresponding commodity according to the inventory management task and feed back the receipt result of the completion of the inventory management after the inventory management work is completed.
8. A retail chain responsive system according to claim 3, characterised in that the business subsystem further comprises an asset management system; the asset management system is connected with the message middleware and is connected with the chain main system through the message middleware, the chain main system is further used for sending asset management tasks to the asset management system after receiving receipt results of chain branch shops established and completed, the asset management system is used for carrying out asset management of the corresponding chain branch shops according to the asset management tasks and feeding back the receipt results of the asset management completion to the chain main system after the asset management is completed.
9. A retail chain-responsive system according to claim 3, wherein the business subsystem further comprises an employee management system; the staff management system is connected with the message middleware and is connected with the chain main system through the message middleware, the business subsystem is further used for sending staff management tasks to the staff management system after receiving receipt results created and completed by chain branch stores, the staff management system is used for carrying out staff management corresponding to the chain branch stores according to the staff management tasks, and the chain main system feeds back the receipt results completed by the staff management after the staff management is completed.
CN201911300154.1A 2019-12-16 2019-12-16 Retail chain response type system Active CN111061461B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911300154.1A CN111061461B (en) 2019-12-16 2019-12-16 Retail chain response type system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911300154.1A CN111061461B (en) 2019-12-16 2019-12-16 Retail chain response type system

Publications (2)

Publication Number Publication Date
CN111061461A true CN111061461A (en) 2020-04-24
CN111061461B CN111061461B (en) 2023-09-26

Family

ID=70301896

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911300154.1A Active CN111061461B (en) 2019-12-16 2019-12-16 Retail chain response type system

Country Status (1)

Country Link
CN (1) CN111061461B (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20080089540A (en) * 2007-02-26 2008-10-07 (주)데일리시스템 Food marketing system and method of managing inventory
CN102904746A (en) * 2012-09-13 2013-01-30 曙光信息产业(北京)有限公司 Cluster task self-dispatching system and method based on information mechanism
US20170004422A1 (en) * 2013-12-20 2017-01-05 Wat-Mart Stores, Inc. Systems and methods for sales execution environment
CN106651258A (en) * 2016-12-14 2017-05-10 黑龙江农业工程职业学院 Retail product inventory management system
US20170148005A1 (en) * 2015-11-20 2017-05-25 The Answer Group, Inc. Integrated Automatic Retail System and Method
CN107392687A (en) * 2016-05-13 2017-11-24 高博创科有限公司 Automatic retail realization system
CN107479984A (en) * 2016-09-29 2017-12-15 北京超图软件股份有限公司 Message based distributed space data processing system
CN107609747A (en) * 2017-08-18 2018-01-19 刘英学 Based on the drugstore chain operation system and method for predicting and subscribing pattern
CN107886399A (en) * 2017-11-14 2018-04-06 上海伯俊软件科技有限公司 A kind of cloud storehouse order processing system for the retail of full channel
CN110033228A (en) * 2019-02-26 2019-07-19 杭州火小二科技有限公司 A kind of home office, chain client, server and system
CN110060002A (en) * 2019-03-18 2019-07-26 云南财经大学 A kind of cloud logistics platform based on supply chain management
CN110189206A (en) * 2019-06-04 2019-08-30 苏州程旅网络科技有限公司 Asynchronous ordering system and ordering method from the background
CN110427354A (en) * 2019-07-12 2019-11-08 四川九洲电器集团有限责任公司 A kind of distribution studies and judges system, method and computer storage medium, electronic equipment

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20080089540A (en) * 2007-02-26 2008-10-07 (주)데일리시스템 Food marketing system and method of managing inventory
CN102904746A (en) * 2012-09-13 2013-01-30 曙光信息产业(北京)有限公司 Cluster task self-dispatching system and method based on information mechanism
US20170004422A1 (en) * 2013-12-20 2017-01-05 Wat-Mart Stores, Inc. Systems and methods for sales execution environment
US20170148005A1 (en) * 2015-11-20 2017-05-25 The Answer Group, Inc. Integrated Automatic Retail System and Method
CN107392687A (en) * 2016-05-13 2017-11-24 高博创科有限公司 Automatic retail realization system
CN107479984A (en) * 2016-09-29 2017-12-15 北京超图软件股份有限公司 Message based distributed space data processing system
CN106651258A (en) * 2016-12-14 2017-05-10 黑龙江农业工程职业学院 Retail product inventory management system
CN107609747A (en) * 2017-08-18 2018-01-19 刘英学 Based on the drugstore chain operation system and method for predicting and subscribing pattern
CN107886399A (en) * 2017-11-14 2018-04-06 上海伯俊软件科技有限公司 A kind of cloud storehouse order processing system for the retail of full channel
CN110033228A (en) * 2019-02-26 2019-07-19 杭州火小二科技有限公司 A kind of home office, chain client, server and system
CN110060002A (en) * 2019-03-18 2019-07-26 云南财经大学 A kind of cloud logistics platform based on supply chain management
CN110189206A (en) * 2019-06-04 2019-08-30 苏州程旅网络科技有限公司 Asynchronous ordering system and ordering method from the background
CN110427354A (en) * 2019-07-12 2019-11-08 四川九洲电器集团有限责任公司 A kind of distribution studies and judges system, method and computer storage medium, electronic equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
张萌;王丽芳;李琪;彭丽芳;何小亚;蒋长青;: "基于ESB的机票分销系统集成框架研究", no. 02 *
汤师爷0: "全面解析新零售中台架构", pages 1 - 4 *

Also Published As

Publication number Publication date
CN111061461B (en) 2023-09-26

Similar Documents

Publication Publication Date Title
US20130132296A1 (en) Networked business object sharing
CN101317153B (en) System and method used for object model on workflow and administrative behavior purpose
CN106055316B (en) Supply chain financial engine system, system establishing method and server
WO2004086198A2 (en) Common common object
US8666968B2 (en) Executing runtime callback functions
CN105913179A (en) Business connection system between enterprises based on cloud platform
CN111538774B (en) Data storage and display method, system, equipment and storage medium
Rizk et al. A unified conversational assistant framework for business process automation
CN102214187A (en) Complex event processing method and device
MX2008011909A (en) Framework for modeling cancellation for process-centric programs.
CN111190580A (en) Spinach cloud technology platform based on micro-service architecture
US20210089961A1 (en) Machine learning data processing pipeline
CN112418784B (en) Service arranging and executing system and method
CN108536718A (en) A kind of method and system for the IT application in management realized based on input and output semantization
US9058215B2 (en) Integration of a calculation engine with a software component
Ashima et al. Automation of AM Via IoT towards implementation of e-logistics in supply chain for industry 4.0
CN113287100A (en) System and method for generating in-memory table model database
JP7270064B2 (en) Return task generation method, device, equipment and storage medium
CN109447545A (en) The order status real-time synchronization resolver and implementation method of electric business plateform system
CN104318375B (en) A kind of Mini Supermarkets commodity information management system
US9069373B2 (en) Generating a runtime framework
CN111061461A (en) Retail chain response type system
CN111062691A (en) Retail chain response type method
CN103970592A (en) Single-thread multi-task processing method and server of transaction middleware
CN105512829A (en) Web service protocol-based card value multidimensional cost accumulation method

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
GR01 Patent grant
GR01 Patent grant