CN104391703A - Quick page layout completing device and method - Google Patents

Quick page layout completing device and method Download PDF

Info

Publication number
CN104391703A
CN104391703A CN201410671608.7A CN201410671608A CN104391703A CN 104391703 A CN104391703 A CN 104391703A CN 201410671608 A CN201410671608 A CN 201410671608A CN 104391703 A CN104391703 A CN 104391703A
Authority
CN
China
Prior art keywords
layout
control
page
parent
controls
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
CN201410671608.7A
Other languages
Chinese (zh)
Other versions
CN104391703B (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.)
Yonyou Software Co Ltd
Original Assignee
Yonyou 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 Yonyou Software Co Ltd filed Critical Yonyou Software Co Ltd
Priority to CN201410671608.7A priority Critical patent/CN104391703B/en
Publication of CN104391703A publication Critical patent/CN104391703A/en
Application granted granted Critical
Publication of CN104391703B publication Critical patent/CN104391703B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention provides a quick page layout completing device. The quick page layout completing device comprises a control obtaining unit for obtaining required controls before interface layout is performed, a layout type judgment unit for judging the control located on a current page in the obtained controls is associated with other controls or the relative position of the control located on the current page to other controls, a control layout unit for judging whether the current control is associated with the other controls based on the layout type judgment unit or not and conducting layout on the current page. The invention further provides a quick page layout completing method. By means of the technical scheme, the single-object type can be fully utilized to complete multi-object type page layout based on an existing page layout completion mode, and a universal and unified service thought of multi-object type involved page layout is established.

Description

Complete the apparatus and method of page layout fast
Technical field
The present invention relates to field of computer technology, particularly, relate to and a kind ofly complete the device of page layout and a kind of method completing page layout fast fast.
 
Background technology
In Kettle, the layout type of all pages is adopt FormLayout layout entirely, if we need to carry out layout to a certain control, traditional layout type needs to define FormData, then initialization ability layout is carried out to its each attribute, if we are to tens control layouts, whole program can seem very long, the process of writing is lost time very much, one seems simple interface and but can consume the developer a whole morning even honest jump time, and the most important is that the program of writing so is very unfavorable for later maintenance.
Therefore, need a kind of newly complete page layout's technology fast, can complete on mode basis in existing page layout, make full use of the page layout that single object type completes multi-object type, set up general, the uniform service thinking of the page layout that multi-object type participates in.
 
