CN101645007B - Interface processing method of general quality inspection management software - Google Patents

Interface processing method of general quality inspection management software Download PDF

Info

Publication number
CN101645007B
CN101645007B CN200910018626.4A CN200910018626A CN101645007B CN 101645007 B CN101645007 B CN 101645007B CN 200910018626 A CN200910018626 A CN 200910018626A CN 101645007 B CN101645007 B CN 101645007B
Authority
CN
China
Prior art keywords
inspection
interface
quality inspection
information
business
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.)
Active
Application number
CN200910018626.4A
Other languages
Chinese (zh)
Other versions
CN101645007A (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.)
Inspur General Software Co Ltd
Original Assignee
Inspur General Software 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 Inspur General Software Co Ltd filed Critical Inspur General Software Co Ltd
Priority to CN200910018626.4A priority Critical patent/CN101645007B/en
Publication of CN101645007A publication Critical patent/CN101645007A/en
Application granted granted Critical
Publication of CN101645007B publication Critical patent/CN101645007B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses an interface processing method of a service module and a quality inspection module in an ERP system. In the method, various conditions which are possible to be met in the interface process are all encapsulated into independent methods which can be called by external, requested inspection, inspection process tracing, inspection result confirmation and inspection process control functions which are needed by practical operation can be realized by calling the corresponding methods in the service module, and the generation of requested inspection information, the feedback of a sampling process, the feedback of an inspection report, the feedback and control of inspection report approval and the feedback and control of an unqualified product processing suggestion can be realized by calling the corresponding methods in a standard way in the quality inspection process. The invention can realize a quality inspection management module aiming at different industries in the same ERP system, meet the inspection detail management of various industries and also still keep a uniform edition of a service system.

Description

