CN114881575A - Rapid development framework and development method for inventory management software of process manufacturing enterprise - Google Patents

Rapid development framework and development method for inventory management software of process manufacturing enterprise Download PDF

Info

Publication number
CN114881575A
CN114881575A CN202210607596.6A CN202210607596A CN114881575A CN 114881575 A CN114881575 A CN 114881575A CN 202210607596 A CN202210607596 A CN 202210607596A CN 114881575 A CN114881575 A CN 114881575A
Authority
CN
China
Prior art keywords
inventory management
business
service
manufacturing enterprise
management software
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
CN202210607596.6A
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.)
Nanjing Tech University
Original Assignee
Nanjing Tech University
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 Nanjing Tech University filed Critical Nanjing Tech University
Priority to CN202210607596.6A priority Critical patent/CN114881575A/en
Publication of CN114881575A publication Critical patent/CN114881575A/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
    • G06Q10/00Administration; Management
    • G06Q10/08Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
    • G06Q10/087Inventory or stock management, e.g. order filling, procurement or balancing against orders
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/904Browsing; Visualisation therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/20Drawing from basic elements, e.g. lines or circles
    • G06T11/206Drawing of charts or graphs
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Economics (AREA)
  • Databases & Information Systems (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Marketing (AREA)
  • Finance (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • General Factory Administration (AREA)

Abstract

The invention provides a rapid development framework and a method for inventory management software of a process manufacturing enterprise, wherein the development framework comprises an interface layer, a service layer and a data layer, a basic component is arranged in the interface layer, a micro-service framework is arranged in the service layer, the data layer comprises a MySQL database and an object model management module, and the basic component and the micro-service framework access the database through the object model management module. The development method comprises the following steps: the method comprises the steps of inventory management business analysis, data modeling, interface rapid construction and business process model rapid construction of a process manufacturing enterprise. The invention uses the micro-service architecture to loosely couple the interior of the development framework, distinguishes the front-end interface logic from the back-end flow business logic, improves the flexibility and the expansibility of the development framework by dragging and pulling and attribute configuration development modes, and effectively reduces the development difficulty, the development cost and the development technical threshold of inventory management software of a flow manufacturing enterprise.

Description

Rapid development framework and development method for inventory management software of process manufacturing enterprise
Technical Field
The invention relates to the technical field of computer software design, in particular but not limited to a rapid development framework of inventory management software of a process manufacturing enterprise and a development method thereof.
Background
The inventory management system can uniformly and effectively manage all materials related to inventory in the production process of a process industrial manufacturing enterprise, traditional paper receipts and manual operation are converted into computer-aided management and intelligent logistics transmission, any change (ex-warehouse, in-warehouse and the like) of the inventory state can be reflected in a ledger of the inventory management system in time, and the enterprise can be helped to accurately master information such as existing inventory, fund occupation and the like.
With the continuous increase or update of inventory management business of process manufacturing enterprises, the development and design of inventory management software of the process manufacturing enterprises face great challenges. The traditional software development mostly uses pure code development, the development process is complex and the codes are long, the codes among all modules of the software are easy to conflict, so that the slight change of a certain inventory business (such as the change of the examination and approval process of the warehousing business) can cause the codes of the corresponding modules and the codes of other modules to be correspondingly changed, a user can only wait for professional software technicians to maintain, and the maintenance cost is high and the maintenance time is long. In addition, developers need to master special software programming knowledge, such as Java language, C + + language, C # language, etc., to implement the development task of system software, which results in long development period, high difficulty and high development cost.
Disclosure of Invention
Aiming at one or more problems in the prior art, the invention provides a rapid development frame and a development method of inventory management software of a process manufacturing enterprise by combining a design development environment of industrial APP application software, which help developers to rapidly develop the inventory management software of the process manufacturing enterprise without mastering special software knowledge, and meanwhile, a business application interface is rapidly established by means of a visual component technology, a business process model is rapidly established by means of a workflow technology, a micro-service framework is used for loosely coupling the interior of the development frame, the flexibility and the expansibility of the development frame are improved, and the development cost and the development technology threshold are reduced.
The technical solution for realizing the purpose of the invention is as follows:
according to one aspect of the invention, a rapid development framework for process manufacturing enterprise inventory management software comprises:
the interface layer is used for quickly constructing a business interface of the inventory management software of the process manufacturing enterprise, and a plurality of basic components are arranged in the interface layer;
the service layer is used for completing the business process of inventory management in the process of flow production and manufacturing, processing the data request submitted by the interface layer and submitting the data to be stored to the database, and a micro-service architecture is arranged in the service layer;
the data layer is used for carrying out data acquisition and data modeling on inventory management related information in the process of flow production and manufacturing, and carrying out real-time data interaction with the interface layer and the service layer, and comprises a MySQL database and an object model management module, wherein both a basic component of the interface layer and a micro-service architecture of the service layer access the database through the object model management module.
Further, the framework for rapidly developing the inventory management software of the process manufacturing enterprise comprises an interface layer, a chart component library, a primitive component library and other basic components, wherein the chart component library, the chart component library and the primitive component library all adopt MVVM (multifunction vehicle virtual machine) architectures, and a user interface is separated and decoupled from the business logic of the inventory management software.
Furthermore, the invention relates to a rapid development framework of the inventory management software of the process manufacturing enterprise, wherein a chart component library comprises components such as a line graph, a curve graph, a bar graph, an area graph, a scatter diagram and the like; the form component library comprises components such as forms, input boxes, drop-down boxes, buttons, labels and the like; the primitive component library comprises components such as irregular graphs, circles, rectangles, ellipses, rounded rectangles, regular polygons, triangles, circular arcs, characters, connecting lines, pictures, data connections, line segments and the like.
Furthermore, in the rapid development framework of the process manufacturing enterprise inventory management software, the micro-service framework of the service layer adopts Spring Cloud as the micro-service framework.
Further, the service layer of the rapid development framework of the process manufacturing enterprise inventory management software of the present invention includes an organization management microservice, a personnel management microservice and a workflow microservice, wherein:
the organization management microservice is used for constructing and managing mechanisms and posts related to inventory management in the enterprise according to the human resource relation of the enterprise;
the personnel management micro-service is used for managing personnel information related to the inventory management responsibility and business of the production and manufacturing process in the enterprise;
the workflow microservice is used for constructing a business process model in each business link of the inventory management of a process manufacturing enterprise, forming a complete workflow by formulating business rules, extracting business logic processed by the system from program codes and converting the business logic into simple business rules, and expressing business behaviors by structured business rule data.
Further, the object model management module of the rapid development framework of the process manufacturing enterprise inventory management software adopts an object-oriented mode to operate the persistent objects, and converts the operations into the underlying SQL operations, wherein the persistent objects comprise creation, modification, deletion and query.
According to another aspect of the present invention, a method for developing inventory management software of a manufacturing enterprise based on any of the above rapid development frameworks for inventory management software of a manufacturing enterprise comprises a front-end construction and a back-end construction, wherein:
the front end constructs an interface for constructing inventory management software, modularizes the front end, creates a combinable, reusable and maintainable component, and forms a view interface in a rapid development framework by nesting and splicing the components;
and the back end constructs a business process for constructing inventory management software, converts a business rule of inventory management in the actual production process into a BPMN model required by a workflow engine, and constructs the business process model according to the BPMN model in the workflow microservice of the rapid development framework.
Further, the method for developing the inventory management software of the process manufacturing enterprise specifically comprises the following steps:
step 1: analyzing specific business and function requirements of a process manufacturing enterprise on inventory management software in a production process, and extracting an entity relationship diagram;
step 2: establishing a database conceptual model according to the entity relationship diagram, establishing a data model example through an object model management module, and configuring a data structure of example attributes;
and 3, step 3: the method comprises the steps that a component library in a rapid development framework is used or a third-party component library is called, an application interface of inventory management software business in the production and manufacturing process of a flow manufacturing enterprise is rapidly constructed in a dragging and pulling and attribute configuration mode, or logic association of various business interfaces and addition, deletion, modification and check of various attribute data tables in the production and manufacturing process are completed by compiling script codes;
and 4, step 4: the organization management micro-service is used for constructing and managing mechanisms and posts related to the inventory management in the production and manufacturing process in the enterprise, the personnel information related to the inventory management responsibility and the business in the production and manufacturing process in the personnel management micro-service management enterprise is used, and a business process model of inventory management software is quickly constructed in the workflow micro-service in a dragging and pulling and attribute configuration mode;
and 5: and performing systematic test, and finishing software development if the test is passed.
Compared with the prior art, the invention adopting the technical scheme has the following technical effects:
1. the technical scheme of the invention provides a rapid development framework of the inventory management software of the process manufacturing enterprise by utilizing a visual component technology and a workflow technology, uses a micro-service framework to loosely couple the interior of the development framework, improves the flexibility and expansibility of the development framework, and effectively reduces the development difficulty of the inventory management software of the process manufacturing enterprise.
2. The rapid development framework of the inventory management software of the process manufacturing enterprise ensures that a developer can carry out rapid data modeling and rapid interface and business process model construction by distinguishing the front-end interface logic and the back-end process business logic, thereby realizing rapid development of the inventory management software suitable for different process production and manufacturing process scenes.
3. According to the rapid development framework of the inventory management software of the process manufacturing enterprise, provided by the invention, through a software development mode of dragging and attribute configuration, personnel with few or even no programming basis can rapidly develop various inventory management software suitable for the scene requirements of the process manufacturing enterprise.
Drawings
The accompanying drawings are included to provide a further understanding of the invention, and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention. In the drawings:
FIG. 1 is a schematic diagram of a rapid development framework for process manufacturing enterprise inventory management software according to the present invention.
FIG. 2 is a diagram of a visual component library design framework according to an embodiment of the present invention.
FIG. 3 is a flowchart of a method for developing inventory management software for a manufacturing facility according to the present invention.
FIG. 4 is a flow diagram of an inventory service of an embodiment of the present invention.
FIG. 5 is a flow chart of the raw material delivery process according to the embodiment of the present invention.
FIG. 6 is a flowchart illustrating a process of storing steel in a warehouse according to an embodiment of the present invention.
FIG. 7 is a raw material inventory basis data E-R chart of an embodiment of the present invention.
FIG. 8 is a diagram of steel stock basic data E-R according to an embodiment of the present invention.
FIG. 9 is a diagram of user permissions E-R in accordance with an embodiment of the present invention.
FIG. 10 is a BPMN diagram of the steel material taken out of the warehouse in accordance with the embodiment of the present invention.
Detailed Description
For a further understanding of the invention, reference will now be made to the preferred embodiments of the invention by way of example, and it is to be understood that the description is intended to further illustrate features and advantages of the invention, and not to limit the scope of the claims.
A rapid development framework for process manufacturing enterprise inventory management software, comprising:
and the interface layer is used for quickly constructing a business interface of the inventory management software of the process manufacturing enterprise. The interface layer comprises basic components such as a chart component library, a form component library and a primitive component library, wherein the chart component library, the form component library and the primitive component library all adopt MVVM (multifunction virtual machine) architectures, and a user interface is separated and decoupled from service logic of inventory management software. The chart component library comprises components such as a line graph, a curve graph, a bar graph, an area graph and a scatter diagram; the form component library comprises components such as a form, an input box, a drop-down box, a button, a label and the like; the primitive component library comprises components such as irregular figures, circles, rectangles, ellipses, rounded rectangles, regular polygons, triangles, circular arcs, characters, connecting lines, pictures, data connections, line segments and the like.
And the service layer is used for completing the business process of inventory management in the process of production and manufacturing, processing the data request submitted by the interface layer and submitting the data to be stored to the database. The service layer comprises organization management micro-service, personnel management micro-service and workflow micro-service, and a micro-service framework of the service layer adopts Spring Cloud as a micro-service framework. The organization management microservice is used for constructing and managing mechanisms and posts related to inventory management in the enterprise according to the human resource relation in the process manufacturing enterprise; the personnel management microservice is used for managing personnel information related to the inventory management responsibility and the business of the production and manufacturing process in the process manufacturing enterprise; the workflow microservice is used for constructing a business process model in each business link of the inventory management of a process manufacturing enterprise, forming a complete workflow by formulating business rules, extracting business logic processed by the system from program codes and converting the business logic into simple business rules, and expressing business behaviors by structured business rule data.
The data layer is used for carrying out data acquisition and data modeling on inventory management related information in the process of flow production and manufacturing, and carrying out real-time data interaction with the interface layer and the service layer, and comprises a MySQL database and an object model management module, wherein both a basic component of the interface layer and a micro-service architecture of the service layer access the database through the object model management module. The object model management module operates persistent objects in an object-oriented manner and translates these operations into underlying SQL operations, including creation, modification, deletion, and querying.
A development method of process manufacturing enterprise inventory management software is based on a rapid development framework of the process manufacturing enterprise inventory management software and comprises a front-end construction and a back-end construction, wherein the front-end construction comprises the steps of constructing an interface of the inventory management software, modularizing the front end, creating a combinable, reusable and maintainable component, and forming a view interface in the rapid development framework through nesting and splicing the components; the back-end construction comprises the steps of constructing a business process of inventory management software, converting a business rule of inventory management in the actual production process into a BPMN model required by a workflow engine, and constructing the business process model according to the BPMN model in the workflow microservice of a rapid development framework. The specific development steps comprise:
step 1: analyzing specific business and function requirements of a process manufacturing enterprise on inventory management software in a production process, and extracting an entity relationship diagram;
step 2: establishing a database conceptual model by adopting an entity relationship diagram, establishing a data model example by using an object model management module in a data layer, and configuring a data structure of example attributes;
and step 3: the method comprises the steps that a component library in a rapid development framework is used or a third-party component library is called, an application interface of inventory management software business in the production and manufacturing process of a flow manufacturing enterprise is rapidly constructed in a dragging and pulling and attribute configuration mode, or logic association of various business interfaces and addition, deletion, modification and check of various attribute data tables in the production and manufacturing process are completed by compiling script codes;
and 4, step 4: the organization management micro-service is used for constructing and managing mechanisms and posts related to the inventory management in the production and manufacturing process in the enterprise, the personnel information related to the inventory management responsibility and the business in the production and manufacturing process in the personnel management micro-service management enterprise is used, and a business process model of inventory management software is quickly constructed in the workflow micro-service in a dragging and pulling and attribute configuration mode;
and 5: and performing systematic test, and finishing software development if the test is passed.
Example 1
Taking a steel stock management service in a process manufacturing process as an example, by adopting the technical scheme of the invention, a layered and flexibly configurable steel stock management software rapid development framework is designed, and as shown in fig. 1, the framework comprises an interface layer, a service layer and a data layer. The interface layer of the steel inventory management software rapid development framework carries out visual configuration design based on component technology, and a business application interface can be rapidly constructed by dragging a component. In the micro-service architecture, if any one service needs to be added with a certain function, only the required function needs to be added to the service, and the whole process cannot be influenced. The data layer of the steel stock management software rapid development framework comprises data storage and data persistence functions, and the database can be modified and checked through an object model management module of a development environment.
Specifically, the interface layer of the steel inventory management software comprises a chart component library, a form component library and a primitive component library, and is used for realizing the rapid construction of a service interface of the steel inventory management software, the chart component library comprises components such as a broken line graph, a curve graph, a column graph, an area graph and a scatter diagram, the form component library comprises components such as a table, an input box, a drop-down box, a button and a label, and the primitive component library comprises components such as irregular graphs, circles, rectangles, ellipses, rounded rectangles, regular polygons, triangles, arcs, characters, connecting lines, pictures, data connections, line segments and the like. Taking a line graph as an example, when the component is used, a data source needs to be bound firstly, the data source needs to be the steel stock management object attribute which is subjected to data modeling in an object management module, then attribute configuration is carried out, and the operation of attributes such as font size, font color, background color, alignment mode and the like can be carried out on parameters such as a title, a style, a legend, an XY axis, a label and the like of the line graph. The used components can be preset components in a steel stock management development framework, and the components in a third-party component library can be called by developers. In addition, when the interface logic requirements of developers cannot be met by adopting the current attribute configuration, a small amount of script codes can be written in the script editor to realize various page interaction functions (such as new addition, modification, deletion and creation of steel information).
The design framework of the visual component library is shown in FIG. 2 and comprises a component library, an editor, a JSON Schema and a server. Building a component library requires the development of two code programs, one for the component itself and the other for the configuration panel used to configure the properties of the component. The function of the assembly is two: one is provided to an editor to enable the presentation of the component on a palette; and the other function is to pack the components and provide the components to the server side to be inserted as scripts. The JSON data is generated by registering the configuration panel of the assembly in an editor, then the JSON data of the project is analyzed when the server side renders, and finally the page is rendered.
Specifically, the service layer of the steel inventory management software comprises organization management microservice, personnel management microservice and workflow microservice, and is used for realizing a business process of steel inventory management. Organization management microservice: according to the human resource relationship of an enterprise, the establishment and management of mechanisms and posts related to inventory management in the enterprise are realized; personnel management microservice: the system is used for managing personnel information related to steel stock management responsibilities and businesses in an enterprise; workflow microservice: the activity workflow engine is integrated in the micro-service framework and used for constructing a service flow model in each service link of steel stock management, forming a complete workflow by formulating service rules, enabling the whole service process to run smoothly and correctly, extracting service logic processed by the system from program codes, converting the service logic into simple service rules, and expressing service behaviors by structured service rule data.
The Spring Cloud is selected as a micro-service framework in the design process, and some excellent micro-service frameworks such as service discovery, service registration, configuration center, link tracking, exception handling and the like can be integrated into the Spring Cloud for packaging, so that the development cost and difficulty of each module are reduced. Wherein:
the organization management micro-service and the personnel management micro-service are designed according to a RBAC (Role-Based Access Control) authority design model and by using Spring Security in Spring Cloud in combination with a JWT (JSON WEB TOKEN) authentication protocol. The RBAC model comprises contents such as users, roles, authorities and the like, can realize the many-to-many relationship between the users and the roles, and has the functions of multiple role attributes and the like for the same user. The concept is utilized to construct an organization framework during software design, so that the role data authority is distributed. The user authentication and authorization are based on a token form, after the user successfully authenticates according to the user name and the password, a series of authority values of the current user role are obtained, the authority values are stored in Redis cache in an authority list form with the user name as key and the authority list as value, the browser generates the token according to the user name related information, and then the token is recorded in the cookie. When the Spring Security module judges whether the current request has authority access, since the token is inserted into the header request header of the JWT by default when the API is called each time, the Spring Security needs to acquire token information from the header request header, analyze the current user name from the token information, and acquire the authority list from the Redis cache according to the user name, so that the Spring Security module finishes the judgment of the current request access authority. Definition of Token: the Token is a string of character strings generated by the server and used as a Token requested by the client, after the server logs in for the first time, the server generates a Token and returns the Token to the client, and the client only needs to take the Token request data later, and does not need to use the user name and the password again.
The workflow microservice flow mainly comprises the following parts: (1) designing and defining a process; (2) instantiation of the process and management of the process instance; (3) interaction of the workflow engine with the user application tool. Wherein:
(1) and (3) analyzing the steel stock management business process by process design and definition, and modeling the steel stock management business process by adopting a modeling tool of a development environment, wherein the activity workflow engine adopts BPMN2.0 standard to complete the process design. The process model is a directed model graph constructed by model elements such as a start event, an end event, a task, an exclusive gateway, a parallel gateway, a sequential flow, a sub-process and the like, and is finally converted into a process model file in a bpmn format, wherein each bpmn file comprises a plurality of process definitions.
(2) The process instantiation and management comprises the following work: (a) starting a steel stock management business process example, namely analyzing a bpmn file, instantiating a steel stock management business process according to a defined steel stock management business model and transferring the steel stock management business process to a task hand of a first node; (b) the steel product inventory management business process example circulation, namely after the task of each node is completed, the process progress is pushed to the next node; (c) deleting and canceling the steel inventory management business process example; (d) and executing the work of allocation and change of the personnel in the steel product inventory management business process example, namely configuring the attribute of each node according to the personnel and position arrangement in the organization management microservice and the personnel management microservice.
(3) The interaction between the workflow engine and the user application tool mainly comprises the following steps: and connecting the process model or the instance with the business logic, monitoring the process change and other work contents.
Specifically, the data layer of the steel stock management software comprises a MySQL database and an object model management module, and the object model management module accesses the database to realize the operation on the database and is communicated with the service layer and the interface layer. The object model management module introduces the eg-sequelaze plug-ins provided by the eg. The data modeling is to convert an E-R relational graph conceptual model extracted after the analysis of the steel inventory management service into a physical model, and a complex model can be constructed through an object example and an object template of an object model management module. Each object instance is created from an object template. One object template may inherit another object template. When the object template is changed, the change can be synchronized to the object instance inheriting the object template, and the convenient and fast maintenance modeling can be realized. The object template may classify the class of the object instance. If there are two object instances and they have the same properties, services and events, they can be modeled as one object template. The object template is divided into an entity template, a form template and a relation template. Wherein, the entity template: and the platform entity is matched with an object template of an actual object in a factory, such as a workshop, personnel, equipment, steel and the like of the factory. Form template: a user can manually create a form structure of the relational data under the form template, each attribute is a list header field, and each object instance is a line of data. Relation template: supporting the construction of the relationship between the models; for example, an association relationship may be created at a relationship instance by associating the attribute "company name" under a company template with the attribute "person name" under a person template to construct an employment relationship template.
The specific process of developing the steel inventory management software by using the rapid development framework of the invention is shown in fig. 3, and the relationship between the information flow and the inventory management software in the whole production process inventory management business process from raw materials to finished steel products is shown in fig. 4.
The specific development method is as follows:
step 1: analyzing the specific service and function requirements of the steel stock management software, taking the raw material ex-warehouse service and the steel stock-warehouse service as examples, the flow chart of the raw material ex-warehouse service is shown in fig. 5, and the flow chart of the steel stock-warehouse service is shown in fig. 6.
The raw material ex-warehouse business process comprises the following specific steps:
s1: and the production department provides a warehouse-out application to the inventory department according to the production plan and fills in a raw material warehouse-out bill.
S2: and submitting the filled out delivery order to an inventory manager for examination by the inventory clerk. The checking is passed, the raw materials are prepared to be delivered out of the warehouse, and the step is switched to S3; if the verification fails, the raw material delivery form needs to be refilled, and S2 is executed again.
S3: the stock clerk inspects the raw materials, passes the inspection, and transfers the raw materials out of the stock to S4; if the test fails, the raw material is prepared again and the process goes to S2.
S4: and changing stock information of raw materials.
The steel warehousing business process comprises the following specific steps:
s1: after the steel production is completed, the production department notifies the inventory clerk.
S2: the produced steel is inspected by an inventory clerk. If the inspection is passed, filling a warehousing bill, and turning to S3; if the steel product fails, the steel product inspection is performed again, and S2 is executed again.
S3: and submitting the filled warehousing bill to an inventory manager for examination by the inventory clerk. After the verification is passed, warehousing the steel products, and transferring to S4; if the verification fails, the warehousing entry needs to be re-filled, and the step S3 is re-executed.
S4: and changing stock information of the steel.
Step 2: in the data model design process, an E-R relational graph method is adopted to establish a database conceptual model which is respectively an E-R graph of raw material inventory basic data, an E-R graph of steel inventory basic data and an E-R graph of user authority, and the E-R graphs are respectively shown as fig. 7, fig. 8 and fig. 9. The delivery list of raw materials has information such as numbers, names and prices, and the delivery list of steel products has information such as numbers, names, types and materials. And modeling the data by using the object model management module, and creating an in-out database single template to ensure that the data can be accurately collected into the database.
And step 3: and a software service interface is quickly constructed by using a component library in a development framework in a dragging and pulling and attribute configuration mode, and a small amount of script codes are compiled to complete logical association of the in-and-out service interface and increase, deletion, modification and check of various steel attribute data tables.
And 4, step 4: firstly, using an organization management micro-service to construct and manage mechanisms and posts related to inventory management in an enterprise, then using personnel information related to steel inventory management responsibilities and businesses in a personnel management micro-service management enterprise, and finally, rapidly constructing a business process model in a workflow micro-service in a dragging and pulling and attribute configuration mode. Wherein:
the method is characterized in that jobs and authorities including inventory managers and inventory clerks are allocated to personnel in organization management micro-services and personnel management micro-services. The stock manager is mainly responsible for warehouse-out and warehouse-in management and related information query, including checking and inquiring of warehouse-in and warehouse-out lists and warehouse information and steel information, adding, deleting and modifying. The stock clerk is mainly responsible for stock management and related information query, including warehousing entry, ex-warehouse entry query, addition, deletion, modification, cancellation and verification, stock query, steel information query, raw material information query and warehouse information query.
And establishing a BPMN flow chart of the raw material ex-warehouse service flow and the steel product in-warehouse service flow by means of workflow micro-service of a development framework and publishing the flow examples. In this embodiment, a raw material ex-warehouse business process is taken as an example, as shown in fig. 10.
And 5: and performing systematic test on the steel inventory management software, and completing software development after the test is passed.
The description and applications of the invention herein are illustrative and are not intended to limit the scope of the invention to the embodiments described above. The descriptions related to the effects or advantages in the specification may not be reflected in practical experimental examples due to uncertainty of specific condition parameters or influence of other factors, and the descriptions related to the effects or advantages are not used for limiting the scope of the invention. Variations and modifications of the embodiments disclosed herein are possible, and alternative and equivalent various components of the embodiments will be apparent to those skilled in the art. It will be clear to those skilled in the art that the present invention may be embodied in other forms, structures, arrangements, proportions, and with other components, materials, and parts, without departing from the spirit or essential characteristics thereof. Other variations and modifications of the embodiments disclosed herein may be made without departing from the scope and spirit of the invention.

Claims (8)

1. A rapid development framework for process manufacturing enterprise inventory management software, comprising:
the interface layer is used for quickly constructing a business interface of the inventory management software of the process manufacturing enterprise, and a plurality of basic components are arranged in the interface layer;
the service layer is used for completing the business process of inventory management in the process of flow production and manufacturing, processing the data request submitted by the interface layer and submitting the data to be stored to the database, and a micro-service architecture is arranged in the service layer;
the data layer is used for carrying out data acquisition and data modeling on inventory management related information in the process of flow production and manufacturing, and carrying out real-time data interaction with the interface layer and the service layer, and comprises a MySQL database and an object model management module, wherein both a basic component of the interface layer and a micro-service architecture of the service layer access the database through the object model management module.
2. The framework of claim 1, wherein the interface layer includes basic components such as a chart component library, a form component library, and a primitive component library, and the chart component library, the form component library, and the primitive component library all adopt MVVM architecture to separate and decouple the user interface from the business logic of the inventory management software.
3. The rapid development framework for process manufacturing enterprise inventory management software according to claim 2, wherein said library of chart components includes components such as line charts, line graphs, bar graphs, area graphs, and scatter graphs; the form component library comprises components such as a form, an input box, a drop-down box, a button, a label and the like; the primitive component library comprises components such as irregular figures, circles, rectangles, ellipses, rounded rectangles, regular polygons, triangles, circular arcs, characters, connecting lines, pictures, data connections, line segments and the like.
4. The rapid development framework for process manufacturing enterprise inventory management software of claim 1, wherein the micro-service framework of the service layer employs Spring Cloud as the micro-service framework.
5. The rapid development framework for process manufacturing enterprise inventory management software according to claim 1 or 4, wherein the service layer comprises an organization management microservice, a personnel management microservice, and a workflow microservice, wherein:
the organization management microservice is used for constructing and managing mechanisms and posts which are related to the inventory management in the enterprise according to the human resource relation in the process manufacturing enterprise;
the personnel management microservice is used for managing personnel information related to the inventory management responsibility and the business of the production and manufacturing process in the process manufacturing enterprise;
the workflow microservice is used for constructing a business process model in each business link of the inventory management of a process manufacturing enterprise, forming a complete workflow by formulating business rules, extracting business logic processed by the system from program codes and converting the business logic into simple business rules, and expressing business behaviors by structured business rule data.
6. The rapid development framework for process manufacturing enterprise inventory management software according to claim 1, wherein the object model management module employs an object-oriented approach to manipulate persistent objects, including creation, modification, deletion, and querying, and translate these operations into underlying SQL operations.
7. A method for developing inventory management software of a process manufacturing enterprise, which is based on the rapid development framework of inventory management software of a process manufacturing enterprise as claimed in any one of claims 1 to 6, and comprises a front-end build and a back-end build, wherein:
the front-end construction comprises the steps of constructing an interface of inventory management software, modularizing the front end, creating a combinable, reusable and maintainable component, and forming a view interface in a rapid development framework by nesting and splicing the components;
the back-end construction comprises the steps of constructing a business process of inventory management software, converting a business rule of inventory management in the actual production process into a BPMN model required by a workflow engine, and constructing the business process model according to the BPMN model in the workflow microservice of a rapid development framework.
8. The method for developing inventory management software for a process manufacturing enterprise as recited in claim 7, further comprising the steps of:
step 1: analyzing specific business and function requirements of a process manufacturing enterprise on inventory management software in a production process, and extracting an entity relationship diagram;
step 2: establishing a database conceptual model according to the entity relationship diagram, establishing a data model example through an object model management module, and configuring a data structure of example attributes;
and 3, step 3: the method comprises the steps that a component library in a rapid development framework is used or a third-party component library is called, an application interface of inventory management software business in the production and manufacturing process of a flow manufacturing enterprise is rapidly constructed in a dragging and pulling and attribute configuration mode, or logic association of various business interfaces and addition, deletion, modification and check of various attribute data tables in the production and manufacturing process are completed by compiling script codes;
and 4, step 4: the organization management micro-service is used for constructing and managing mechanisms and posts related to the inventory management in the production and manufacturing process in the enterprise, the personnel information related to the inventory management responsibility and the business in the production and manufacturing process in the personnel management micro-service management enterprise is used, and a business process model of inventory management software is quickly constructed in the workflow micro-service in a dragging and pulling and attribute configuration mode;
and 5: and performing systematic test, and finishing software development if the test is passed.
CN202210607596.6A 2022-05-31 2022-05-31 Rapid development framework and development method for inventory management software of process manufacturing enterprise Pending CN114881575A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210607596.6A CN114881575A (en) 2022-05-31 2022-05-31 Rapid development framework and development method for inventory management software of process manufacturing enterprise

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210607596.6A CN114881575A (en) 2022-05-31 2022-05-31 Rapid development framework and development method for inventory management software of process manufacturing enterprise

Publications (1)

Publication Number Publication Date
CN114881575A true CN114881575A (en) 2022-08-09

Family

ID=82678977

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210607596.6A Pending CN114881575A (en) 2022-05-31 2022-05-31 Rapid development framework and development method for inventory management software of process manufacturing enterprise

Country Status (1)

Country Link
CN (1) CN114881575A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117234466A (en) * 2023-08-07 2023-12-15 北京冠群信息技术股份有限公司 Enterprise management software development method, system, equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117234466A (en) * 2023-08-07 2023-12-15 北京冠群信息技术股份有限公司 Enterprise management software development method, system, equipment and storage medium
CN117234466B (en) * 2023-08-07 2024-02-23 北京冠群信息技术股份有限公司 Enterprise management software development method, system, equipment and storage medium

Similar Documents

Publication Publication Date Title
US10713608B2 (en) Systems and methods for a real-time workflow platform
US7574379B2 (en) Method and system of using artifacts to identify elements of a component business model
US7600182B2 (en) Electronic data capture and verification
US8332811B2 (en) Systems and methods for generating source code for workflow platform
US9852382B2 (en) Dynamic human workflow task assignment using business rules
US20110161371A1 (en) Sql generation
US20060184492A1 (en) Method, system, and program for defining and managing complex contingent rules, and exceptions thereto, in a rule-based computer system
US9513874B2 (en) Enterprise computing platform with support for editing documents via logical views
WO2012051389A1 (en) Method and system for developing data integration applications with reusable semantic types to represent and process application data
Blumöhr et al. Variant configuration with SAP
Vaisman An introduction to business process modeling
Montgomery Object-oriented information engineering: analysis, design, and implementation
KR100910336B1 (en) A system and method for managing the business process model which mapped the logical process and the physical process model
CN114881575A (en) Rapid development framework and development method for inventory management software of process manufacturing enterprise
Passlick et al. Self-service business intelligence and analytics application scenarios: A taxonomy for differentiation
Lassing et al. Viewpoints on modifiability
US20140149186A1 (en) Method and system of using artifacts to identify elements of a component business model
Haarmann et al. Cross-case data objects in business processes: Semantics and analysis
CN115222345A (en) Auditing operation method and device
Calegari et al. Automated generation of variants in business process families based on the common variability language (CVL)
Norta Web supported enactment of petri-net based workflows with XRL/Flower
Peksa Autonomous Data-Driven Integration into ERP Systems
Mendling et al. Towards an integrated BPM schema: Control flow heterogeneity of PNML and BPEL4WS
Winckler et al. Engineering Annotations: A Generic Framework for Gluing Design Artefacts of Interactive Systems
Ferreira Gestão de Empreitadas-Aplicação para o processo de gestão de obra

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