Summary of the invention
The present invention is just based on the problems referred to above, propose a kind of newly complete page layout's technology fast, can complete on mode basis in existing page layout, make full use of the page layout that single object type completes multi-object type, set up general, the uniform service thinking of the page layout that multi-object type participates in.
In view of this, the present invention proposes a kind of device completing page layout fast, comprising: control acquiring unit, before carrying out interface layout, obtain required control; Layout types judging unit, for judging in the control that obtains, whether the control being positioned at current page is associated with other controls, at other controls where the control being positioned at current page in other words; Control layout unit, for the judged result whether be associated with other controls to current control based on layout types judging unit, carries out layout to current page.In this technical scheme, can by complicated FormLayout topological simplicity and easily the later stage safeguards, for interface basis has been accomplished fluently in the upgrading of AEDI Designer version afterwards, interface layout is become simply, facilitates, and be convenient to developer's later maintenance.
In technique scheme, preferably, described control layout unit, specifically comprise: the parent calling interface carries out the module of page layout, for when the judged result of layout types judging unit be current control get along well other controls be associated time, by the mode calling interface parent, layout is carried out to current page; Add control and carry out the module of page layout, for when the judged result of layout types judging unit be current control be associated with other controls time, by the mode of interpolation control, layout is carried out to current page.In this technical scheme, traditional layout type can be divided into two kinds, these two kinds of placement schemes are simple and convenient, not easily make mistakes.
In technique scheme, preferably, described in call interface parent carry out the module of page layout, comprise further: call parent submodule, for calling the nodal method of the parent at interface; Control layout submodule, for utilizing the nodal method of the parent at interface, carries out layout to control.In this technical scheme, can directly use setPosition () layout for other control location control that it doesn't matter.
In technique scheme, preferably, described in call the parent at the interface that parent submodule calls, further comprise: job step node parent is JobEntryDialog, switch process node parent is BaseStepDialog.
In technique scheme, preferably, described interpolation control carries out the module of page layout, comprises further: create object submodule, for when the judged result of layout types judging unit be current control be associated with other controls time, create an AEDIForm object form; Add control submodule, for according to preset order being the member variable AEDIFormItem interpolation control of the form created; Unified layout submodule, for after interpolation control terminates, the layoutForm () method calling form is that control unifies layout.In this technical scheme, can need to use list class AEDIForm to add appointment list of controls for the related control of other controls, last layout.
According to a further aspect of the invention, also proposed a kind of method completing page layout fast, comprising: step 202: before carrying out interface layout, obtain required control; Step 204: judge in the control obtained, whether the control being positioned at current page is associated with other controls, at other controls where the control being positioned at current page in other words; Step 206: the judged result whether be associated with other controls based on step 204 pair current control, carries out layout to current page.In this technical scheme, can by complicated FormLayout topological simplicity and easily the later stage safeguards, for interface basis has been accomplished fluently in the upgrading of AEDI Designer version afterwards, interface layout is become simply, facilitates, and be convenient to developer's later maintenance.
In technique scheme, preferably, described step 206, specifically comprises: step 302: when the judged result of layout types judging unit be current control get along well other controls be associated time, by the mode calling interface parent, layout is carried out to current page; Step 402: when the judged result of layout types judging unit be current control be associated with other controls time, by the mode of adding control, layout is carried out to current page.In this technical scheme, traditional layout type can be divided into two kinds, these two kinds of placement schemes are simple and convenient, not easily make mistakes.
In technique scheme, preferably, described step 302, comprises: step 502 further: the nodal method calling the parent at interface; Step 504: the nodal method utilizing the parent at interface, carries out layout to control.In this technical scheme, can directly use setPosition () layout for other control location control that it doesn't matter.
In technique scheme, preferably, the parent at the interface that described step 502 is called, further comprises: job step node parent is JobEntryDialog, switch process node parent is BaseStepDialog.
In technique scheme, preferably, described step 402, comprises: step 602 further: when the judged result of layout types judging unit be current control be associated with other controls time, create an AEDIForm object form; Step 604: the member variable AEDIFormItem interpolation control according to preset order being the form created; Step 606: after interpolation control terminates, the layoutForm () method calling form is that control unifies layout.In this technical scheme, can need to use list class AEDIForm to add appointment list of controls for the related control of other controls, last layout.
By above technical scheme, can complete on mode basis in existing page layout, make full use of the page layout that single object type completes multi-object type, set up general, the uniform service thinking of the page layout that multi-object type participates in.
 
Accompanying drawing explanation
Fig. 1 shows the block diagram of the device completing page layout according to an embodiment of the invention fast;
Fig. 2 shows the process flow diagram of the method completing page layout according to an embodiment of the invention fast;
Fig. 3 shows the principle schematic that the parent calling interface according to an embodiment of the invention carries out the module of page layout;
Fig. 4 shows and adds the principle schematic that control carries out the module of page layout according to an embodiment of the invention;
Fig. 5 shows the process flow diagram of traditional FormLayout layout;
Fig. 6 shows the process flow diagram of interface layout's (i.e. improved bound face layout) according to an embodiment of the invention.
 