A kind of general quality inspection management software interface method
Technical field
The present invention relates to a kind of Computer Applied Technology, relate in particular to a kind of general quality inspection management software interface method.
Background technology
Service links very many in business administration need to be tested, and determine the disposal route of business according to the result of inspection, and in the time carrying out business administration by ERP, inspection management need to carry out interaction process with each service link.The software processing procedure difference of each service link, the fineness of inspection is not identical yet, to checking the mode of rear data processing not identical, therefore sets up unified interface disposal route very necessary yet, and this is also a core difficult problem to be solved by this invention.
In addition ERP towards different industries, processing requirements to inspection is not identical yet, therefore there is the quality inspection management software towards different industries, by the management software interface standard of unified each industry, realize the interface of ERP with the quality inspection management of various industries, can effectively reduce complexity and diversity that software is realized, the present invention forms on this basis, has effectively to evade by tradition to encode and realize respectively the variety of problems that interface brings.
Summary of the invention
The object of this invention is to provide a kind of general quality inspection management software interface method.The present invention completes the configuration in inspection source by the foundation document allocation list of originating, set up the intermediate information exchange of quality inspection result middle table finishing service system homogenous quantities checking information, process the inside of corresponding middle table data and access interface realizes by unified routine processes assembly, thereby realizing assembly is all transparent operations to operation system and Quality Inspection System, can complete fast and in any business procedure, incorporate quality inspection processing procedure, change the mode of in the past by code layer, business module homogenous quantities inspection module being carried out to interface processing, also avoided having brought because code layer realizes interface the difficulty of software upgrading maintenance work.
The object of the invention is to realize in the following manner,
For in ERP, quality inspection being unified to software processing mode, complete all kinds of quality of service checkout procedures by the configuration of interface and carry out software processing, in interface, originate no more than three identification parameters for basis by setting business, set up inspection interface table, and realize unified interface routine assembly, interface provides the definition of unified test stage and processes, the seamless connection with many service link disposal systems of ERP to the inspection management software of different industries by interface finished surface, and interface configuration step is as follows:
1) set up inspection bill source table, in table, record every kind of inspection and come the business paper configuration information of Source Type, comprise the whether parameter of strict service control of inspection, check and in each process, business information is returned to sql or the storing process stepped on and configure;
2) set up inspection interface middle table, data interaction basis as operation system with checking system, in interface table, indicate business source-information, source mark one, source mark two, source mark three, according to different business sources, adopt one to three mark, meet the business processing that runs into various needs inspections in ERP;
3), by receiving the call parameters of operation system, demonstration please be tested interface and carry out the manual confirmation of partial information, please test the information that successfully forms afterwards inspection interface middle table, repeatedly please test finally please test and be as the criterion;
4) be provided in checkout procedure, inspection content being carried out the interface processing of write-back, form and unifiedly checks timely progress chasing information table, facilitate calling service place to obtain in time inspection progress msg;
5) inspected, come SQL that Source Type configures or storing process by inspection, realized unified assay feedback processing, in processing, passed to the corresponding object information parameter of SQL, source document identification parameter by interface module;
6) provide and show that assay assembly, a kind of situation carry out checking without subsequent treatment, another situation has the results verification of subsequent treatment;
Interface specifically uses step as follows:
1) carry out initial configuration
A. initialization document types table: ZJDJLX, sets up a registration data relevant to quality inspection by this table, configures corresponding sql simultaneously;
B. initialization condition judgement table: ZJTJ, this table also can be set up in the time implementing, general as long as set up the condition that whether needs quality inspection;
2) generating please verification certificate code routine
long ll_ret
string ls_qydh
n_zj_gen_qyd_stru lnv_scqyd
n_cst_zj_interface lnv_face
// initialization interface object
Ls_qydh=dw_master.getitemstring (1, ' zjqyd1_sjdh ') // take out the document numbering that need to transmit, may have multiple;
lnv_face=create n_cst_zj_interface
if lnv_face.of_initial(’qyd’,ls_qydh)=-1 then
// object initialization, ' qyd ' is predefined document types;
F_msg (' initialization failure! ', 0)
destroy lnv_face
return
end if
// information of needs is carried out to assignment
Lnv_scqyd.is_qybm=dw_master.getitemstring (1, ' zjqyd1_bmbh1 ') // Qing Yan department
Lnv_scqyd.is_dw=dw_master.getitemstring (1, ' zjqyd1_dwbh ') // unit
Lnv_scqyd.is_wlbh=dw_master.getitemstring (1, ' zjqyd1_wlbh ') // stock number
Lnv_scqyd.is_pch=dw_master.getitemstring (1, ' zjqyd1_pch ') // batch number
Lnv_scqyd.is_nkpch=dw_master.getitemstring (1, ' zjqyd1_nkpch ') // internal control batch number
Lnv_scqyd.is_scrq=dw_master.getitemstring (1, ' zjqyd1_scrq ') // date of manufacture
Lnv scqyd.is_sxrq=dw_master.getitemstring (1, ' zjqyd1_sxrq ') // Expiration Date
Lnv_scqyd.is_ckbh=dw_master.getitemstring (1, ' zjqyd1_ckbh ') // warehouse number
Lnv_scqyd.is_hwbh=dw_master.getitemstring (1, ' zjqyd1_hwbh ') // goods yard numbering
Lnv_scqyd.is_note=' asdkfajshd ' // remarks
Lnv_scqyd.id_djsl=dw_master.getitemnumber (1, ' zjqyd1_zjsl ') // quantity to be checked // call generating function
Ll_ret=lnv_face.of_gen_qyd (lnv_scqyd) // rreturn value: 1 success ,-1 failure, 0 without quality inspection, 9 are cancelled '
destroy lnv_face
3) show call by result routine
lnv_face.of_show_result()
4) program inquiring quality inspection result, obtains a result object;
n_zj_result lnv_result
ll_ret =lnv_face.of_get_result(lnv_result)
5) quality inspection result data uses write-back
lnv_face.of_use_result(true/false)
6) stock's action data write-back
The qualified quantity of lnv_face.of_write_kc, defective quantity;
7) be corresponding object function below;
// initialization function must call initialization function before calling other function;
//Returns: (INTEGER) 1 success ,-1 failure;
integer of_initial(string as_doctype,string as_id1)
integer of_initial(string as_doctype,string as_id1,string as_id2)
integer of_initial(string as_doctype,string as_id1,string as_id2,string as_id3)
// generate and ask verification certificate
//Returns:(INTEGER) 1 success ,-1 failure, 0 without quality inspection, and 9 are cancelled;
integer of_gen_qyd(n_zj_gen_qyd_stru anv_data)
// obtain assay, for program;
//Returns:(INTEGER)-1 failure, 0 does not also have quality inspection result available, and 1 successfully returns results, and 2 is inspection-free;
integer of_get_result(ref n_zj_result anv_result)
// show the information of quality inspection, offer display interface of user, simultaneously according to configuration, user may modify to result;
integer of_show_result()
// carry out further processing according to assay;
//Returns:(INTEGER) 1 be updated successfully ,-1 upgrades unsuccessfully;
integer of_use_result(boolean ab_use)
// in the process of further processing, carry out write-back for the situation that goes out warehouse-in;
//Returns:(INTEGER) 1 success ,-1 failure;
integer of_write_kc(decimal aa_hgsl,decimal ad_bhgsl)
// whether need quality inspection, call in program circuit;
//Returns:(INTEGER) the 1st,, 0 is no, and-1 makes mistakes
integer of_need_zj()
Main program assembly:
Main object: n_cst zj_interface
Realization please be tested processing, comprises parametric test, repeatedly the content such as please test;
Realizing assay checks;
Realization has inspected subsequent treatment;
Realize the cura generalis work to quality inspection interface table (ZJJGB), comprise the same operation system of insertion, renewal and data of data, same to checking system;
Please test interface: w_zj_resp_interface_scqyd
Demonstration please be tested interface;
Realize the operation to amendment part side information;
Assay display interface: w_zj_resp_interface_zjjg
According to parameter display assay.
Of the present invention have function and a beneficial effect
1. realize the software implementation management interface of different service link inspections.
2. can complete and please test processing, assay processing by interface.
3. can realize in ERP and research and develop different inspection management software towards different industries, and carry out seamless integrated with operation system by interface.
4. by using this interfacing can realize the software systems that possess good work compound effect, realize organically blending of material flow swivel link and test stage, when work compound is raised the efficiency, realize in the lump the control that business procedure is subject to checkout procedure, effectively realized the specification of operation flow.
5. the program structure that can effectively simplify ERP software by this technology, is conducive to software maintenance and upgrading.
Brief description of the drawings
Fig. 1 is Interface realization principle schematic;
Fig. 2 is assay interface table.
Embodiment
With reference to Figure of description, interface method of the present invention is described in detail below.
A kind of general quality inspection management software interface method of the present invention, specifically uses step as follows:
1.) carry out initial configuration.
A. initialization document types table: ZJDJLX, sets up a registration data relevant to quality inspection by this table, configures corresponding sql simultaneously.
B. initialization condition judgement table: ZJTJ, this table also can be set up in the time implementing.General as long as set up the condition that whether needs quality inspection.
2.) generating please verification certificate code routine.
long ll_ret
string ls_qydh
n_zj_gen_qyd_stru lnv_scqyd
n_cst_zj_interface lnv_face
// initialization interface object.
Is_qydh=dw_master.getitemstring (1, ' zjqyd1_sjdh ') // taking-up needs the document numbering of transmitting, and may have multiple.
lnv_face=create n_cst_zj_interface
If lnv_face.of_initial (' qyd ', ls_qydh)=-1 then//object initialization, ' qyd ' is predefined document types.
F_msg (' initialization failure! ', 0)
destroy lnv_face
return
end if
// information of needs is carried out to assignment.
Lnv_scqyd.is_qybm=dw_master.getitemstring (1, ' zjqyd1_bmbh1 ') // Qing Yan department
Lnv_scqyd.is_dw=dw_master.getitemstring (1, ' zjqyd1_dwbh ') // unit
Lnv_scqyd.is_wlbh=dw_master.getitemstring (1, ' zjqyd1_wlbh ') // stock number
Lnv_scqyd.is_pch=dw_master.getitemstring (1, ' zjqyd1_pch ') // batch number
Lnv_scqyd.is_nkpch=dw_master.getitemstring (1, ' zjqyd1_nkpch ') // internal control batch number
Lnv_scqyd.is_scrq=dw_master.getitemstring (1, ' zjqyd1_scrq ') // date of manufacture
Lnv_scqyd.is_sxrq=dw_master.getitemstring (1, ' zjqyd1_sxrq ') // Expiration Date
Lnv_scqyd.is_ckbh=dw_master.getitemstring (1, ' zjqyd1_ckbh ') // warehouse number
Lnv_scqyd.is_hwbh=dw_master.getitemstring (1, ' zjqyd1_hwbh ') // goods yard numbering
Lnv_scqyd.is_note=' asdkfajshd ' // remarks
Lnv_scqyd.id_djsl=dw_master.getitemnumber (1, ' zjqyd1_zjsl ') // quantity to be checked
// call generating function.
Ll_ret=lnv_face.of_gen_qyd (lnv_scqyd) // rreturn value: 1 success ,-1 failure, 0 without quality inspection, 9 are cancelled '
destroy lnv_face
3.) show call by result routine
lnv_face.of_show_result()
4.) program inquiring quality inspection result.(can obtain a result object.)
n_zj_result lnv_result
ll_ret =lnv face.of_get_result(lnv_result)
5.) quality inspection result data uses write-back
lnv_face.of_use_result(true/false)
6.) stock's action data write-back
Lnv_face.of_write_kc (qualified quantity, defective quantity)
7.) be corresponding object function below.(rreturn value of all functions as for-1 represent make mistakes)
// initialization function.Before calling other function, must call initialization function.
//Returns: (INTEGER) 1 success ,-1 failure.
integer of_initial(string as_doctype,string as_id1)
integer of_initial(string as_doctype,string as_id1,string as_id2)
integer of_initial(string as_doctype,string as_id1,string as_id2,string as_id3)
// generate and ask verification certificate
//Returns:(INTEGER) 1 success ,-1 failure, 0 without quality inspection, and 9 are cancelled
integer of_gen_qyd(n_zj_gen_qyd_stru anv_data)
// obtain assay.For program.
//Returns:(INTEGER)-1 failure, 0 does not also have quality inspection result available, and 1 successfully returns results, and 2 is inspection-free
integer of_get_result(ref n_zj_result anv_result)
// show the information of quality inspection, offer display interface of user, simultaneously according to configuration, user may modify to result.
integer of_show_result()
// carry out further processing according to assay.
//Returns: (INTEGER) 1 be updated successfully ,-1 upgrades unsuccessfully
integer of_use_result(boolean ab_use)
// in the process of further processing, carry out write-back for the situation that goes out warehouse-in.
//Returns: (INTEGER) 1 success ,-1 failure
integer of_write_kc(decimal ad_hgsl,decimal ad_bhgsl)
// whether need quality inspection, call in program circuit.
//Returns: (INTEGER) 1 is, 0 is no, and-1 makes mistakes.
integer of_need_zj()
Main program assembly:
Main object: n_cst_zj_interface
Realization please be tested processing, comprises parametric test, repeatedly the content such as please test.
Realizing assay checks.
Realization has inspected subsequent treatment.
Realize the cura generalis work to quality inspection interface table (ZJJGB), comprise the same operation system of insertion, renewal and data of data, same to checking system.
Please test interface: w_zj_resp_interface_scqyd
Demonstration please be tested interface.
Realize the operation to amendment part side information.
Assay display interface: w_zj_resp_interface_zjjg
According to parameter display assay.
Embodiment:
The present invention is successful tide ERP-PS8.0, and 8.5,9.0,9.1,10.0 products, have obtained good effect.
By the utilization of this technology, in ERP, can realize fast at a certain service link homogenous quantities checking system and engaging, by the use of software, collaborative business event that can be good is processed multidisciplinary cooperation of processing with inspection.
This technology can generally be applied in the pharmaceutical industry strict to quality requirements, user of service complete by software systems formerly expect factory, produce roll off the production line, intermediate, sale shipment, in the checkout procedure of the service links such as storehouse reinspection.First sent and ask verification certificate in operation system by user of service, quality personnel sample, check, provide report, provide unacceptable product handling suggestion according to the verification certificate of asking receiving, and send to business department to carry out subsequent job processing by software.By this technology synergy multiple person cooperational, improved work efficiency, by the mutual restriction relation between software systems, also effectively assist enterprise to improve task management controlling unit simultaneously, further advanced the pharmaceutical industry process of IT application.
By the application of this technology, the program structure of the operation system in ERP and Quality Inspection System has been realized to optimization, mutual lotus root is closed by the mode of configuration the corresponding interface parameter rule and just can realize, effectively subtract the transparent access having kept between system, the upgrading of each system can not affect related system with maintenance, this technology can continue to be applied in the software processing links that need to carry out business and inspection fusion more, is a kind of reliable efficient software processing technology.