Embodiment
In order to more clearly understand above-mentioned purpose of the present invention, feature and advantage, below in conjunction with the drawings and specific embodiments, the present invention is further described in detail.It should be noted that, when not conflicting, the feature in the embodiment of the application and embodiment can combine mutually.
Set forth a lot of detail in the following description so that fully understand the present invention; but; the present invention can also adopt other to be different from other modes described here and implement, and therefore, protection scope of the present invention is not by the restriction of following public specific embodiment.
Fig. 1 shows the block diagram of the device completing page layout according to an embodiment of the invention fast.
As shown in Figure 1, complete the device 100 of page layout according to an embodiment of the invention fast, comprising: control acquiring unit 102, before carrying out interface layout, obtain required control; Layout types judging unit 104, for judging in the control that obtains, whether the control being positioned at current page is associated with other controls, at other controls where the control being positioned at current page in other words; Control layout unit 106, for the judged result whether be associated with other controls to current control based on layout types judging unit, carries out layout to current page.In this technical scheme, can by complicated FormLayout topological simplicity and easily the later stage safeguards, for interface basis has been accomplished fluently in the upgrading of AEDI Designer version afterwards, interface layout is become simply, facilitates, and be convenient to developer's later maintenance.
In technique scheme, preferably, control layout unit 106, specifically comprise: the parent calling interface carries out the module 1062 of page layout, for when the judged result of layout types judging unit be current control get along well other controls be associated time, by the mode calling interface parent, layout is carried out to current page; Add control and carry out the module 1064 of page layout, for when the judged result of layout types judging unit be current control be associated with other controls time, by the mode of interpolation control, layout is carried out to current page.In this technical scheme, traditional layout type can be divided into two kinds, these two kinds of placement schemes are simple and convenient, not easily make mistakes.
In technique scheme, preferably, the parent calling interface carries out the module 1062 of page layout, comprises further: call parent submodule 10622, for calling the nodal method of the parent at interface; Control layout submodule 10624, for utilizing the nodal method of the parent at interface, carries out layout to control.In this technical scheme, can directly use setPosition () layout for other control location control that it doesn't matter.
In technique scheme, preferably, call the parent at the interface that parent submodule 10622 calls, further comprise: job step node parent is JobEntryDialog, switch process node parent is BaseStepDialog.
In technique scheme, preferably, add the module 1064 that control carries out page layout, comprise further: create object submodule 10642, for when the judged result of layout types judging unit be current control be associated with other controls time, create an AEDIForm object form; Add control submodule 10644, for according to preset order being the member variable AEDIFormItem interpolation control of the form created; Unified layout submodule 10646, for after interpolation control terminates, the layoutForm () method calling form is that control unifies layout.In this technical scheme, can need to use list class AEDIForm to add appointment list of controls for the related control of other controls, last layout.
Fig. 2 shows the process flow diagram of the method completing page layout according to an embodiment of the invention fast.
As shown in Figure 2, complete the method for page layout according to an embodiment of the invention fast, comprising: step 202: before carrying out interface layout, obtain required control; Step 204: judge in the control obtained, whether the control being positioned at current page is associated with other controls, at other controls where the control being positioned at current page in other words; Step 206: the judged result whether be associated with other controls based on step 204 pair current control, carries out layout to current page.In this technical scheme, can by complicated FormLayout topological simplicity and easily the later stage safeguards, for interface basis has been accomplished fluently in the upgrading of AEDI Designer version afterwards, interface layout is become simply, facilitates, and be convenient to developer's later maintenance.
In technique scheme, preferably, step 206, specifically comprises: step 302: when the judged result of layout types judging unit be current control get along well other controls be associated time, by the mode calling interface parent, layout is carried out to current page; Step 402: when the judged result of layout types judging unit be current control be associated with other controls time, by the mode of adding control, layout is carried out to current page.In this technical scheme, traditional layout type can be divided into two kinds, these two kinds of placement schemes are simple and convenient, not easily make mistakes.
In technique scheme, preferably, as shown in Figure 3, step 302, comprises: step 502 further: the nodal method calling the parent at interface; Step 504: the nodal method utilizing the parent at interface, carries out layout to control.In this technical scheme, can directly use setPosition () layout for other control location control that it doesn't matter.
In technique scheme, preferably, the parent at the interface that step 502 is called, further comprises: job step node parent is JobEntryDialog, switch process node parent is BaseStepDialog.
In technique scheme, preferably, as shown in Figure 4, step 402, comprises: step 602 further: when the judged result of layout types judging unit be current control be associated with other controls time, create an AEDIForm object form; Step 604: the member variable AEDIFormItem interpolation control according to preset order being the form created; Step 606: after interpolation control terminates, the layoutForm () method calling form is that control unifies layout.In this technical scheme, can need to use list class AEDIForm to add appointment list of controls for the related control of other controls, last layout.
Technical scheme of the present invention, may be used for SWT(is a kind of interface tool-class) in page layout, the feature that the layout type for all interfaces of Kettle is similar, extracts cloth station interface and a method, for layout, simple and convenient, more easily safeguard.
Technical scheme of the present invention, be exactly that the general character extracting interface structure sets up list class (AEDIForm), or in operation parent (as JobEntryDialog), conversion parent (as BaseStepDialog), add general character method [as setPosition ()], traditional layout type is divided into two kinds: 1. directly use general character method [as setPosition ()] layout for other control location control that it doesn't matter; 2. need to use list class (AEDIForm) to add appointment list of controls, last layout for the related control of other controls.These two kinds of placement schemes are simple and convenient, not easily make mistakes.
Technical scheme of the present invention, can solve and how simplify traditional FormLayout layout type, namely can solve and how simplify traditional SWT layout type, see Fig. 5.For the main technical problem to be solved in the present invention, the process flow diagram of solution is proposed as shown in Figure 6.
Technical scheme of the present invention, simplifies complicated FormLayout layout (as SWT layout) and easily the later stage safeguards, for interface basis has been accomplished fluently in the upgrading of AEDI Designer version afterwards.In time carrying out interface layout, first can observe some control whether be associated with other controls, that is at other controls where, if this control is got along well, other controls are associated, now developer just can call interface parent (as job step node parent be JobEntryDialog, switch process node parent is BaseStepDialog) general character method [as setPosition ()] layout is carried out to control; If this control is associated with other controls, now developer can utilize list class to unify layout for control, such as: developer can create an AEDIForm object form, then the member variable AEDIFormItem being form according to certain order adds control, after interpolation control terminates, the layoutForm () method calling form is that control unifies layout.
Technical scheme of the present invention, through being a product that version is sent out by UAP AE department of UFSOFT at AEDI Designer() test and experimental verification in product, known: improved bound face layout method layout becomes simply, convenience, even more important is a bit, code is short and sweet, is convenient to developer's later maintenance.
 
More than be described with reference to the accompanying drawings technical scheme of the present invention, considered in correlation technique there is no easy, the unified solution completed for complicated type page layout.Existing page layout completes page layout's complete process that mode cannot complete complicated type participation.Therefore, the present invention proposes and a kind ofly complete the device of page layout and a kind of method completing page layout fast fast, can complete on mode basis in existing page layout, make full use of the page layout that single object type completes multi-object type, set up general, the uniform service thinking of the page layout that multi-object type participates in.
The foregoing is only the preferred embodiments of the present invention, be not limited to the present invention, for a person skilled in the art, the present invention can have various modifications and variations.Within the spirit and principles in the present invention all, any amendment done, equivalent replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. complete a device for page layout fast, it is characterized in that, comprising:
Control acquiring unit, before carrying out interface layout, obtains required control;
Layout types judging unit, for judging in the control that obtains, whether the control being positioned at current page is associated with other controls, at other controls where the control being positioned at current page in other words;
Control layout unit, for the judged result whether be associated with other controls to current control based on layout types judging unit, carries out layout to current page.
2. the device completing page layout fast according to claim 1, is characterized in that, described control layout unit, specifically comprises:
The parent calling interface carries out the module of page layout, for when the judged result of layout types judging unit be current control get along well other controls be associated time, by the mode calling interface parent, layout is carried out to current page;
Add control and carry out the module of page layout, for when the judged result of layout types judging unit be current control be associated with other controls time, by the mode of interpolation control, layout is carried out to current page.
3. the device completing page layout fast according to claim 2, is characterized in that, described in call interface parent carry out the module of page layout, comprise further:
Call parent submodule, for calling the nodal method of the parent at interface;
Control layout submodule, for utilizing the nodal method of the parent at interface, carries out layout to control.
4. the device completing page layout fast according to claim 3, it is characterized in that, the described parent calling the interface that parent submodule calls, further comprises: job step node parent is JobEntryDialog, switch process node parent is BaseStepDialog.
5. the device completing page layout fast according to any one of claim 2-4, is characterized in that, described interpolation control carries out the module of page layout, comprises further:
Create object submodule, for when the judged result of layout types judging unit be current control be associated with other controls time, create an AEDIForm object form;
Add control submodule, for according to preset order being the member variable AEDIFormItem interpolation control of the form created;
Unified layout submodule, for after interpolation control terminates, the layoutForm () method calling form is that control unifies layout.
6. complete a method for page layout fast, it is characterized in that, comprising:
Step 202: before carrying out interface layout, obtains required control;
Step 204: judge in the control obtained, whether the control being positioned at current page is associated with other controls, at other controls where the control being positioned at current page in other words;
Step 206: the judged result whether be associated with other controls based on step 204 pair current control, carries out layout to current page.
7. the method completing page layout fast according to claim 6, is characterized in that, described step 206, specifically comprises:
Step 302: when the judged result of layout types judging unit be current control get along well other controls be associated time, by the mode calling interface parent, layout is carried out to current page;
Step 402: when the judged result of layout types judging unit be current control be associated with other controls time, by the mode of adding control, layout is carried out to current page.
8. the method completing page layout fast according to claim 7, is characterized in that, described step 302, comprises further:
Step 502: the nodal method calling the parent at interface;
Step 504: the nodal method utilizing the parent at interface, carries out layout to control.
9. the method completing page layout fast according to claim 8, it is characterized in that, the parent at the interface that described step 502 is called, further comprises: job step node parent is JobEntryDialog, switch process node parent is BaseStepDialog.
10. the method completing page layout fast according to any one of claim 6-9, is characterized in that, described step 402, comprises further:
Step 602: when the judged result of layout types judging unit be current control be associated with other controls time, create an AEDIForm object form;
Step 604: the member variable AEDIFormItem interpolation control according to preset order being the form created;
Step 606: after interpolation control terminates, the layoutForm () method calling form is that control unifies layout.
CN201410671608.7A 2014-11-21 2014-11-21 It is rapidly completed the apparatus and method of page layout Active CN104391703B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410671608.7A CN104391703B (en) 2014-11-21 2014-11-21 It is rapidly completed the apparatus and method of page layout

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410671608.7A CN104391703B (en) 2014-11-21 2014-11-21 It is rapidly completed the apparatus and method of page layout