Claims (1)

1. a general quality inspection management software interface method, it is characterized in that, for in ERP, quality inspection being unified to software processing mode, complete all kinds of quality of service checkout procedures by the configuration of interface and carry out software processing, in interface, originate no more than three identification parameters for basis by setting business, set up inspection interface table, and realize unified interface routine assembly, interface provides unified test stage definition and processing, the seamless connection with many service link disposal systems of ERP to the inspection management software of different industries by interface finished surface, interface configuration step is as follows:
1) set up inspection bill source table, in table, record every kind of inspection and come the business paper configuration information of Source Type, comprise the whether parameter of strict service control of inspection, check and in each process, business information is returned to sql or the storing process stepped on and configure;
2) set up inspection interface middle table, data interaction basis as operation system with checking system, in interface table, indicate business source-information, source mark one, source mark two, source mark three, according to different business sources, adopt one to three mark, meet the business processing that runs into various needs inspections in ERP;
3), by receiving the call parameters of operation system, demonstration please be tested interface and carry out the manual confirmation of partial information, please test the information that successfully forms afterwards inspection interface middle table, repeatedly please test finally please test and be as the criterion;
4) be provided in checkout procedure, inspection content being carried out the interface processing of write-back, form and unifiedly checks timely progress chasing information table, facilitate calling service place to obtain in time inspection progress msg;
5) inspected, come SQL that Source Type configures or storing process by inspection, realized unified assay feedback processing, in processing, passed to the corresponding object information parameter of SQL, source document identification parameter by interface module;
6) provide and show that assay assembly, a kind of situation carry out checking without subsequent treatment, another situation has the results verification of subsequent treatment;
Interface specifically uses step as follows:
1) carry out initial configuration
A. initialization document types table: ZJDJLX, sets up a registration data relevant to quality inspection by this table, configures corresponding sql simultaneously;
B. initialization condition judgement table: ZJTJ, this table is set up in the time implementing, as long as set up the condition that whether needs quality inspection;
2.) generate and ask verification certificate code routine, comprising:
Initialization interface object; Take out and need the document transmitting to number and initialization document types; The information of needs is carried out to assignment, and wherein said information comprises: Qing Yan department, unit, stock number, batch number, internal control batch number, date of manufacture, Expiration Date, warehouse number, remarks and quantity to be tested; Call generating function; Verification certificate is asked in generation;
3.) show call by result routine;
4.) program inquiring quality inspection result;
5.) quality inspection result data uses write-back;
6.) stock's action data write-back.
CN200910018626.4A 2009-09-07 2009-09-07 Interface processing method of general quality inspection management software Active CN101645007B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910018626.4A CN101645007B (en) 2009-09-07 2009-09-07 Interface processing method of general quality inspection management software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910018626.4A CN101645007B (en) 2009-09-07 2009-09-07 Interface processing method of general quality inspection management software