Publications (2)

Publication Number Publication Date
CN104391703A true CN104391703A (en) 2015-03-04
CN104391703B CN104391703B (en) 2017-11-07

Family

ID=52609611

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410671608.7A Active CN104391703B (en) 2014-11-21 2014-11-21 It is rapidly completed the apparatus and method of page layout

Country Status (1)

Country Link
CN (1) CN104391703B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105487858A (en) * 2015-11-25 2016-04-13 深圳联友科技有限公司 HTML5 based online form design system
CN105760155A (en) * 2016-01-28 2016-07-13 浪潮通用软件有限公司 Method and device for web interface layout
CN106406683A (en) * 2016-11-30 2017-02-15 武汉斗鱼网络科技有限公司 Radio button setting method and device and radio button click response method and device
CN106708484A (en) * 2015-11-13 2017-05-24 阿里巴巴集团控股有限公司 Page creating method and apparatus
CN109324796A (en) * 2018-08-01 2019-02-12 浙江口碑网络技术有限公司 Quick interface arrangement method and device
CN111258575A (en) * 2018-11-30 2020-06-09 阿里健康信息技术有限公司 Page layout processing method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101382887A (en) * 2008-09-19 2009-03-11 金蝶软件(中国)有限公司 Method and apparatus for regulating interface layout
US20130097519A1 (en) * 2011-10-18 2013-04-18 Research In Motion Limited Method of distributed layout negotiation in a user interface framework
CN103176797A (en) * 2013-02-21 2013-06-26 用友软件股份有限公司 Interface layout device and interface layout method
CN103597436A (en) * 2011-06-06 2014-02-19 微软公司 Dynamically controlling collisions of form controls in an electronic document

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101382887A (en) * 2008-09-19 2009-03-11 金蝶软件(中国)有限公司 Method and apparatus for regulating interface layout
CN103597436A (en) * 2011-06-06 2014-02-19 微软公司 Dynamically controlling collisions of form controls in an electronic document
US20130097519A1 (en) * 2011-10-18 2013-04-18 Research In Motion Limited Method of distributed layout negotiation in a user interface framework
CN103176797A (en) * 2013-02-21 2013-06-26 用友软件股份有限公司 Interface layout device and interface layout method

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106708484A (en) * 2015-11-13 2017-05-24 阿里巴巴集团控股有限公司 Page creating method and apparatus
CN106708484B (en) * 2015-11-13 2020-08-25 菜鸟智能物流控股有限公司 Method and device for establishing page
CN105487858A (en) * 2015-11-25 2016-04-13 深圳联友科技有限公司 HTML5 based online form design system
CN105487858B (en) * 2015-11-25 2019-04-02 深圳联友科技有限公司 A kind of online form design system based on HTML5
CN105760155A (en) * 2016-01-28 2016-07-13 浪潮通用软件有限公司 Method and device for web interface layout
CN106406683A (en) * 2016-11-30 2017-02-15 武汉斗鱼网络科技有限公司 Radio button setting method and device and radio button click response method and device
CN106406683B (en) * 2016-11-30 2019-08-02 武汉斗鱼网络科技有限公司 Response method and device are clicked in a kind of setting of radio button
CN109324796A (en) * 2018-08-01 2019-02-12 浙江口碑网络技术有限公司 Quick interface arrangement method and device
CN109324796B (en) * 2018-08-01 2022-09-09 浙江口碑网络技术有限公司 Interface layout method and device
CN111258575A (en) * 2018-11-30 2020-06-09 阿里健康信息技术有限公司 Page layout processing method and device
CN111258575B (en) * 2018-11-30 2023-09-15 阿里健康信息技术有限公司 Page layout processing method and device

Also Published As

Publication number Publication date
CN104391703B (en) 2017-11-07

Similar Documents

Publication Publication Date Title
CN104391703A (en) Quick page layout completing device and method
CN106843828B (en) Interface display and loading method and device
CN106445484B (en) The method and system of data tracking are realized by Software Development Kit
KR102131159B1 (en) Methods and devices for controlling smart devices and computer storage media
CN104158836A (en) Method for rendering mobile application interface through data
CN103176802B (en) Realize the method that the user interface UI of system separates with widget library by control pond
CN104885055A (en) Method and device for application data synchronization
CN104391786A (en) Webpage automatic test system and method thereof
CN105893055B (en) Flow engine hardware and software platform triggering method
CN105205072B (en) The methods of exhibiting and system of webpage information
CN108399072A (en) Five application page update method and device
CN109145034B (en) Resource presentation method and device and computer terminal
CN106201466B (en) A kind of Template Manager method based on heat
CN106330560B (en) Realize that the method and device of interior switching server is arranged in system when IOS system testing
CN104572089B (en) The method and apparatus for generating Android installation kit
CN102520856A (en) Combination method and device of icon function
CN105653744A (en) Method and device for designing layout
CN103338125A (en) Method for batch network device configuration
CN103595742A (en) A method and an apparatus for debugging webpage CSS
CN103761395B (en) Method for generating dynamic report of virtual terminal of intelligent substation
CN103677845A (en) Website application deployment method
CN105468747A (en) Recommendation information display method and device
CN108153745B (en) Application data calling method and application development system
CN105302875A (en) Interactive problem solving method, server and system
CN104317781A (en) Sensitive word editor

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 100094 Beijing city Haidian District North Road No. 68, UFIDA Software Park

Applicant after: Yonyou Network Technology Co., Ltd.

Address before: 100094 Beijing city Haidian District North Road No. 68, UFIDA Software Park

Applicant before: UFIDA Software Co., Ltd.

COR Change of bibliographic data
GR01 Patent grant
GR01 Patent grant