Publications (2)

Publication Number Publication Date
CN101645007A CN101645007A (en) 2010-02-10
CN101645007B true CN101645007B (en) 2014-08-20

Family

ID=41656904

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910018626.4A Active CN101645007B (en) 2009-09-07 2009-09-07 Interface processing method of general quality inspection management software

Country Status (1)

Country Link
CN (1) CN101645007B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106408235A (en) * 2016-09-12 2017-02-15 济南浪潮高新科技投资发展有限公司 Method for realizing material unit composite metering in supply chain system
CN108256597A (en) * 2017-12-18 2018-07-06 广东精迅里亚特种线材有限公司 A kind of quality control system of electromagnetic wire production

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1734488A (en) * 2004-08-13 2006-02-15 鸿富锦精密工业(深圳)有限公司 Production control bill is carried out the system and method for fool proof
CN101452450A (en) * 2007-11-30 2009-06-10 上海市电力公司 Multiple source data conversion service method and apparatus thereof

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1734488A (en) * 2004-08-13 2006-02-15 鸿富锦精密工业(深圳)有限公司 Production control bill is carried out the system and method for fool proof
CN101452450A (en) * 2007-11-30 2009-06-10 上海市电力公司 Multiple source data conversion service method and apparatus thereof

Also Published As

Publication number Publication date
CN101645007A (en) 2010-02-10

Similar Documents

Publication Publication Date Title
AU2009250974B2 (en) Manufacturing collaboration hub data exchange interface
WO2019096191A1 (en) Design method for xbrl standard-based master data management system
Liu et al. Leveraging information sharing to increase supply chain configurability
CN104881758B (en) The ERP system and its operation method of integrated supply chain cooperating manufacture
CN111383020B (en) Block chain-based article anti-counterfeiting management method, device, equipment and storage medium
CN108960745A (en) A kind of WMS system and ERP system interconnection method
Cheng et al. Supply chain drivers of organizational flexibility—A study of US manufacturing industries
CN106709612A (en) System and method for carrying out data interaction between ERP and MES
Sivri et al. Process-oriented knowledge management within the product change systems of the automotive industry
CN101882104A (en) Test information management system
CN111353787A (en) Equipment comprehensive guarantee system based on cloud platform
US20140143005A1 (en) PLM IN A BOX is a proprietary Process in the development and implementation a Product Lifecycle Management Solution for product manufacturers developing products based on a customer specification. This process establishes a process framework to linking customer project to a product design originated for a specific customer project, links to the design exchanges with suppliers on those designs and the linkage engineering change notices that originate for those product designs
CN101645007B (en) Interface processing method of general quality inspection management software
CN111429284A (en) New forms of energy fan spare part allies oneself with stores up transaction platform system
Adeyemi Just-in-time production systems (JITPS) in developing countries: the Nigerian experience
CN103257638B (en) Reentrant process patch modeling method for complex manufacturing process
CN101777169A (en) Technological analysis-based ERP production planning management software
CN103942663A (en) Material management method and system
Bhatt et al. ICT in new product development: revulsion to revolution
CN114239246A (en) Production method of PBOM (peripheral component interconnect express) process assembly for complex scene
CN110610305A (en) Data center full life cycle integrated service dispatching master control system
CN105096059A (en) Production and management system for enterprises
JP2009517780A (en) Business transaction representation
CN105205597A (en) Project process control method based on business activities
CN107169630A (en) A kind of procurement risk internal control system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C53 Correction of patent for invention or patent application
CB02 Change of applicant information

Address after: 250101 No. 1036 wave road, Shandong, Ji'nan

Applicant after: Langchao General Software Co., Ltd

Address before: 250014 No. 224 mountain road, Lixia District, Shandong, Ji'nan

Applicant before: Shandong Universal Software Co., Ltd., Langchao Group Corp.

CB03 Change of inventor or designer information

Inventor after: Wei Daisen

Inventor after: Wang Xiaoyan

Inventor before: Liu Qinghua

Inventor before: Wang Xiaoyan

COR Change of bibliographic data

Free format text: CORRECT: INVENTOR; FROM: LIU QINGHUA WANG XIAOYAN TO: WEI DAISEN WANG XIAOYAN

Free format text: CORRECT: APPLICANT; FROM: SHANDONG UNIVERSAL SOFTWARE CO., LTD., LANGCHAO GROUP CORP. TO: INSPUR GENERAL SOFTWARE CO., LTD.

C14 Grant of patent or utility model
GR01 Patent grant