Commit f96db8f0bb1c23c3e9cc6a7c3a05d6444b8b3237
1 parent
e40d7cc4
添加.gitignore
Showing
10 changed files
with
1 additions
and
1581 deletions
.gitignore
.idea/compiler.xml deleted
1 | -<?xml version="1.0" encoding="UTF-8"?> | |
2 | -<project version="4"> | |
3 | - <component name="CompilerConfiguration"> | |
4 | - <annotationProcessing> | |
5 | - <profile default="true" name="Default" enabled="true" /> | |
6 | - <profile name="Maven default annotation processors profile" enabled="true"> | |
7 | - <sourceOutputDir name="target/generated-sources/annotations" /> | |
8 | - <sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> | |
9 | - <outputRelativeToContentRoot value="true" /> | |
10 | - <module name="huaheng" /> | |
11 | - <module name="wms2" /> | |
12 | - </profile> | |
13 | - </annotationProcessing> | |
14 | - </component> | |
15 | - <component name="JavacSettings"> | |
16 | - <option name="ADDITIONAL_OPTIONS_OVERRIDE"> | |
17 | - <module name="WMSV1" options="-parameters" /> | |
18 | - <module name="huaheng" options="-parameters" /> | |
19 | - <module name="wms2" options="-parameters" /> | |
20 | - </option> | |
21 | - </component> | |
22 | -</project> | |
23 | 0 | \ No newline at end of file |
.idea/dataSources.xml deleted
1 | -<?xml version="1.0" encoding="UTF-8"?> | |
2 | -<project version="4"> | |
3 | - <component name="DataSourceManagerImpl" format="xml" multifile-model="true"> | |
4 | - <data-source source="LOCAL" name="@localhost" uuid="6d5de702-a841-421b-9ba7-321e00f6c120"> | |
5 | - <driver-ref>mysql.8</driver-ref> | |
6 | - <synchronize>true</synchronize> | |
7 | - <jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver> | |
8 | - <jdbc-url>jdbc:mysql://localhost:3306</jdbc-url> | |
9 | - <driver-properties> | |
10 | - <property name="autoReconnect" value="true" /> | |
11 | - <property name="zeroDateTimeBehavior" value="CONVERT_TO_NULL" /> | |
12 | - <property name="tinyInt1isBit" value="false" /> | |
13 | - <property name="characterEncoding" value="utf8" /> | |
14 | - <property name="characterSetResults" value="utf8" /> | |
15 | - <property name="yearIsDateType" value="false" /> | |
16 | - <property name="serverTimezone" value="UTC" /> | |
17 | - </driver-properties> | |
18 | - </data-source> | |
19 | - <data-source source="LOCAL" name="@172.16.29.45" uuid="36263653-e7b2-4ebc-9140-76794bfbbc6f"> | |
20 | - <driver-ref>mysql.8</driver-ref> | |
21 | - <synchronize>true</synchronize> | |
22 | - <jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver> | |
23 | - <jdbc-url>jdbc:mysql://172.16.29.45:3306</jdbc-url> | |
24 | - <driver-properties> | |
25 | - <property name="autoReconnect" value="true" /> | |
26 | - <property name="zeroDateTimeBehavior" value="CONVERT_TO_NULL" /> | |
27 | - <property name="tinyInt1isBit" value="false" /> | |
28 | - <property name="characterEncoding" value="utf8" /> | |
29 | - <property name="characterSetResults" value="utf8" /> | |
30 | - <property name="yearIsDateType" value="false" /> | |
31 | - </driver-properties> | |
32 | - </data-source> | |
33 | - </component> | |
34 | -</project> | |
35 | 0 | \ No newline at end of file |
.idea/encodings.xml deleted
.idea/inspectionProfiles/Project_Default.xml deleted
1 | -<component name="InspectionProjectProfileManager"> | |
2 | - <profile version="1.0"> | |
3 | - <option name="myName" value="Project Default" /> | |
4 | - <inspection_tool class="JavaDoc" enabled="true" level="WARNING" enabled_by_default="true"> | |
5 | - <option name="TOP_LEVEL_CLASS_OPTIONS"> | |
6 | - <value> | |
7 | - <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" /> | |
8 | - <option name="REQUIRED_TAGS" value="" /> | |
9 | - </value> | |
10 | - </option> | |
11 | - <option name="INNER_CLASS_OPTIONS"> | |
12 | - <value> | |
13 | - <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" /> | |
14 | - <option name="REQUIRED_TAGS" value="" /> | |
15 | - </value> | |
16 | - </option> | |
17 | - <option name="METHOD_OPTIONS"> | |
18 | - <value> | |
19 | - <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" /> | |
20 | - <option name="REQUIRED_TAGS" value="@return@param@throws or @exception" /> | |
21 | - </value> | |
22 | - </option> | |
23 | - <option name="FIELD_OPTIONS"> | |
24 | - <value> | |
25 | - <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" /> | |
26 | - <option name="REQUIRED_TAGS" value="" /> | |
27 | - </value> | |
28 | - </option> | |
29 | - <option name="IGNORE_DEPRECATED" value="false" /> | |
30 | - <option name="IGNORE_JAVADOC_PERIOD" value="true" /> | |
31 | - <option name="IGNORE_DUPLICATED_THROWS" value="false" /> | |
32 | - <option name="IGNORE_POINT_TO_ITSELF" value="false" /> | |
33 | - <option name="myAdditionalJavadocTags" value="date" /> | |
34 | - </inspection_tool> | |
35 | - </profile> | |
36 | -</component> | |
37 | 0 | \ No newline at end of file |
.idea/misc.xml deleted
1 | -<?xml version="1.0" encoding="UTF-8"?> | |
2 | -<project version="4"> | |
3 | - <component name="ExternalStorageConfigurationManager" enabled="true" /> | |
4 | - <component name="JavaScriptSettings"> | |
5 | - <option name="languageLevel" value="ES6" /> | |
6 | - </component> | |
7 | - <component name="MavenProjectsManager"> | |
8 | - <option name="originalFiles"> | |
9 | - <list> | |
10 | - <option value="$PROJECT_DIR$/pom.xml" /> | |
11 | - </list> | |
12 | - </option> | |
13 | - </component> | |
14 | - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | |
15 | - <output url="file://$PROJECT_DIR$/out" /> | |
16 | - </component> | |
17 | -</project> | |
18 | 0 | \ No newline at end of file |
.idea/uiDesigner.xml deleted
1 | -<?xml version="1.0" encoding="UTF-8"?> | |
2 | -<project version="4"> | |
3 | - <component name="Palette2"> | |
4 | - <group name="Swing"> | |
5 | - <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
6 | - <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> | |
7 | - </item> | |
8 | - <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
9 | - <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> | |
10 | - </item> | |
11 | - <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
12 | - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> | |
13 | - </item> | |
14 | - <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true"> | |
15 | - <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> | |
16 | - </item> | |
17 | - <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
18 | - <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> | |
19 | - <initial-values> | |
20 | - <property name="text" value="Button" /> | |
21 | - </initial-values> | |
22 | - </item> | |
23 | - <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
24 | - <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> | |
25 | - <initial-values> | |
26 | - <property name="text" value="RadioButton" /> | |
27 | - </initial-values> | |
28 | - </item> | |
29 | - <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
30 | - <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> | |
31 | - <initial-values> | |
32 | - <property name="text" value="CheckBox" /> | |
33 | - </initial-values> | |
34 | - </item> | |
35 | - <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
36 | - <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> | |
37 | - <initial-values> | |
38 | - <property name="text" value="Label" /> | |
39 | - </initial-values> | |
40 | - </item> | |
41 | - <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
42 | - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | |
43 | - <preferred-size width="150" height="-1" /> | |
44 | - </default-constraints> | |
45 | - </item> | |
46 | - <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
47 | - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | |
48 | - <preferred-size width="150" height="-1" /> | |
49 | - </default-constraints> | |
50 | - </item> | |
51 | - <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
52 | - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | |
53 | - <preferred-size width="150" height="-1" /> | |
54 | - </default-constraints> | |
55 | - </item> | |
56 | - <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
57 | - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | |
58 | - <preferred-size width="150" height="50" /> | |
59 | - </default-constraints> | |
60 | - </item> | |
61 | - <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
62 | - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | |
63 | - <preferred-size width="150" height="50" /> | |
64 | - </default-constraints> | |
65 | - </item> | |
66 | - <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
67 | - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | |
68 | - <preferred-size width="150" height="50" /> | |
69 | - </default-constraints> | |
70 | - </item> | |
71 | - <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
72 | - <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" /> | |
73 | - </item> | |
74 | - <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
75 | - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | |
76 | - <preferred-size width="150" height="50" /> | |
77 | - </default-constraints> | |
78 | - </item> | |
79 | - <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
80 | - <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3"> | |
81 | - <preferred-size width="150" height="50" /> | |
82 | - </default-constraints> | |
83 | - </item> | |
84 | - <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
85 | - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | |
86 | - <preferred-size width="150" height="50" /> | |
87 | - </default-constraints> | |
88 | - </item> | |
89 | - <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
90 | - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> | |
91 | - <preferred-size width="200" height="200" /> | |
92 | - </default-constraints> | |
93 | - </item> | |
94 | - <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
95 | - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> | |
96 | - <preferred-size width="200" height="200" /> | |
97 | - </default-constraints> | |
98 | - </item> | |
99 | - <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
100 | - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> | |
101 | - </item> | |
102 | - <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
103 | - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> | |
104 | - </item> | |
105 | - <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
106 | - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" /> | |
107 | - </item> | |
108 | - <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
109 | - <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" /> | |
110 | - </item> | |
111 | - <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
112 | - <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1"> | |
113 | - <preferred-size width="-1" height="20" /> | |
114 | - </default-constraints> | |
115 | - </item> | |
116 | - <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
117 | - <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" /> | |
118 | - </item> | |
119 | - <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
120 | - <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" /> | |
121 | - </item> | |
122 | - </group> | |
123 | - </component> | |
124 | -</project> | |
125 | 0 | \ No newline at end of file |
.idea/vcs.xml deleted
.idea/workspace.xml deleted
1 | -<?xml version="1.0" encoding="UTF-8"?> | |
2 | -<project version="4"> | |
3 | - <component name="ChangeListManager"> | |
4 | - <list default="true" id="29079676-ace5-434e-89a2-76a325e744a5" name="Default Changelist" comment="合并信义源码"> | |
5 | - <change afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/common/utils/SendMessage.java" afterDir="false" /> | |
6 | - <change afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/materialWarnning/controller/MaterialWarningController.java" afterDir="false" /> | |
7 | - <change afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/materialWarnning/domain/MaterialWarning.java" afterDir="false" /> | |
8 | - <change afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/materialWarnning/mapper/MaterialWarningMapper.java" afterDir="false" /> | |
9 | - <change afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/materialWarnning/service/IMaterialWarningService.java" afterDir="false" /> | |
10 | - <change afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/materialWarnning/service/impl/MaterialWarningServiceImpl.java" afterDir="false" /> | |
11 | - <change afterPath="$PROJECT_DIR$/src/main/resources/mybatis/config/MaterialWarningMapper.xml" afterDir="false" /> | |
12 | - <change afterPath="$PROJECT_DIR$/src/main/resources/templates/config/materialWarning/add.html" afterDir="false" /> | |
13 | - <change afterPath="$PROJECT_DIR$/src/main/resources/templates/config/materialWarning/edit.html" afterDir="false" /> | |
14 | - <change afterPath="$PROJECT_DIR$/src/main/resources/templates/config/materialWarning/warning.html" afterDir="false" /> | |
15 | - <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> | |
16 | - <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" /> | |
17 | - </list> | |
18 | - <ignored path="$PROJECT_DIR$/target/" /> | |
19 | - <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> | |
20 | - <option name="SHOW_DIALOG" value="false" /> | |
21 | - <option name="HIGHLIGHT_CONFLICTS" value="true" /> | |
22 | - <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> | |
23 | - <option name="LAST_RESOLUTION" value="IGNORE" /> | |
24 | - </component> | |
25 | - <component name="DatabaseView"> | |
26 | - <option name="SHOW_INTERMEDIATE" value="false" /> | |
27 | - <option name="GROUP_DATA_SOURCES" value="true" /> | |
28 | - <option name="GROUP_SCHEMA" value="true" /> | |
29 | - <option name="GROUP_CONTENTS" value="false" /> | |
30 | - <option name="SORT_POSITIONED" value="false" /> | |
31 | - <option name="SHOW_EMPTY_GROUPS" value="false" /> | |
32 | - <option name="AUTO_SCROLL_FROM_SOURCE" value="true" /> | |
33 | - <option name="HIDDEN_KINDS"> | |
34 | - <set /> | |
35 | - </option> | |
36 | - <expand> | |
37 | - <path> | |
38 | - <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" /> | |
39 | - <item name="@172.16.29.45" type="feb32156:DbDataSourceImpl" /> | |
40 | - </path> | |
41 | - </expand> | |
42 | - <select /> | |
43 | - </component> | |
44 | - <component name="DefaultGradleProjectSettings"> | |
45 | - <option name="isMigrated" value="true" /> | |
46 | - </component> | |
47 | - <component name="FileEditorManager"> | |
48 | - <leaf SIDE_TABS_SIZE_LIMIT_KEY="300"> | |
49 | - <file pinned="false" current-in-tab="false"> | |
50 | - <entry file="file://$PROJECT_DIR$/src/main/resources/templates/index.html"> | |
51 | - <provider selected="true" editor-type-id="text-editor"> | |
52 | - <state relative-caret-position="252"> | |
53 | - <caret line="24" column="17" selection-start-line="24" selection-start-column="17" selection-end-line="24" selection-end-column="17" /> | |
54 | - </state> | |
55 | - </provider> | |
56 | - </entry> | |
57 | - </file> | |
58 | - <file pinned="false" current-in-tab="false"> | |
59 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/tool/gen/util/GenUtils.java"> | |
60 | - <provider selected="true" editor-type-id="text-editor"> | |
61 | - <state relative-caret-position="213"> | |
62 | - <caret line="123" selection-start-line="123" selection-end-line="123" /> | |
63 | - </state> | |
64 | - </provider> | |
65 | - </entry> | |
66 | - </file> | |
67 | - <file pinned="false" current-in-tab="false"> | |
68 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/tool/gen/domain/GenTable.java"> | |
69 | - <provider selected="true" editor-type-id="text-editor"> | |
70 | - <state relative-caret-position="-1541"> | |
71 | - <caret line="16" column="13" selection-start-line="16" selection-start-column="13" selection-end-line="16" selection-end-column="13" /> | |
72 | - </state> | |
73 | - </provider> | |
74 | - </entry> | |
75 | - </file> | |
76 | - <file pinned="false" current-in-tab="false"> | |
77 | - <entry file="file://$PROJECT_DIR$/src/main/resources/templates/tool/gen/edit.html"> | |
78 | - <provider selected="true" editor-type-id="text-editor"> | |
79 | - <state relative-caret-position="65"> | |
80 | - <caret line="240" column="26" selection-start-line="240" selection-start-column="26" selection-end-line="240" selection-end-column="26" /> | |
81 | - </state> | |
82 | - </provider> | |
83 | - </entry> | |
84 | - </file> | |
85 | - <file pinned="false" current-in-tab="false"> | |
86 | - <entry file="file://$PROJECT_DIR$/src/main/resources/static/huaheng/js/huahengUI.js"> | |
87 | - <provider selected="true" editor-type-id="text-editor"> | |
88 | - <state relative-caret-position="121"> | |
89 | - <caret line="1134" column="108" selection-start-line="1134" selection-start-column="108" selection-end-line="1134" selection-end-column="108" /> | |
90 | - <folding> | |
91 | - <element signature="n#style#0;n#input#0;n#!!top" expanded="true" /> | |
92 | - <element signature="e#25#31#1" expanded="true" /> | |
93 | - </folding> | |
94 | - </state> | |
95 | - </provider> | |
96 | - </entry> | |
97 | - </file> | |
98 | - <file pinned="false" current-in-tab="true"> | |
99 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/materialWarnning/controller/MaterialWarningController.java"> | |
100 | - <provider selected="true" editor-type-id="text-editor"> | |
101 | - <state relative-caret-position="129"> | |
102 | - <caret line="118" column="46" selection-start-line="118" selection-start-column="46" selection-end-line="118" selection-end-column="46" /> | |
103 | - </state> | |
104 | - </provider> | |
105 | - </entry> | |
106 | - </file> | |
107 | - </leaf> | |
108 | - </component> | |
109 | - <component name="FileTemplateManagerImpl"> | |
110 | - <option name="RECENT_TEMPLATES"> | |
111 | - <list> | |
112 | - <option value="Interface" /> | |
113 | - <option value="Enum" /> | |
114 | - <option value="HTML File" /> | |
115 | - <option value="Class" /> | |
116 | - </list> | |
117 | - </option> | |
118 | - </component> | |
119 | - <component name="FindInProjectRecents"> | |
120 | - <findStrings> | |
121 | - <find>定位</find> | |
122 | - <find>setLocation</find> | |
123 | - <find>setLocationCode</find> | |
124 | - <find>getLocationCode</find> | |
125 | - <find>weight</find> | |
126 | - <find>location</find> | |
127 | - <find>locationService</find> | |
128 | - <find>getOne</find> | |
129 | - <find>locationLambdaQueryWrapper</find> | |
130 | - <find>receiptDetailList</find> | |
131 | - <find>searchShipmentInCondition</find> | |
132 | - <find>receiptHeader</find> | |
133 | - <find>selectPCMenusByUserId</find> | |
134 | - <find>bootstrap-table</find> | |
135 | - <find>menus</find> | |
136 | - <find>/check/checkHeader</find> | |
137 | - <find>model</find> | |
138 | - <find>操作</find> | |
139 | - <find>/check/checkHeader/100</find> | |
140 | - <find>100</find> | |
141 | - <find>thymeleaf</find> | |
142 | - <find>tpye</find> | |
143 | - <find>type</find> | |
144 | - <find>last</find> | |
145 | - <find>receipt_h</find> | |
146 | - <find>mmap</find> | |
147 | - <find>SendMail:edit</find> | |
148 | - <find>ehcache</find> | |
149 | - <find>spring</find> | |
150 | - <find>submitHandler</find> | |
151 | - </findStrings> | |
152 | - <replaceStrings> | |
153 | - <replace /> | |
154 | - </replaceStrings> | |
155 | - <dirStrings> | |
156 | - <dir>E:\web\wms2\src\main\java\com\huaheng\pc\receipt</dir> | |
157 | - </dirStrings> | |
158 | - </component> | |
159 | - <component name="Git.Settings"> | |
160 | - <option name="UPDATE_TYPE" value="MERGE" /> | |
161 | - <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> | |
162 | - <option name="RECENT_BRANCH_BY_REPOSITORY"> | |
163 | - <map> | |
164 | - <entry key="$PROJECT_DIR$" value="master" /> | |
165 | - </map> | |
166 | - </option> | |
167 | - </component> | |
168 | - <component name="IdeDocumentHistory"> | |
169 | - <option name="CHANGED_PATHS"> | |
170 | - <list> | |
171 | - <option value="$PROJECT_DIR$/src/main/resources/templates/receipt/receiptHeader/receiptHeader.html" /> | |
172 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/api/wcs/service/taskAssignService/TaskAssignServiceImpl.java" /> | |
173 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/api/general/service/ReceiptApiService.java" /> | |
174 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/pc/receipt/receiptContainerHeader/service/ReceiptContainerHeaderServiceImpl.java" /> | |
175 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/mobile/receipt/MobilePutawayController.java" /> | |
176 | - <option value="$PROJECT_DIR$/src/main/resources/mybatis/config/LocationMapper.xml" /> | |
177 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/pc/receipt/receiptHeader/mapper/ReceiptHeaderMapper.java" /> | |
178 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/pc/shipment/shipmentHeader/mapper/ShipmentHeaderMapper.java" /> | |
179 | - <option value="$PROJECT_DIR$/src/main/resources/mybatis/shipment/ShipmentHeaderMapper.xml" /> | |
180 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/pc/shipment/shipmentHeader/service/ShipmentHeaderService.java" /> | |
181 | - <option value="$PROJECT_DIR$/src/main/resources/templates/monitor/locationstatus/locationstatus.html" /> | |
182 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/location/controller/LocationController.java" /> | |
183 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/shipmentType/service/ShipmentTypeServiceImpl.java" /> | |
184 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/shipmentType/service/ShipmentTypeService.java" /> | |
185 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/pc/shipment/shipmentHeader/service/ShipmentHeaderServiceImpl.java" /> | |
186 | - <option value="$PROJECT_DIR$/src/main/resources/mybatis/config/ContainerMapper.xml" /> | |
187 | - <option value="$PROJECT_DIR$/src/main/resources/templates/task/task/task.html" /> | |
188 | - <option value="$PROJECT_DIR$/src/main/resources/templates/task/taskHeader/taskHeader.html" /> | |
189 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/mobile/task/TaskDomain.java" /> | |
190 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/mobile/invenory/InventoryDomain.java" /> | |
191 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/mobile/task/TaskInfo.java" /> | |
192 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/mobile/task/TodayInfo.java" /> | |
193 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/mobile/invenory/MobileInventoryController.java" /> | |
194 | - <option value="$PROJECT_DIR$/src/main/resources/application.yml" /> | |
195 | - <option value="$PROJECT_DIR$/src/main/resources/templates/receipt/receiptDetail/add.html" /> | |
196 | - <option value="$PROJECT_DIR$/src/main/resources/templates/receipt/receiptHeader/add.html" /> | |
197 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/pc/task/taskHeader/service/TaskHeaderService.java" /> | |
198 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/api/wcs/service/emptyOutHandle/EmptyOutHandleServiceImpl.java" /> | |
199 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/mobile/receipt/MobileBatchReceiptController.java" /> | |
200 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/mobile/shipment/MobileShipmentController.java" /> | |
201 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/mobile/task/MobileTaskController.java" /> | |
202 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/pc/receipt/receiptHeader/controller/ReceiptHeaderController.java" /> | |
203 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/pc/task/taskHeader/service/TaskHeaderServiceImpl.java" /> | |
204 | - <option value="$PROJECT_DIR$/src/main/resources/templates/administration/sendMail/sendMail.html" /> | |
205 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/common/utils/SendMessage.java" /> | |
206 | - <option value="$PROJECT_DIR$/pom.xml" /> | |
207 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/materialWarnning/domain/MaterialWarning.java" /> | |
208 | - <option value="$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/materialWarnning/controller/MaterialWarningController.java" /> | |
209 | - </list> | |
210 | - </option> | |
211 | - </component> | |
212 | - <component name="IgnoredFileRootStore"> | |
213 | - <option name="generatedRoots"> | |
214 | - <set> | |
215 | - <option value="E:\code\wms2\.idea" /> | |
216 | - </set> | |
217 | - </option> | |
218 | - </component> | |
219 | - <component name="MavenImportPreferences"> | |
220 | - <option name="importingSettings"> | |
221 | - <MavenImportingSettings> | |
222 | - <option name="importAutomatically" value="true" /> | |
223 | - </MavenImportingSettings> | |
224 | - </option> | |
225 | - </component> | |
226 | - <component name="MavenProjectNavigator"> | |
227 | - <treeState> | |
228 | - <expand> | |
229 | - <path> | |
230 | - <item name="" type="16c1761:MavenProjectsStructure$RootNode" /> | |
231 | - <item name="huaheng" type="9519ce18:MavenProjectsStructure$ProjectNode" /> | |
232 | - </path> | |
233 | - <path> | |
234 | - <item name="" type="16c1761:MavenProjectsStructure$RootNode" /> | |
235 | - <item name="huaheng" type="9519ce18:MavenProjectsStructure$ProjectNode" /> | |
236 | - <item name="Lifecycle" type="58874e2:MavenProjectsStructure$LifecycleNode" /> | |
237 | - </path> | |
238 | - </expand> | |
239 | - <select /> | |
240 | - </treeState> | |
241 | - </component> | |
242 | - <component name="ProjectFrameBounds" extendedState="6"> | |
243 | - <option name="x" value="470" /> | |
244 | - <option name="width" value="980" /> | |
245 | - <option name="height" value="1030" /> | |
246 | - </component> | |
247 | - <component name="ProjectId" id="1P5Ngjh73HToCarlEZkqMxrL7pm" /> | |
248 | - <component name="ProjectLevelVcsManager"> | |
249 | - <ConfirmationsSetting value="2" id="Add" /> | |
250 | - </component> | |
251 | - <component name="ProjectView"> | |
252 | - <navigator proportions="" version="1"> | |
253 | - <foldersAlwaysOnTop value="true" /> | |
254 | - </navigator> | |
255 | - <panes> | |
256 | - <pane id="ProjectPane"> | |
257 | - <subPane> | |
258 | - <expand> | |
259 | - <path> | |
260 | - <item name="wms2" type="b2602c69:ProjectViewProjectNode" /> | |
261 | - <item name="wms2" type="462c0819:PsiDirectoryNode" /> | |
262 | - </path> | |
263 | - <path> | |
264 | - <item name="wms2" type="b2602c69:ProjectViewProjectNode" /> | |
265 | - <item name="wms2" type="462c0819:PsiDirectoryNode" /> | |
266 | - <item name="src" type="462c0819:PsiDirectoryNode" /> | |
267 | - </path> | |
268 | - <path> | |
269 | - <item name="wms2" type="b2602c69:ProjectViewProjectNode" /> | |
270 | - <item name="wms2" type="462c0819:PsiDirectoryNode" /> | |
271 | - <item name="src" type="462c0819:PsiDirectoryNode" /> | |
272 | - <item name="main" type="462c0819:PsiDirectoryNode" /> | |
273 | - </path> | |
274 | - <path> | |
275 | - <item name="wms2" type="b2602c69:ProjectViewProjectNode" /> | |
276 | - <item name="wms2" type="462c0819:PsiDirectoryNode" /> | |
277 | - <item name="src" type="462c0819:PsiDirectoryNode" /> | |
278 | - <item name="main" type="462c0819:PsiDirectoryNode" /> | |
279 | - <item name="java" type="462c0819:PsiDirectoryNode" /> | |
280 | - </path> | |
281 | - <path> | |
282 | - <item name="wms2" type="b2602c69:ProjectViewProjectNode" /> | |
283 | - <item name="wms2" type="462c0819:PsiDirectoryNode" /> | |
284 | - <item name="src" type="462c0819:PsiDirectoryNode" /> | |
285 | - <item name="main" type="462c0819:PsiDirectoryNode" /> | |
286 | - <item name="java" type="462c0819:PsiDirectoryNode" /> | |
287 | - <item name="huaheng" type="462c0819:PsiDirectoryNode" /> | |
288 | - </path> | |
289 | - <path> | |
290 | - <item name="wms2" type="b2602c69:ProjectViewProjectNode" /> | |
291 | - <item name="wms2" type="462c0819:PsiDirectoryNode" /> | |
292 | - <item name="src" type="462c0819:PsiDirectoryNode" /> | |
293 | - <item name="main" type="462c0819:PsiDirectoryNode" /> | |
294 | - <item name="resources" type="462c0819:PsiDirectoryNode" /> | |
295 | - </path> | |
296 | - <path> | |
297 | - <item name="wms2" type="b2602c69:ProjectViewProjectNode" /> | |
298 | - <item name="wms2" type="462c0819:PsiDirectoryNode" /> | |
299 | - <item name="src" type="462c0819:PsiDirectoryNode" /> | |
300 | - <item name="main" type="462c0819:PsiDirectoryNode" /> | |
301 | - <item name="resources" type="462c0819:PsiDirectoryNode" /> | |
302 | - <item name="templates" type="462c0819:PsiDirectoryNode" /> | |
303 | - </path> | |
304 | - <path> | |
305 | - <item name="wms2" type="b2602c69:ProjectViewProjectNode" /> | |
306 | - <item name="wms2" type="462c0819:PsiDirectoryNode" /> | |
307 | - <item name="src" type="462c0819:PsiDirectoryNode" /> | |
308 | - <item name="main" type="462c0819:PsiDirectoryNode" /> | |
309 | - <item name="resources" type="462c0819:PsiDirectoryNode" /> | |
310 | - <item name="templates" type="462c0819:PsiDirectoryNode" /> | |
311 | - <item name="config" type="462c0819:PsiDirectoryNode" /> | |
312 | - </path> | |
313 | - <path> | |
314 | - <item name="wms2" type="b2602c69:ProjectViewProjectNode" /> | |
315 | - <item name="wms2" type="462c0819:PsiDirectoryNode" /> | |
316 | - <item name="src" type="462c0819:PsiDirectoryNode" /> | |
317 | - <item name="main" type="462c0819:PsiDirectoryNode" /> | |
318 | - <item name="resources" type="462c0819:PsiDirectoryNode" /> | |
319 | - <item name="templates" type="462c0819:PsiDirectoryNode" /> | |
320 | - <item name="config" type="462c0819:PsiDirectoryNode" /> | |
321 | - <item name="materialWarning" type="462c0819:PsiDirectoryNode" /> | |
322 | - </path> | |
323 | - </expand> | |
324 | - <select /> | |
325 | - </subPane> | |
326 | - </pane> | |
327 | - <pane id="PackagesPane" /> | |
328 | - <pane id="Scope" /> | |
329 | - </panes> | |
330 | - </component> | |
331 | - <component name="ProjectViewState"> | |
332 | - <option name="hideEmptyMiddlePackages" value="true" /> | |
333 | - <option name="showExcludedFiles" value="true" /> | |
334 | - <option name="showLibraryContents" value="true" /> | |
335 | - </component> | |
336 | - <component name="PropertiesComponent"> | |
337 | - <property name="ASKED_ADD_EXTERNAL_FILES" value="true" /> | |
338 | - <property name="DatabaseDriversLRU" value="mysql" /> | |
339 | - <property name="ExpandSpringBootJavaOptionsPanel" value="true" /> | |
340 | - <property name="RequestMappingsPanelOrder0" value="0" /> | |
341 | - <property name="RequestMappingsPanelOrder1" value="1" /> | |
342 | - <property name="RequestMappingsPanelWidth0" value="75" /> | |
343 | - <property name="RequestMappingsPanelWidth1" value="75" /> | |
344 | - <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> | |
345 | - <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" /> | |
346 | - <property name="SearchEverywhereHistoryKey" value="ShipmentType	PSI	JAVA://com.huaheng.pc.config.shipmentType.domain.ShipmentType ShipmentHeaderM	PSI	JAVA://com.huaheng.pc.shipment.shipmentHeader.mapper.ShipmentHeaderMapper ReceiptType	FILE	file://E:/web/wms2/src/main/java/com/huaheng/pc/config/receiptType/domain/ReceiptType.java companyServiceimpl	PSI	JAVA://com.huaheng.pc.config.company.service.CompanyServiceImpl receipt	FILE	file://E:/web/wms2/src/main/resources/templates/receipt/receiptHeader/receiptHeader.html Receipt	FILE	file://E:/web/wms2/src/main/resources/templates/receipt/receiptDetail/receiptDetail.html receiptHeader	FILE	file://E:/web/wms2/src/main/resources/templates/admin/receiptHeader/receiptHeader.html TaskContr	PSI	JAVA://com.huaheng.pc.task.taskHeader.controller.TaskHeaderController Task	FILE	file://E:/web/wms2/src/main/java/com/huaheng/pc/task/taskHeader/service/TaskHeaderServiceImpl.java" /> | |
347 | - <property name="WebServerToolWindowFactoryState" value="false" /> | |
348 | - <property name="aspect.path.notification.shown" value="true" /> | |
349 | - <property name="ignore_missing_gitignore" value="true" /> | |
350 | - <property name="last_opened_file_path" value="$PROJECT_DIR$/src/main/resources/templates/task/taskHeader" /> | |
351 | - <property name="node.js.detected.package.eslint" value="true" /> | |
352 | - <property name="node.js.detected.package.tslint" value="true" /> | |
353 | - <property name="node.js.path.for.package.eslint" value="project" /> | |
354 | - <property name="node.js.path.for.package.tslint" value="project" /> | |
355 | - <property name="node.js.selected.package.eslint" value="(autodetect)" /> | |
356 | - <property name="node.js.selected.package.tslint" value="(autodetect)" /> | |
357 | - <property name="settings.editor.selected.configurable" value="preferences.pluginManager" /> | |
358 | - </component> | |
359 | - <component name="RecentsManager"> | |
360 | - <key name="MoveFile.RECENT_KEYS"> | |
361 | - <recent name="D:\company\wms2\src\main\java\com\huaheng\pc\config" /> | |
362 | - <recent name="E:\code\wms2\src\main\resources\mybatis\general" /> | |
363 | - <recent name="E:\code\wms2\src\main\resources\mybatis\config" /> | |
364 | - </key> | |
365 | - <key name="CopyFile.RECENT_KEYS"> | |
366 | - <recent name="E:\code\wms2\src\main\resources\templates\task\taskHeader" /> | |
367 | - <recent name="E:\code\wms2\src\main\resources\mybatis\monitor" /> | |
368 | - </key> | |
369 | - </component> | |
370 | - <component name="RunDashboard"> | |
371 | - <option name="ruleStates"> | |
372 | - <list> | |
373 | - <RuleState> | |
374 | - <option name="name" value="ConfigurationTypeDashboardGroupingRule" /> | |
375 | - </RuleState> | |
376 | - <RuleState> | |
377 | - <option name="name" value="StatusDashboardGroupingRule" /> | |
378 | - </RuleState> | |
379 | - </list> | |
380 | - </option> | |
381 | - </component> | |
382 | - <component name="RunManager"> | |
383 | - <configuration name="HuaHengApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> | |
384 | - <module name="wms2" /> | |
385 | - <option name="SPRING_BOOT_MAIN_CLASS" value="com.huaheng.HuaHengApplication" /> | |
386 | - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" /> | |
387 | - <option name="ALTERNATIVE_JRE_PATH" value="1.8" /> | |
388 | - <option name="UPDATE_ACTION_UPDATE_POLICY" value="UpdateClassesAndResources" /> | |
389 | - <option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" /> | |
390 | - <method v="2"> | |
391 | - <option name="Make" enabled="true" /> | |
392 | - </method> | |
393 | - </configuration> | |
394 | - <configuration name="HuaHengApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true"> | |
395 | - <module name="huaheng" /> | |
396 | - <extension name="coverage"> | |
397 | - <pattern> | |
398 | - <option name="PATTERN" value="com.huaheng.*" /> | |
399 | - <option name="ENABLED" value="true" /> | |
400 | - </pattern> | |
401 | - </extension> | |
402 | - <option name="SPRING_BOOT_MAIN_CLASS" value="com.huaheng.HuaHengApplication" /> | |
403 | - <option name="ALTERNATIVE_JRE_PATH" /> | |
404 | - <option name="UPDATE_ACTION_UPDATE_POLICY" value="UpdateResources" /> | |
405 | - <option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" /> | |
406 | - </configuration> | |
407 | - </component> | |
408 | - <component name="ServiceViewManager"> | |
409 | - <option name="viewStates"> | |
410 | - <list> | |
411 | - <serviceView> | |
412 | - <treeState> | |
413 | - <expand /> | |
414 | - <select /> | |
415 | - </treeState> | |
416 | - </serviceView> | |
417 | - </list> | |
418 | - </option> | |
419 | - </component> | |
420 | - <component name="SvnConfiguration"> | |
421 | - <configuration /> | |
422 | - </component> | |
423 | - <component name="TaskManager"> | |
424 | - <task active="true" id="Default" summary="Default task"> | |
425 | - <changelist id="29079676-ace5-434e-89a2-76a325e744a5" name="Default Changelist" comment="" /> | |
426 | - <created>1565160110910</created> | |
427 | - <option name="number" value="Default" /> | |
428 | - <option name="presentableId" value="Default" /> | |
429 | - <updated>1565160110910</updated> | |
430 | - <workItem from="1565160112236" duration="11971000" /> | |
431 | - <workItem from="1565224833241" duration="14642000" /> | |
432 | - <workItem from="1565242153135" duration="1476000" /> | |
433 | - <workItem from="1565259513116" duration="148000" /> | |
434 | - <workItem from="1565311988064" duration="7176000" /> | |
435 | - <workItem from="1565328536669" duration="797000" /> | |
436 | - <workItem from="1578550781950" duration="1941000" /> | |
437 | - <workItem from="1578571901482" duration="717000" /> | |
438 | - <workItem from="1580799270581" duration="22000" /> | |
439 | - <workItem from="1580799464519" duration="19000" /> | |
440 | - <workItem from="1581986427727" duration="2807000" /> | |
441 | - <workItem from="1581990347840" duration="909000" /> | |
442 | - <workItem from="1587602309059" duration="16806000" /> | |
443 | - <workItem from="1587687832557" duration="31176000" /> | |
444 | - <workItem from="1588033862630" duration="20020000" /> | |
445 | - <workItem from="1588120660621" duration="25576000" /> | |
446 | - <workItem from="1588551696599" duration="51867000" /> | |
447 | - <workItem from="1594620470247" duration="1998000" /> | |
448 | - <workItem from="1594686742684" duration="19651000" /> | |
449 | - <workItem from="1594772415100" duration="19323000" /> | |
450 | - <workItem from="1594864007067" duration="3162000" /> | |
451 | - <workItem from="1594868325269" duration="12213000" /> | |
452 | - <workItem from="1594946029370" duration="6246000" /> | |
453 | - </task> | |
454 | - <task id="LOCAL-00001" summary="添加库位、库位类型增删改查接口"> | |
455 | - <created>1565226427512</created> | |
456 | - <option name="number" value="00001" /> | |
457 | - <option name="presentableId" value="LOCAL-00001" /> | |
458 | - <option name="project" value="LOCAL" /> | |
459 | - <updated>1565226427512</updated> | |
460 | - </task> | |
461 | - <task id="LOCAL-00002" summary="添加入库、出库表实体类 添加客户、供应商增删改查接口 添加库位、容器、供应商页面"> | |
462 | - <created>1565256884822</created> | |
463 | - <option name="number" value="00002" /> | |
464 | - <option name="presentableId" value="LOCAL-00002" /> | |
465 | - <option name="project" value="LOCAL" /> | |
466 | - <updated>1565256884822</updated> | |
467 | - </task> | |
468 | - <task id="LOCAL-00003" summary="修改库区service"> | |
469 | - <created>1565259481656</created> | |
470 | - <option name="number" value="00003" /> | |
471 | - <option name="presentableId" value="LOCAL-00003" /> | |
472 | - <option name="project" value="LOCAL" /> | |
473 | - <updated>1565259481656</updated> | |
474 | - </task> | |
475 | - <task id="LOCAL-00005" summary="入库单只显示0-179的流程状态"> | |
476 | - <created>1594798650568</created> | |
477 | - <option name="number" value="00005" /> | |
478 | - <option name="presentableId" value="LOCAL-00005" /> | |
479 | - <option name="project" value="LOCAL" /> | |
480 | - <updated>1594798650568</updated> | |
481 | - </task> | |
482 | - <option name="localTasksCounter" value="6" /> | |
483 | - <servers /> | |
484 | - </component> | |
485 | - <component name="TimeTrackingManager"> | |
486 | - <option name="totallyTimeSpent" value="217947000" /> | |
487 | - </component> | |
488 | - <component name="TodoView"> | |
489 | - <todo-panel id="selected-file"> | |
490 | - <is-autoscroll-to-source value="true" /> | |
491 | - </todo-panel> | |
492 | - <todo-panel id="all"> | |
493 | - <are-packages-shown value="true" /> | |
494 | - <is-autoscroll-to-source value="true" /> | |
495 | - </todo-panel> | |
496 | - </component> | |
497 | - <component name="ToolWindowManager"> | |
498 | - <frame x="-7" y="-7" width="1550" height="838" extended-state="6" /> | |
499 | - <layout> | |
500 | - <window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.49885583" visible="true" weight="0.25" /> | |
501 | - <window_info id="Structure" order="1" sideWeight="0.5011442" side_tool="true" weight="0.27680966" /> | |
502 | - <window_info id="Designer" order="2" /> | |
503 | - <window_info id="Image Layers" order="3" /> | |
504 | - <window_info id="UI Designer" order="4" /> | |
505 | - <window_info id="Favorites" order="5" side_tool="true" /> | |
506 | - <window_info id="Capture Tool" order="6" /> | |
507 | - <window_info id="Web" order="7" side_tool="true" /> | |
508 | - <window_info anchor="bottom" id="Message" order="0" /> | |
509 | - <window_info anchor="bottom" id="Find" order="1" weight="0.32952926" /> | |
510 | - <window_info anchor="bottom" id="Run" order="2" sideWeight="0.49932975" weight="0.388102" /> | |
511 | - <window_info anchor="bottom" id="Debug" order="3" visible="true" weight="0.3696884" /> | |
512 | - <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" /> | |
513 | - <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" /> | |
514 | - <window_info anchor="bottom" id="TODO" order="6" weight="0.32952926" /> | |
515 | - <window_info anchor="bottom" id="Spring" order="7" weight="0.32952926" /> | |
516 | - <window_info anchor="bottom" id="Terminal" order="8" weight="0.32952926" /> | |
517 | - <window_info anchor="bottom" id="Event Log" order="9" sideWeight="0.50067025" side_tool="true" weight="0.4807418" /> | |
518 | - <window_info anchor="bottom" id="Statistic" order="10" /> | |
519 | - <window_info anchor="bottom" id="Java Enterprise" order="11" weight="0.32952926" /> | |
520 | - <window_info anchor="bottom" id="Database Changes" order="12" weight="0.3286119" /> | |
521 | - <window_info anchor="bottom" id="Messages" order="13" sideWeight="0.49865952" weight="0.3286119" /> | |
522 | - <window_info anchor="bottom" id="Docker" order="14" show_stripe_button="false" /> | |
523 | - <window_info anchor="bottom" id="Version Control" order="15" weight="0.18271954" /> | |
524 | - <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" /> | |
525 | - <window_info anchor="right" id="Ant Build" order="1" weight="0.25" /> | |
526 | - <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" /> | |
527 | - <window_info anchor="right" id="Palette" order="3" /> | |
528 | - <window_info anchor="right" id="Palette	" order="4" /> | |
529 | - <window_info anchor="right" id="Capture Analysis" order="5" /> | |
530 | - <window_info anchor="right" id="Database" order="6" weight="0.3297587" /> | |
531 | - <window_info anchor="right" id="Bean Validation" order="7" weight="0.3297587" /> | |
532 | - <window_info anchor="right" id="Theme Preview" order="8" /> | |
533 | - <window_info anchor="right" id="Maven Projects" order="9" weight="0.3297587" /> | |
534 | - <window_info anchor="right" id="Maven" order="10" weight="0.12600537" /> | |
535 | - </layout> | |
536 | - </component> | |
537 | - <component name="TypeScriptGeneratedFilesManager"> | |
538 | - <option name="version" value="1" /> | |
539 | - </component> | |
540 | - <component name="Vcs.Log.Tabs.Properties"> | |
541 | - <option name="TAB_STATES"> | |
542 | - <map> | |
543 | - <entry key="MAIN"> | |
544 | - <value> | |
545 | - <State> | |
546 | - <option name="RECENTLY_FILTERED_USER_GROUPS"> | |
547 | - <collection /> | |
548 | - </option> | |
549 | - <option name="RECENTLY_FILTERED_BRANCH_GROUPS"> | |
550 | - <collection /> | |
551 | - </option> | |
552 | - <option name="COLUMN_ORDER"> | |
553 | - <list> | |
554 | - <option value="0" /> | |
555 | - <option value="1" /> | |
556 | - <option value="2" /> | |
557 | - <option value="3" /> | |
558 | - </list> | |
559 | - </option> | |
560 | - </State> | |
561 | - </value> | |
562 | - </entry> | |
563 | - </map> | |
564 | - </option> | |
565 | - <option name="RECENT_FILTERS"> | |
566 | - <map> | |
567 | - <entry key="Branch"> | |
568 | - <value> | |
569 | - <list /> | |
570 | - </value> | |
571 | - </entry> | |
572 | - <entry key="User"> | |
573 | - <value> | |
574 | - <list /> | |
575 | - </value> | |
576 | - </entry> | |
577 | - </map> | |
578 | - </option> | |
579 | - </component> | |
580 | - <component name="VcsManagerConfiguration"> | |
581 | - <MESSAGE value="添加库位、库位类型增删改查接口" /> | |
582 | - <MESSAGE value="添加入库、出库表实体类 添加客户、供应商增删改查接口 添加库位、容器、供应商页面" /> | |
583 | - <MESSAGE value="修改库区service" /> | |
584 | - <MESSAGE value="入库单只显示0-179的流程状态" /> | |
585 | - <option name="LAST_COMMIT_MESSAGE" value="入库单只显示0-179的流程状态" /> | |
586 | - </component> | |
587 | - <component name="WindowStateProjectService"> | |
588 | - <state x="414" y="175" key="#com.intellij.execution.impl.EditConfigurationsDialog" /> | |
589 | - <state x="414" y="175" key="#com.intellij.execution.impl.EditConfigurationsDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
590 | - <state x="690" y="266" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" /> | |
591 | - <state x="690" y="266" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
592 | - <state x="550" y="111" key="CommitChangelistDialog2" /> | |
593 | - <state x="550" y="111" key="CommitChangelistDialog2/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
594 | - <state x="550" y="111" key="CommitChangelistDialog2/0.0.1920.1040@0.0.1920.1040" /> | |
595 | - <state x="184" y="92" key="DiffContextDialog" /> | |
596 | - <state x="184" y="92" key="DiffContextDialog/0.0.1920.1040@0.0.1920.1040" /> | |
597 | - <state width="1877" height="232" key="GridCell.Tab.0.bottom" /> | |
598 | - <state width="1877" height="232" key="GridCell.Tab.0.bottom/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
599 | - <state width="1877" height="232" key="GridCell.Tab.0.center" /> | |
600 | - <state width="1877" height="232" key="GridCell.Tab.0.center/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
601 | - <state width="1877" height="232" key="GridCell.Tab.0.left" /> | |
602 | - <state width="1877" height="232" key="GridCell.Tab.0.left/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
603 | - <state width="1877" height="232" key="GridCell.Tab.0.right" /> | |
604 | - <state width="1877" height="232" key="GridCell.Tab.0.right/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
605 | - <state width="1877" height="232" key="GridCell.Tab.1.bottom" /> | |
606 | - <state width="1877" height="232" key="GridCell.Tab.1.bottom/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
607 | - <state width="1877" height="232" key="GridCell.Tab.1.center" /> | |
608 | - <state width="1877" height="232" key="GridCell.Tab.1.center/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
609 | - <state width="1877" height="232" key="GridCell.Tab.1.left" /> | |
610 | - <state width="1877" height="232" key="GridCell.Tab.1.left/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
611 | - <state width="1877" height="232" key="GridCell.Tab.1.right" /> | |
612 | - <state width="1877" height="232" key="GridCell.Tab.1.right/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
613 | - <state width="1877" height="232" key="GridCell.Tab.2.bottom" /> | |
614 | - <state width="1877" height="232" key="GridCell.Tab.2.bottom/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
615 | - <state width="1877" height="232" key="GridCell.Tab.2.center" /> | |
616 | - <state width="1877" height="232" key="GridCell.Tab.2.center/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
617 | - <state width="1877" height="232" key="GridCell.Tab.2.left" /> | |
618 | - <state width="1877" height="232" key="GridCell.Tab.2.left/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
619 | - <state width="1877" height="232" key="GridCell.Tab.2.right" /> | |
620 | - <state width="1877" height="232" key="GridCell.Tab.2.right/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
621 | - <state x="552" y="253" key="Vcs.Push.Dialog.v2" /> | |
622 | - <state x="552" y="253" key="Vcs.Push.Dialog.v2/0.0.1920.1040@0.0.1920.1040" /> | |
623 | - <state x="742" y="437" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" /> | |
624 | - <state x="742" y="437" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
625 | - <state x="709" y="231" key="git4idea.branch.GitSmartOperationDialog" /> | |
626 | - <state x="709" y="231" key="git4idea.branch.GitSmartOperationDialog/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
627 | - <state x="647" y="310" key="git4idea.merge.GitPullDialog" /> | |
628 | - <state x="647" y="310" key="git4idea.merge.GitPullDialog/0.0.1920.1040@0.0.1920.1040" /> | |
629 | - <state x="623" y="225" width="672" height="678" key="search.everywhere.popup" /> | |
630 | - <state x="623" y="225" width="672" height="678" key="search.everywhere.popup/-1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" /> | |
631 | - </component> | |
632 | - <component name="XDebuggerManager"> | |
633 | - <breakpoint-manager> | |
634 | - <breakpoints> | |
635 | - <line-breakpoint enabled="true" type="java-line"> | |
636 | - <url>file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/shipment/shipmentContainerHeader/service/ShipmentContainerHeaderServiceImpl.java</url> | |
637 | - <line>465</line> | |
638 | - <properties /> | |
639 | - <option name="timeStamp" value="41" /> | |
640 | - </line-breakpoint> | |
641 | - </breakpoints> | |
642 | - </breakpoint-manager> | |
643 | - </component> | |
644 | - <component name="antWorkspaceConfiguration"> | |
645 | - <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" /> | |
646 | - <option name="FILTER_TARGETS" value="false" /> | |
647 | - </component> | |
648 | - <component name="editorHistoryManager"> | |
649 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/framework/web/controller/BaseController.java"> | |
650 | - <provider selected="true" editor-type-id="text-editor"> | |
651 | - <state relative-caret-position="119"> | |
652 | - <caret line="183" column="28" selection-start-line="183" selection-start-column="28" selection-end-line="183" selection-end-column="28" /> | |
653 | - </state> | |
654 | - </provider> | |
655 | - </entry> | |
656 | - <entry file="file://$PROJECT_DIR$/target/classes/com/huaheng/pc/receipt/receiptHeader/controller/ReceiptHeaderController.class"> | |
657 | - <provider selected="true" editor-type-id="text-editor"> | |
658 | - <state relative-caret-position="-1008"> | |
659 | - <folding> | |
660 | - <element signature="e#0#12456#0" expanded="true" /> | |
661 | - </folding> | |
662 | - </state> | |
663 | - </provider> | |
664 | - </entry> | |
665 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/receipt/receiptHeader/mapper/ReceiptHeaderMapper.java"> | |
666 | - <provider selected="true" editor-type-id="text-editor"> | |
667 | - <state relative-caret-position="-140"> | |
668 | - <caret line="7" column="17" selection-start-line="7" selection-start-column="17" selection-end-line="7" selection-end-column="17" /> | |
669 | - </state> | |
670 | - </provider> | |
671 | - </entry> | |
672 | - <entry file="file://$PROJECT_DIR$/sql/quartz.sql"> | |
673 | - <provider selected="true" editor-type-id="text-editor"> | |
674 | - <state relative-caret-position="-2940" /> | |
675 | - </provider> | |
676 | - </entry> | |
677 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/receipt/receiptHeader/service/ReceiptHeaderService.java"> | |
678 | - <provider selected="true" editor-type-id="text-editor"> | |
679 | - <state relative-caret-position="-4776"> | |
680 | - <caret line="197" column="32" lean-forward="true" selection-start-line="197" selection-start-column="32" selection-end-line="197" selection-end-column="32" /> | |
681 | - </state> | |
682 | - </provider> | |
683 | - </entry> | |
684 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/receipt/receiptHeader/domain/ReceiptHeader.java"> | |
685 | - <provider selected="true" editor-type-id="text-editor"> | |
686 | - <state relative-caret-position="131"> | |
687 | - <caret line="59" column="29" selection-start-line="59" selection-start-column="25" selection-end-line="59" selection-end-column="29" /> | |
688 | - </state> | |
689 | - </provider> | |
690 | - </entry> | |
691 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/check/checkHeader/controller/CheckHeaderController.java"> | |
692 | - <provider selected="true" editor-type-id="text-editor"> | |
693 | - <state relative-caret-position="-504"> | |
694 | - <caret line="49" column="39" selection-start-line="49" selection-start-column="39" selection-end-line="49" selection-end-column="39" /> | |
695 | - </state> | |
696 | - </provider> | |
697 | - </entry> | |
698 | - <entry file="jar://$USER_HOME$/.m2/repository/com/baomidou/mybatis-plus-core/3.1.2/mybatis-plus-core-3.1.2.jar!/com/baomidou/mybatisplus/core/conditions/interfaces/Compare.class"> | |
699 | - <provider selected="true" editor-type-id="text-editor"> | |
700 | - <state relative-caret-position="119"> | |
701 | - <caret line="68" column="29" lean-forward="true" selection-start-line="68" selection-start-column="29" selection-end-line="68" selection-end-column="30" /> | |
702 | - <folding> | |
703 | - <element signature="e#2051#2052#0" expanded="true" /> | |
704 | - <element signature="e#2112#2113#0" expanded="true" /> | |
705 | - </folding> | |
706 | - </state> | |
707 | - </provider> | |
708 | - </entry> | |
709 | - <entry file="file://$PROJECT_DIR$/src/main/resources/mybatis/receipt/ReceiptHeaderMapper.xml"> | |
710 | - <provider selected="true" editor-type-id="text-editor"> | |
711 | - <state relative-caret-position="-56"> | |
712 | - <caret line="46" column="29" lean-forward="true" selection-start-line="46" selection-start-column="29" selection-end-line="46" selection-end-column="29" /> | |
713 | - </state> | |
714 | - </provider> | |
715 | - </entry> | |
716 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/configWarning/controller/ConfigWarningController.java"> | |
717 | - <provider selected="true" editor-type-id="text-editor"> | |
718 | - <state relative-caret-position="139"> | |
719 | - <caret line="40" column="13" selection-start-line="40" selection-start-column="13" selection-end-line="40" selection-end-column="13" /> | |
720 | - </state> | |
721 | - </provider> | |
722 | - </entry> | |
723 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/configWarning/domain/ConfigWarning.java"> | |
724 | - <provider selected="true" editor-type-id="text-editor"> | |
725 | - <state relative-caret-position="-953"> | |
726 | - <caret line="20" column="13" selection-start-line="20" selection-start-column="13" selection-end-line="20" selection-end-column="13" /> | |
727 | - </state> | |
728 | - </provider> | |
729 | - </entry> | |
730 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/common/utils/reflect/ReflectUtils.java"> | |
731 | - <provider selected="true" editor-type-id="text-editor"> | |
732 | - <state relative-caret-position="-6497"> | |
733 | - <caret line="18" column="13" selection-start-line="18" selection-start-column="13" selection-end-line="18" selection-end-column="13" /> | |
734 | - </state> | |
735 | - </provider> | |
736 | - </entry> | |
737 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/common/utils/http/HttpUtils.java"> | |
738 | - <provider selected="true" editor-type-id="text-editor"> | |
739 | - <state relative-caret-position="-365"> | |
740 | - <caret line="22" column="13" selection-start-line="22" selection-start-column="13" selection-end-line="22" selection-end-column="13" /> | |
741 | - </state> | |
742 | - </provider> | |
743 | - </entry> | |
744 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/receipt/receiptHeader/controller/ReceiptHeaderController.java"> | |
745 | - <provider selected="true" editor-type-id="text-editor"> | |
746 | - <state relative-caret-position="-448"> | |
747 | - <caret line="88" column="17" lean-forward="true" selection-start-line="88" selection-start-column="17" selection-end-line="88" selection-end-column="74" /> | |
748 | - </state> | |
749 | - </provider> | |
750 | - </entry> | |
751 | - <entry file="file://$PROJECT_DIR$/src/main/resources/templates/receipt/receiptHeader/receiptHeader.html"> | |
752 | - <provider selected="true" editor-type-id="text-editor"> | |
753 | - <state relative-caret-position="1819"> | |
754 | - <caret line="830" column="7" selection-start-line="830" selection-start-column="7" selection-end-line="830" selection-end-column="7" /> | |
755 | - </state> | |
756 | - </provider> | |
757 | - </entry> | |
758 | - <entry file="file://$PROJECT_DIR$/src/main/resources/templates/administration/sendMail/sendMail.html"> | |
759 | - <provider selected="true" editor-type-id="text-editor"> | |
760 | - <state relative-caret-position="-1372"> | |
761 | - <caret line="56" column="48" lean-forward="true" selection-start-line="56" selection-start-column="48" selection-end-line="56" selection-end-column="48" /> | |
762 | - <folding> | |
763 | - <element signature="n#style#0;n#span#0;n#!!top" expanded="true" /> | |
764 | - <element signature="n#style#0;n#span#0;n#!!top" expanded="true" /> | |
765 | - <element signature="n#style#0;n#span#0;n#!!top" expanded="true" /> | |
766 | - <element signature="n#style#0;n#span#0;n#!!top" expanded="true" /> | |
767 | - </folding> | |
768 | - </state> | |
769 | - </provider> | |
770 | - </entry> | |
771 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/task/taskHeader/service/TaskHeaderServiceImpl.java"> | |
772 | - <provider selected="true" editor-type-id="text-editor"> | |
773 | - <state relative-caret-position="-1120"> | |
774 | - <caret line="77" column="46" lean-forward="true" selection-start-line="77" selection-start-column="46" selection-end-line="77" selection-end-column="46" /> | |
775 | - <folding> | |
776 | - <element signature="imports" expanded="true" /> | |
777 | - </folding> | |
778 | - </state> | |
779 | - </provider> | |
780 | - </entry> | |
781 | - <entry file="file://$APPLICATION_CONFIG_DIR$/scratches/scratch.java" /> | |
782 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/system/dept/domain/Dept.java"> | |
783 | - <provider selected="true" editor-type-id="text-editor"> | |
784 | - <state relative-caret-position="226"> | |
785 | - <caret line="21" column="13" selection-start-line="21" selection-start-column="13" selection-end-line="21" selection-end-column="13" /> | |
786 | - </state> | |
787 | - </provider> | |
788 | - </entry> | |
789 | - <entry file="file://$PROJECT_DIR$/src/main/resources/application.yml"> | |
790 | - <provider selected="true" editor-type-id="text-editor"> | |
791 | - <state relative-caret-position="-194"> | |
792 | - <caret line="68" column="32" lean-forward="true" selection-start-line="60" selection-start-column="12" selection-end-line="68" selection-end-column="32" /> | |
793 | - </state> | |
794 | - </provider> | |
795 | - </entry> | |
796 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/HuaHengServletInitializer.java"> | |
797 | - <provider selected="true" editor-type-id="text-editor"> | |
798 | - <state relative-caret-position="336"> | |
799 | - <caret line="20" column="13" selection-start-line="20" selection-start-column="13" selection-end-line="20" selection-end-column="13" /> | |
800 | - </state> | |
801 | - </provider> | |
802 | - </entry> | |
803 | - <entry file="jar://$USER_HOME$/.m2/repository/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar!/org/apache/commons/lang3/StringUtils.class"> | |
804 | - <provider selected="true" editor-type-id="text-editor"> | |
805 | - <state relative-caret-position="226"> | |
806 | - <caret line="22" column="31" selection-start-line="22" selection-start-column="31" selection-end-line="22" selection-end-column="31" /> | |
807 | - </state> | |
808 | - </provider> | |
809 | - </entry> | |
810 | - <entry file="file://$PROJECT_DIR$/src/main/resources/application-dev.yml"> | |
811 | - <provider selected="true" editor-type-id="text-editor"> | |
812 | - <state relative-caret-position="280"> | |
813 | - <caret line="10" column="29" selection-start-line="10" selection-start-column="29" selection-end-line="10" selection-end-column="29" /> | |
814 | - </state> | |
815 | - </provider> | |
816 | - </entry> | |
817 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/common/utils/SendMessage.java"> | |
818 | - <provider selected="true" editor-type-id="text-editor"> | |
819 | - <state relative-caret-position="224"> | |
820 | - <caret line="11" column="7" selection-start-line="11" selection-start-column="7" selection-end-line="11" selection-end-column="7" /> | |
821 | - <folding> | |
822 | - <element signature="e#581#582#0" expanded="true" /> | |
823 | - <element signature="e#621#622#0" expanded="true" /> | |
824 | - </folding> | |
825 | - </state> | |
826 | - </provider> | |
827 | - </entry> | |
828 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/check/checkDetail/mapper/CheckDetailMapper.java"> | |
829 | - <provider selected="true" editor-type-id="text-editor"> | |
830 | - <state relative-caret-position="112"> | |
831 | - <caret line="5" column="17" selection-start-line="5" selection-start-column="17" selection-end-line="5" selection-end-column="17" /> | |
832 | - </state> | |
833 | - </provider> | |
834 | - </entry> | |
835 | - <entry file="jar://$USER_HOME$/.m2/repository/com/baomidou/mybatis-plus-annotation/3.1.2/mybatis-plus-annotation-3.1.2.jar!/com/baomidou/mybatisplus/annotation/TableField.class"> | |
836 | - <provider selected="true" editor-type-id="text-editor"> | |
837 | - <state relative-caret-position="338"> | |
838 | - <caret line="19" column="18" selection-start-line="19" selection-start-column="18" selection-end-line="19" selection-end-column="18" /> | |
839 | - <folding> | |
840 | - <element signature="imports" expanded="true" /> | |
841 | - </folding> | |
842 | - </state> | |
843 | - </provider> | |
844 | - </entry> | |
845 | - <entry file="jar://$USER_HOME$/.m2/repository/io/swagger/swagger-annotations/1.5.20/swagger-annotations-1.5.20.jar!/io/swagger/annotations/ApiModelProperty.class"> | |
846 | - <provider selected="true" editor-type-id="text-editor"> | |
847 | - <state relative-caret-position="308"> | |
848 | - <caret line="14" column="18" selection-start-line="14" selection-start-column="18" selection-end-line="14" selection-end-column="18" /> | |
849 | - <folding> | |
850 | - <element signature="imports" expanded="true" /> | |
851 | - </folding> | |
852 | - </state> | |
853 | - </provider> | |
854 | - </entry> | |
855 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/check/checkDetail/domain/CheckDetail.java"> | |
856 | - <provider selected="true" editor-type-id="text-editor"> | |
857 | - <state relative-caret-position="448"> | |
858 | - <caret line="25" column="11" selection-start-line="25" selection-start-column="11" selection-end-line="25" selection-end-column="11" /> | |
859 | - </state> | |
860 | - </provider> | |
861 | - </entry> | |
862 | - <entry file="file://$PROJECT_DIR$/pom.xml"> | |
863 | - <provider selected="true" editor-type-id="text-editor"> | |
864 | - <state relative-caret-position="339"> | |
865 | - <caret line="196" column="26" selection-start-line="196" selection-start-column="26" selection-end-line="196" selection-end-column="26" /> | |
866 | - </state> | |
867 | - </provider> | |
868 | - </entry> | |
869 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/HuaHengApplication.java"> | |
870 | - <provider selected="true" editor-type-id="text-editor"> | |
871 | - <state relative-caret-position="84"> | |
872 | - <caret line="21" column="4" selection-start-line="21" selection-start-column="4" selection-end-line="25" selection-end-column="5" /> | |
873 | - </state> | |
874 | - </provider> | |
875 | - </entry> | |
876 | - <entry file="file://$PROJECT_DIR$/src/main/resources/templates/inventory/inventoryDetail/inventoryDetail.html"> | |
877 | - <provider selected="true" editor-type-id="text-editor"> | |
878 | - <state relative-caret-position="-504" /> | |
879 | - </provider> | |
880 | - </entry> | |
881 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/tool/gen/util/VelocityInitializer.java"> | |
882 | - <provider selected="true" editor-type-id="text-editor"> | |
883 | - <state relative-caret-position="252"> | |
884 | - <caret line="11" column="13" selection-start-line="11" selection-start-column="13" selection-end-line="11" selection-end-column="13" /> | |
885 | - </state> | |
886 | - </provider> | |
887 | - </entry> | |
888 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/tool/in/importController.java"> | |
889 | - <provider selected="true" editor-type-id="text-editor"> | |
890 | - <state relative-caret-position="168"> | |
891 | - <caret line="9" column="13" selection-start-line="9" selection-start-column="13" selection-end-line="9" selection-end-column="13" /> | |
892 | - </state> | |
893 | - </provider> | |
894 | - </entry> | |
895 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/tool/gen/domain/CxSelect.java"> | |
896 | - <provider selected="true" editor-type-id="text-editor"> | |
897 | - <state relative-caret-position="812"> | |
898 | - <caret line="30" column="19" selection-start-line="30" selection-start-column="19" selection-end-line="30" selection-end-column="19" /> | |
899 | - </state> | |
900 | - </provider> | |
901 | - </entry> | |
902 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/tool/gen/util/GenUtils.java"> | |
903 | - <provider selected="true" editor-type-id="text-editor"> | |
904 | - <state relative-caret-position="213"> | |
905 | - <caret line="123" selection-start-line="123" selection-end-line="123" /> | |
906 | - </state> | |
907 | - </provider> | |
908 | - </entry> | |
909 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/tool/gen/domain/GenTableColumn.java"> | |
910 | - <provider selected="true" editor-type-id="text-editor"> | |
911 | - <state relative-caret-position="-700"> | |
912 | - <caret line="14" column="9" selection-start-line="14" selection-start-column="9" selection-end-line="14" selection-end-column="9" /> | |
913 | - </state> | |
914 | - </provider> | |
915 | - </entry> | |
916 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/tool/gen/domain/GenTable.java"> | |
917 | - <provider selected="true" editor-type-id="text-editor"> | |
918 | - <state relative-caret-position="-1541"> | |
919 | - <caret line="16" column="13" selection-start-line="16" selection-start-column="13" selection-end-line="16" selection-end-column="13" /> | |
920 | - </state> | |
921 | - </provider> | |
922 | - </entry> | |
923 | - <entry file="file://$PROJECT_DIR$/src/main/resources/static/ajax/libs/validate/jquery.validate.min.js"> | |
924 | - <provider selected="true" editor-type-id="text-editor"> | |
925 | - <state relative-caret-position="28"> | |
926 | - <caret line="3" column="110" selection-start-line="3" selection-start-column="110" selection-end-line="3" selection-end-column="110" /> | |
927 | - </state> | |
928 | - </provider> | |
929 | - </entry> | |
930 | - <entry file="file://$PROJECT_DIR$/src/main/resources/templates/tool/gen/edit.html"> | |
931 | - <provider selected="true" editor-type-id="text-editor"> | |
932 | - <state relative-caret-position="65"> | |
933 | - <caret line="240" column="26" selection-start-line="240" selection-start-column="26" selection-end-line="240" selection-end-column="26" /> | |
934 | - </state> | |
935 | - </provider> | |
936 | - </entry> | |
937 | - <entry file="file://$APPLICATION_HOME_DIR$/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.dom.d.ts"> | |
938 | - <provider selected="true" editor-type-id="text-editor"> | |
939 | - <state relative-caret-position="28"> | |
940 | - <caret line="7602" column="13" selection-start-line="7602" selection-start-column="13" selection-end-line="7602" selection-end-column="13" /> | |
941 | - </state> | |
942 | - </provider> | |
943 | - </entry> | |
944 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/materialWarnning/service/impl/MaterialWarningServiceImpl.java"> | |
945 | - <provider selected="true" editor-type-id="text-editor"> | |
946 | - <state relative-caret-position="213"> | |
947 | - <caret line="16" column="13" selection-start-line="16" selection-start-column="13" selection-end-line="16" selection-end-column="13" /> | |
948 | - </state> | |
949 | - </provider> | |
950 | - </entry> | |
951 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/materialWarnning/service/IMaterialWarningService.java"> | |
952 | - <provider selected="true" editor-type-id="text-editor"> | |
953 | - <state relative-caret-position="139"> | |
954 | - <caret line="12" column="17" selection-start-line="12" selection-start-column="17" selection-end-line="12" selection-end-column="17" /> | |
955 | - </state> | |
956 | - </provider> | |
957 | - </entry> | |
958 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/materialWarnning/mapper/MaterialWarningMapper.java"> | |
959 | - <provider selected="true" editor-type-id="text-editor"> | |
960 | - <state relative-caret-position="139"> | |
961 | - <caret line="12" column="17" selection-start-line="12" selection-start-column="17" selection-end-line="12" selection-end-column="17" /> | |
962 | - </state> | |
963 | - </provider> | |
964 | - </entry> | |
965 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/materialWarnning/domain/MaterialWarning.java"> | |
966 | - <provider selected="true" editor-type-id="text-editor"> | |
967 | - <state relative-caret-position="475"> | |
968 | - <caret line="77" column="20" selection-start-line="77" selection-start-column="20" selection-end-line="77" selection-end-column="20" /> | |
969 | - </state> | |
970 | - </provider> | |
971 | - </entry> | |
972 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/material/domain/Material.java"> | |
973 | - <provider selected="true" editor-type-id="text-editor"> | |
974 | - <state relative-caret-position="-4313"> | |
975 | - <caret line="16" column="13" selection-start-line="16" selection-start-column="13" selection-end-line="16" selection-end-column="13" /> | |
976 | - </state> | |
977 | - </provider> | |
978 | - </entry> | |
979 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/material/controller/MaterialController.java"> | |
980 | - <provider selected="true" editor-type-id="text-editor"> | |
981 | - <state relative-caret-position="-113"> | |
982 | - <caret line="44" column="13" selection-start-line="44" selection-start-column="13" selection-end-line="44" selection-end-column="13" /> | |
983 | - </state> | |
984 | - </provider> | |
985 | - </entry> | |
986 | - <entry file="file://$PROJECT_DIR$/src/main/resources/static/huaheng/js/huahengUI.js"> | |
987 | - <provider selected="true" editor-type-id="text-editor"> | |
988 | - <state relative-caret-position="121"> | |
989 | - <caret line="1134" column="108" selection-start-line="1134" selection-start-column="108" selection-end-line="1134" selection-end-column="108" /> | |
990 | - <folding> | |
991 | - <element signature="n#style#0;n#input#0;n#!!top" expanded="true" /> | |
992 | - <element signature="e#25#31#1" expanded="true" /> | |
993 | - </folding> | |
994 | - </state> | |
995 | - </provider> | |
996 | - </entry> | |
997 | - <entry file="file://$PROJECT_DIR$/src/main/resources/templates/inventory/inventoryHeader/inventoryHeader.html"> | |
998 | - <provider selected="true" editor-type-id="text-editor"> | |
999 | - <state relative-caret-position="112"> | |
1000 | - <caret line="280" column="38" selection-start-line="280" selection-start-column="38" selection-end-line="280" selection-end-column="38" /> | |
1001 | - </state> | |
1002 | - </provider> | |
1003 | - </entry> | |
1004 | - <entry file="file://$PROJECT_DIR$/src/main/resources/mybatis/check/CheckHeaderMapper.xml"> | |
1005 | - <provider selected="true" editor-type-id="text-editor"> | |
1006 | - <state relative-caret-position="-756" /> | |
1007 | - </provider> | |
1008 | - </entry> | |
1009 | - <entry file="file://$PROJECT_DIR$/src/main/resources/templates/index.html"> | |
1010 | - <provider selected="true" editor-type-id="text-editor"> | |
1011 | - <state relative-caret-position="252"> | |
1012 | - <caret line="24" column="17" selection-start-line="24" selection-start-column="17" selection-end-line="24" selection-end-column="17" /> | |
1013 | - </state> | |
1014 | - </provider> | |
1015 | - </entry> | |
1016 | - <entry file="file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/config/materialWarnning/controller/MaterialWarningController.java"> | |
1017 | - <provider selected="true" editor-type-id="text-editor"> | |
1018 | - <state relative-caret-position="129"> | |
1019 | - <caret line="118" column="46" selection-start-line="118" selection-start-column="46" selection-end-line="118" selection-end-column="46" /> | |
1020 | - </state> | |
1021 | - </provider> | |
1022 | - </entry> | |
1023 | - </component> | |
1024 | -</project> | |
1025 | 0 | \ No newline at end of file |
huaheng.iml deleted
1 | -<?xml version="1.0" encoding="UTF-8"?> | |
2 | -<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> | |
3 | - <component name="FacetManager"> | |
4 | - <facet type="Spring" name="Spring"> | |
5 | - <configuration /> | |
6 | - </facet> | |
7 | - <facet type="web" name="Web"> | |
8 | - <configuration> | |
9 | - <webroots /> | |
10 | - <sourceRoots> | |
11 | - <root url="file://$MODULE_DIR$/src/main/java" /> | |
12 | - <root url="file://$MODULE_DIR$/src/main/resources" /> | |
13 | - </sourceRoots> | |
14 | - </configuration> | |
15 | - </facet> | |
16 | - </component> | |
17 | - <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8"> | |
18 | - <output url="file://$MODULE_DIR$/target/classes" /> | |
19 | - <output-test url="file://$MODULE_DIR$/target/test-classes" /> | |
20 | - <content url="file://$MODULE_DIR$"> | |
21 | - <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> | |
22 | - <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" /> | |
23 | - <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> | |
24 | - <excludeFolder url="file://$MODULE_DIR$/target" /> | |
25 | - </content> | |
26 | - <orderEntry type="inheritedJdk" /> | |
27 | - <orderEntry type="sourceFolder" forTests="false" /> | |
28 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:2.0.3.RELEASE" level="project" /> | |
29 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:2.0.3.RELEASE" level="project" /> | |
30 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:2.0.3.RELEASE" level="project" /> | |
31 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-logging:2.0.3.RELEASE" level="project" /> | |
32 | - <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-to-slf4j:2.10.0" level="project" /> | |
33 | - <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-api:2.10.0" level="project" /> | |
34 | - <orderEntry type="library" name="Maven: org.springframework:spring-core:5.0.7.RELEASE" level="project" /> | |
35 | - <orderEntry type="library" name="Maven: org.springframework:spring-jcl:5.0.7.RELEASE" level="project" /> | |
36 | - <orderEntry type="library" scope="RUNTIME" name="Maven: org.yaml:snakeyaml:1.19" level="project" /> | |
37 | - <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-starter-test:2.0.3.RELEASE" level="project" /> | |
38 | - <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test:2.0.3.RELEASE" level="project" /> | |
39 | - <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test-autoconfigure:2.0.3.RELEASE" level="project" /> | |
40 | - <orderEntry type="library" scope="TEST" name="Maven: org.assertj:assertj-core:3.9.1" level="project" /> | |
41 | - <orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-core:2.15.0" level="project" /> | |
42 | - <orderEntry type="library" name="Maven: net.bytebuddy:byte-buddy:1.7.11" level="project" /> | |
43 | - <orderEntry type="library" scope="TEST" name="Maven: net.bytebuddy:byte-buddy-agent:1.7.11" level="project" /> | |
44 | - <orderEntry type="library" scope="TEST" name="Maven: org.springframework:spring-test:5.0.7.RELEASE" level="project" /> | |
45 | - <orderEntry type="library" scope="TEST" name="Maven: org.xmlunit:xmlunit-core:2.5.1" level="project" /> | |
46 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-aop:2.0.3.RELEASE" level="project" /> | |
47 | - <orderEntry type="library" name="Maven: org.springframework:spring-aop:5.0.7.RELEASE" level="project" /> | |
48 | - <orderEntry type="library" name="Maven: org.aspectj:aspectjweaver:1.8.13" level="project" /> | |
49 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:2.0.3.RELEASE" level="project" /> | |
50 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-json:2.0.3.RELEASE" level="project" /> | |
51 | - <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.9.6" level="project" /> | |
52 | - <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.9.6" level="project" /> | |
53 | - <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.6" level="project" /> | |
54 | - <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6" level="project" /> | |
55 | - <orderEntry type="library" name="Maven: com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.6" level="project" /> | |
56 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-tomcat:2.0.3.RELEASE" level="project" /> | |
57 | - <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-core:8.5.31" level="project" /> | |
58 | - <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-el:8.5.31" level="project" /> | |
59 | - <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:8.5.31" level="project" /> | |
60 | - <orderEntry type="library" name="Maven: org.hibernate.validator:hibernate-validator:6.0.10.Final" level="project" /> | |
61 | - <orderEntry type="library" name="Maven: org.springframework:spring-web:5.0.7.RELEASE" level="project" /> | |
62 | - <orderEntry type="library" name="Maven: org.springframework:spring-webmvc:5.0.7.RELEASE" level="project" /> | |
63 | - <orderEntry type="library" name="Maven: org.springframework:spring-expression:5.0.7.RELEASE" level="project" /> | |
64 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-thymeleaf:2.0.3.RELEASE" level="project" /> | |
65 | - <orderEntry type="library" name="Maven: org.thymeleaf:thymeleaf-spring5:3.0.9.RELEASE" level="project" /> | |
66 | - <orderEntry type="library" name="Maven: org.thymeleaf:thymeleaf:3.0.9.RELEASE" level="project" /> | |
67 | - <orderEntry type="library" name="Maven: org.attoparser:attoparser:2.0.4.RELEASE" level="project" /> | |
68 | - <orderEntry type="library" name="Maven: org.unbescape:unbescape:1.1.5.RELEASE" level="project" /> | |
69 | - <orderEntry type="library" name="Maven: org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.1.RELEASE" level="project" /> | |
70 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-devtools:2.0.3.RELEASE" level="project" /> | |
71 | - <orderEntry type="library" name="Maven: com.google.protobuf:protobuf-java:3.6.1" level="project" /> | |
72 | - <orderEntry type="library" name="Maven: com.alibaba:druid-spring-boot-starter:1.1.17" level="project" /> | |
73 | - <orderEntry type="library" name="Maven: com.alibaba:druid:1.1.17" level="project" /> | |
74 | - <orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.7" level="project" /> | |
75 | - <orderEntry type="library" name="Maven: commons-io:commons-io:2.2" level="project" /> | |
76 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-core:1.4.0" level="project" /> | |
77 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-lang:1.4.0" level="project" /> | |
78 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-cache:1.4.0" level="project" /> | |
79 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-hash:1.4.0" level="project" /> | |
80 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-core:1.4.0" level="project" /> | |
81 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-cipher:1.4.0" level="project" /> | |
82 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-config-core:1.4.0" level="project" /> | |
83 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-config-ogdl:1.4.0" level="project" /> | |
84 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-event:1.4.0" level="project" /> | |
85 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-spring:1.4.0" level="project" /> | |
86 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-web:1.4.0" level="project" /> | |
87 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-ehcache:1.4.0" level="project" /> | |
88 | - <orderEntry type="library" name="Maven: com.alibaba:fastjson:1.2.47" level="project" /> | |
89 | - <orderEntry type="library" name="Maven: eu.bitwalker:UserAgentUtils:1.19" level="project" /> | |
90 | - <orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.0.7.RELEASE" level="project" /> | |
91 | - <orderEntry type="library" name="Maven: org.springframework:spring-beans:5.0.7.RELEASE" level="project" /> | |
92 | - <orderEntry type="library" name="Maven: org.springframework:spring-context:5.0.7.RELEASE" level="project" /> | |
93 | - <orderEntry type="library" name="Maven: io.springfox:springfox-swagger2:2.7.0" level="project" /> | |
94 | - <orderEntry type="library" name="Maven: io.swagger:swagger-annotations:1.5.13" level="project" /> | |
95 | - <orderEntry type="library" name="Maven: io.swagger:swagger-models:1.5.13" level="project" /> | |
96 | - <orderEntry type="library" name="Maven: io.springfox:springfox-spi:2.7.0" level="project" /> | |
97 | - <orderEntry type="library" name="Maven: io.springfox:springfox-core:2.7.0" level="project" /> | |
98 | - <orderEntry type="library" name="Maven: io.springfox:springfox-schema:2.7.0" level="project" /> | |
99 | - <orderEntry type="library" name="Maven: io.springfox:springfox-swagger-common:2.7.0" level="project" /> | |
100 | - <orderEntry type="library" name="Maven: io.springfox:springfox-spring-web:2.7.0" level="project" /> | |
101 | - <orderEntry type="library" name="Maven: org.reflections:reflections:0.9.11" level="project" /> | |
102 | - <orderEntry type="library" name="Maven: org.javassist:javassist:3.21.0-GA" level="project" /> | |
103 | - <orderEntry type="library" name="Maven: com.google.guava:guava:18.0" level="project" /> | |
104 | - <orderEntry type="library" name="Maven: com.fasterxml:classmate:1.3.4" level="project" /> | |
105 | - <orderEntry type="library" name="Maven: org.mapstruct:mapstruct:1.1.0.Final" level="project" /> | |
106 | - <orderEntry type="library" name="Maven: io.springfox:springfox-swagger-ui:2.7.0" level="project" /> | |
107 | - <orderEntry type="library" name="Maven: org.jsoup:jsoup:1.11.3" level="project" /> | |
108 | - <orderEntry type="library" name="Maven: org.springframework.session:spring-session-data-redis:2.0.4.RELEASE" level="project" /> | |
109 | - <orderEntry type="library" name="Maven: org.springframework.data:spring-data-redis:2.0.8.RELEASE" level="project" /> | |
110 | - <orderEntry type="library" name="Maven: org.springframework.data:spring-data-keyvalue:2.0.8.RELEASE" level="project" /> | |
111 | - <orderEntry type="library" name="Maven: org.springframework.data:spring-data-commons:2.0.8.RELEASE" level="project" /> | |
112 | - <orderEntry type="library" name="Maven: org.springframework:spring-tx:5.0.7.RELEASE" level="project" /> | |
113 | - <orderEntry type="library" name="Maven: org.springframework:spring-oxm:5.0.7.RELEASE" level="project" /> | |
114 | - <orderEntry type="library" name="Maven: org.springframework.session:spring-session-core:2.0.4.RELEASE" level="project" /> | |
115 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-data-redis:2.0.3.RELEASE" level="project" /> | |
116 | - <orderEntry type="library" name="Maven: redis.clients:jedis:2.9.0" level="project" /> | |
117 | - <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.5" level="project" /> | |
118 | - <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.9" level="project" /> | |
119 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-mail:2.0.3.RELEASE" level="project" /> | |
120 | - <orderEntry type="library" name="Maven: com.sun.mail:javax.mail:1.6.1" level="project" /> | |
121 | - <orderEntry type="library" name="Maven: com.huaheng.soft:echarts:1.1" level="project" /> | |
122 | - <orderEntry type="library" name="Maven: org.junit.jupiter:junit-jupiter-api:5.1.1" level="project" /> | |
123 | - <orderEntry type="library" name="Maven: org.opentest4j:opentest4j:1.0.0" level="project" /> | |
124 | - <orderEntry type="library" name="Maven: org.junit.platform:junit-platform-commons:1.1.1" level="project" /> | |
125 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-jdbc:2.0.3.RELEASE" level="project" /> | |
126 | - <orderEntry type="library" name="Maven: com.zaxxer:HikariCP:2.7.9" level="project" /> | |
127 | - <orderEntry type="library" name="Maven: org.springframework:spring-jdbc:5.0.7.RELEASE" level="project" /> | |
128 | - <orderEntry type="library" name="Maven: org.apache.commons:commons-collections4:4.1" level="project" /> | |
129 | - <orderEntry type="library" name="Maven: org.testng:testng:7.0.0" level="project" /> | |
130 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:2.1.3.RELEASE" level="project" /> | |
131 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:2.1.3.RELEASE" level="project" /> | |
132 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE" level="project" /> | |
133 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-logging:2.1.3.RELEASE" level="project" /> | |
134 | - <orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.2.3" level="project" /> | |
135 | - <orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.2.3" level="project" /> | |
136 | - <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-to-slf4j:2.11.2" level="project" /> | |
137 | - <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-api:2.11.2" level="project" /> | |
138 | - <orderEntry type="library" name="Maven: org.slf4j:jul-to-slf4j:1.7.25" level="project" /> | |
139 | - <orderEntry type="library" name="Maven: javax.annotation:javax.annotation-api:1.3.2" level="project" /> | |
140 | - <orderEntry type="library" name="Maven: org.springframework:spring-core:5.1.5.RELEASE" level="project" /> | |
141 | - <orderEntry type="library" name="Maven: org.springframework:spring-jcl:5.1.5.RELEASE" level="project" /> | |
142 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE" level="project" /> | |
143 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE" level="project" /> | |
144 | - <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8" level="project" /> | |
145 | - <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8" level="project" /> | |
146 | - <orderEntry type="library" name="Maven: com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8" level="project" /> | |
147 | - <orderEntry type="library" name="Maven: org.hibernate.validator:hibernate-validator:6.0.14.Final" level="project" /> | |
148 | - <orderEntry type="library" name="Maven: javax.validation:validation-api:2.0.1.Final" level="project" /> | |
149 | - <orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging:3.3.2.Final" level="project" /> | |
150 | - <orderEntry type="library" name="Maven: org.springframework:spring-web:5.1.5.RELEASE" level="project" /> | |
151 | - <orderEntry type="library" name="Maven: org.springframework:spring-webmvc:5.1.5.RELEASE" level="project" /> | |
152 | - <orderEntry type="library" name="Maven: org.springframework:spring-expression:5.1.5.RELEASE" level="project" /> | |
153 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-undertow:2.1.3.RELEASE" level="project" /> | |
154 | - <orderEntry type="library" name="Maven: io.undertow:undertow-core:2.0.17.Final" level="project" /> | |
155 | - <orderEntry type="library" name="Maven: org.jboss.xnio:xnio-api:3.3.8.Final" level="project" /> | |
156 | - <orderEntry type="library" scope="RUNTIME" name="Maven: org.jboss.xnio:xnio-nio:3.3.8.Final" level="project" /> | |
157 | - <orderEntry type="library" name="Maven: io.undertow:undertow-servlet:2.0.17.Final" level="project" /> | |
158 | - <orderEntry type="library" name="Maven: org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:1.0.2.Final" level="project" /> | |
159 | - <orderEntry type="library" name="Maven: io.undertow:undertow-websockets-jsr:2.0.17.Final" level="project" /> | |
160 | - <orderEntry type="library" name="Maven: org.jboss.spec.javax.websocket:jboss-websocket-api_1.1_spec:1.1.3.Final" level="project" /> | |
161 | - <orderEntry type="library" name="Maven: javax.servlet:javax.servlet-api:4.0.1" level="project" /> | |
162 | - <orderEntry type="library" name="Maven: org.glassfish:javax.el:3.0.0" level="project" /> | |
163 | - <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-starter-test:2.1.3.RELEASE" level="project" /> | |
164 | - <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test:2.1.3.RELEASE" level="project" /> | |
165 | - <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test-autoconfigure:2.1.3.RELEASE" level="project" /> | |
166 | - <orderEntry type="library" scope="TEST" name="Maven: com.jayway.jsonpath:json-path:2.4.0" level="project" /> | |
167 | - <orderEntry type="library" scope="TEST" name="Maven: net.minidev:json-smart:2.3" level="project" /> | |
168 | - <orderEntry type="library" scope="TEST" name="Maven: net.minidev:accessors-smart:1.2" level="project" /> | |
169 | - <orderEntry type="library" scope="TEST" name="Maven: org.ow2.asm:asm:5.0.4" level="project" /> | |
170 | - <orderEntry type="library" scope="TEST" name="Maven: org.assertj:assertj-core:3.11.1" level="project" /> | |
171 | - <orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-core:2.23.4" level="project" /> | |
172 | - <orderEntry type="library" name="Maven: net.bytebuddy:byte-buddy:1.9.10" level="project" /> | |
173 | - <orderEntry type="library" scope="TEST" name="Maven: net.bytebuddy:byte-buddy-agent:1.9.10" level="project" /> | |
174 | - <orderEntry type="library" scope="TEST" name="Maven: org.objenesis:objenesis:2.6" level="project" /> | |
175 | - <orderEntry type="library" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" /> | |
176 | - <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-library:1.3" level="project" /> | |
177 | - <orderEntry type="library" scope="TEST" name="Maven: org.skyscreamer:jsonassert:1.5.0" level="project" /> | |
178 | - <orderEntry type="library" scope="TEST" name="Maven: com.vaadin.external.google:android-json:0.0.20131108.vaadin1" level="project" /> | |
179 | - <orderEntry type="library" scope="TEST" name="Maven: org.springframework:spring-test:5.1.5.RELEASE" level="project" /> | |
180 | - <orderEntry type="library" scope="TEST" name="Maven: org.xmlunit:xmlunit-core:2.6.2" level="project" /> | |
181 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-aop:2.1.3.RELEASE" level="project" /> | |
182 | - <orderEntry type="library" name="Maven: org.springframework:spring-aop:5.1.5.RELEASE" level="project" /> | |
183 | - <orderEntry type="library" name="Maven: org.aspectj:aspectjweaver:1.9.2" level="project" /> | |
184 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-thymeleaf:2.1.3.RELEASE" level="project" /> | |
185 | - <orderEntry type="library" name="Maven: org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE" level="project" /> | |
186 | - <orderEntry type="library" name="Maven: org.thymeleaf:thymeleaf:3.0.11.RELEASE" level="project" /> | |
187 | - <orderEntry type="library" name="Maven: org.attoparser:attoparser:2.0.5.RELEASE" level="project" /> | |
188 | - <orderEntry type="library" name="Maven: org.unbescape:unbescape:1.1.6.RELEASE" level="project" /> | |
189 | - <orderEntry type="library" name="Maven: org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.3.RELEASE" level="project" /> | |
190 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-devtools:2.1.3.RELEASE" level="project" /> | |
191 | - <orderEntry type="library" name="Maven: net.sourceforge.nekohtml:nekohtml:1.9.22" level="project" /> | |
192 | - <orderEntry type="library" name="Maven: xerces:xercesImpl:2.11.0" level="project" /> | |
193 | - <orderEntry type="library" name="Maven: xml-apis:xml-apis:1.4.01" level="project" /> | |
194 | - <orderEntry type="library" name="Maven: mysql:mysql-connector-java:8.0.16" level="project" /> | |
195 | - <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper-spring-boot-starter:1.2.12" level="project" /> | |
196 | - <orderEntry type="library" name="Maven: org.mybatis.spring.boot:mybatis-spring-boot-starter:2.0.1" level="project" /> | |
197 | - <orderEntry type="library" name="Maven: org.mybatis.spring.boot:mybatis-spring-boot-autoconfigure:2.0.1" level="project" /> | |
198 | - <orderEntry type="library" name="Maven: org.mybatis:mybatis-spring:2.0.1" level="project" /> | |
199 | - <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper-spring-boot-autoconfigure:1.2.12" level="project" /> | |
200 | - <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper:5.1.10" level="project" /> | |
201 | - <orderEntry type="library" name="Maven: com.github.jsqlparser:jsqlparser:2.0" level="project" /> | |
202 | - <orderEntry type="library" name="Maven: com.alibaba:druid-spring-boot-starter:1.1.21" level="project" /> | |
203 | - <orderEntry type="library" name="Maven: com.alibaba:druid:1.1.21" level="project" /> | |
204 | - <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" /> | |
205 | - <orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.8.1" level="project" /> | |
206 | - <orderEntry type="library" name="Maven: commons-io:commons-io:2.5" level="project" /> | |
207 | - <orderEntry type="library" name="Maven: commons-fileupload:commons-fileupload:1.4" level="project" /> | |
208 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-core:1.4.1" level="project" /> | |
209 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-lang:1.4.1" level="project" /> | |
210 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-cache:1.4.1" level="project" /> | |
211 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-hash:1.4.1" level="project" /> | |
212 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-core:1.4.1" level="project" /> | |
213 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-cipher:1.4.1" level="project" /> | |
214 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-config-core:1.4.1" level="project" /> | |
215 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-config-ogdl:1.4.1" level="project" /> | |
216 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-event:1.4.1" level="project" /> | |
217 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-spring:1.4.1" level="project" /> | |
218 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-web:1.4.1" level="project" /> | |
219 | - <orderEntry type="library" name="Maven: org.apache.shiro:shiro-ehcache:1.4.1" level="project" /> | |
220 | - <orderEntry type="library" name="Maven: net.sf.ehcache:ehcache-core:2.6.11" level="project" /> | |
221 | - <orderEntry type="library" name="Maven: com.github.theborakompanioni:thymeleaf-extras-shiro:2.0.0" level="project" /> | |
222 | - <orderEntry type="library" name="Maven: com.alibaba:fastjson:1.2.59" level="project" /> | |
223 | - <orderEntry type="library" name="Maven: eu.bitwalker:UserAgentUtils:1.21" level="project" /> | |
224 | - <orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.1.5.RELEASE" level="project" /> | |
225 | - <orderEntry type="library" name="Maven: org.springframework:spring-beans:5.1.5.RELEASE" level="project" /> | |
226 | - <orderEntry type="library" name="Maven: org.springframework:spring-context:5.1.5.RELEASE" level="project" /> | |
227 | - <orderEntry type="library" name="Maven: org.quartz-scheduler:quartz:2.3.1" level="project" /> | |
228 | - <orderEntry type="library" name="Maven: com.mchange:mchange-commons-java:0.2.15" level="project" /> | |
229 | - <orderEntry type="library" name="Maven: com.zaxxer:HikariCP-java7:2.4.13" level="project" /> | |
230 | - <orderEntry type="library" name="Maven: org.apache.velocity:velocity:1.7" level="project" /> | |
231 | - <orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.1" level="project" /> | |
232 | - <orderEntry type="library" name="Maven: commons-lang:commons-lang:2.4" level="project" /> | |
233 | - <orderEntry type="library" name="Maven: com.github.penggle:kaptcha:2.3.2" level="project" /> | |
234 | - <orderEntry type="library" name="Maven: com.jhlabs:filters:2.0.235-1" level="project" /> | |
235 | - <orderEntry type="library" name="Maven: io.springfox:springfox-swagger2:2.9.2" level="project" /> | |
236 | - <orderEntry type="library" name="Maven: io.swagger:swagger-annotations:1.5.20" level="project" /> | |
237 | - <orderEntry type="library" name="Maven: io.swagger:swagger-models:1.5.20" level="project" /> | |
238 | - <orderEntry type="library" name="Maven: io.springfox:springfox-spi:2.9.2" level="project" /> | |
239 | - <orderEntry type="library" name="Maven: io.springfox:springfox-core:2.9.2" level="project" /> | |
240 | - <orderEntry type="library" name="Maven: io.springfox:springfox-schema:2.9.2" level="project" /> | |
241 | - <orderEntry type="library" name="Maven: io.springfox:springfox-swagger-common:2.9.2" level="project" /> | |
242 | - <orderEntry type="library" name="Maven: io.springfox:springfox-spring-web:2.9.2" level="project" /> | |
243 | - <orderEntry type="library" name="Maven: com.google.guava:guava:20.0" level="project" /> | |
244 | - <orderEntry type="library" name="Maven: com.fasterxml:classmate:1.4.0" level="project" /> | |
245 | - <orderEntry type="library" name="Maven: org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE" level="project" /> | |
246 | - <orderEntry type="library" name="Maven: org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE" level="project" /> | |
247 | - <orderEntry type="library" name="Maven: org.mapstruct:mapstruct:1.2.0.Final" level="project" /> | |
248 | - <orderEntry type="library" name="Maven: io.springfox:springfox-swagger-ui:2.9.2" level="project" /> | |
249 | - <orderEntry type="library" name="Maven: org.jsoup:jsoup:1.12.1" level="project" /> | |
250 | - <orderEntry type="library" name="Maven: org.apache.poi:poi-ooxml:3.17" level="project" /> | |
251 | - <orderEntry type="library" name="Maven: org.apache.poi:poi:3.17" level="project" /> | |
252 | - <orderEntry type="library" name="Maven: org.apache.poi:poi-ooxml-schemas:3.17" level="project" /> | |
253 | - <orderEntry type="library" name="Maven: org.apache.xmlbeans:xmlbeans:2.6.0" level="project" /> | |
254 | - <orderEntry type="library" name="Maven: stax:stax-api:1.0.1" level="project" /> | |
255 | - <orderEntry type="library" name="Maven: com.github.virtuald:curvesapi:1.04" level="project" /> | |
256 | - <orderEntry type="library" name="Maven: net.sf.jasperreports:jasperreports:6.10.0" level="project" /> | |
257 | - <orderEntry type="library" name="Maven: commons-beanutils:commons-beanutils:1.9.3" level="project" /> | |
258 | - <orderEntry type="library" name="Maven: commons-digester:commons-digester:2.1" level="project" /> | |
259 | - <orderEntry type="library" name="Maven: commons-logging:commons-logging:1.1.1" level="project" /> | |
260 | - <orderEntry type="library" name="Maven: org.apache.commons:commons-collections4:4.2" level="project" /> | |
261 | - <orderEntry type="library" name="Maven: com.lowagie:itext:2.1.7.js7" level="project" /> | |
262 | - <orderEntry type="library" name="Maven: org.jfree:jcommon:1.0.23" level="project" /> | |
263 | - <orderEntry type="library" name="Maven: org.jfree:jfreechart:1.0.19" level="project" /> | |
264 | - <orderEntry type="library" name="Maven: org.eclipse.jdt.core.compiler:ecj:4.4.2" level="project" /> | |
265 | - <orderEntry type="library" name="Maven: org.codehaus.castor:castor-xml:1.4.1" level="project" /> | |
266 | - <orderEntry type="library" name="Maven: org.codehaus.castor:castor-core:1.4.1" level="project" /> | |
267 | - <orderEntry type="library" name="Maven: javax.inject:javax.inject:1" level="project" /> | |
268 | - <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.9.8" level="project" /> | |
269 | - <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.9.8" level="project" /> | |
270 | - <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.9.0" level="project" /> | |
271 | - <orderEntry type="library" name="Maven: net.sf.jasperreports:jasperreports-fonts:6.10.0" level="project" /> | |
272 | - <orderEntry type="library" name="Maven: com.itextpdf:itextpdf:5.5.7" level="project" /> | |
273 | - <orderEntry type="library" name="Maven: com.itextpdf:itext-pdfa:5.5.7" level="project" /> | |
274 | - <orderEntry type="library" name="Maven: com.itextpdf:itext-asian:5.2.0" level="project" /> | |
275 | - <orderEntry type="library" name="Maven: cn.lesper:iTextAsian:3.0" level="project" /> | |
276 | - <orderEntry type="library" name="Maven: org.codehaus.groovy:groovy-all:2.4.11" level="project" /> | |
277 | - <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.7" level="project" /> | |
278 | - <orderEntry type="library" name="Maven: commons-codec:commons-codec:1.11" level="project" /> | |
279 | - <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.11" level="project" /> | |
280 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-mail:2.1.3.RELEASE" level="project" /> | |
281 | - <orderEntry type="library" name="Maven: com.sun.mail:javax.mail:1.6.2" level="project" /> | |
282 | - <orderEntry type="library" name="Maven: javax.activation:activation:1.1" level="project" /> | |
283 | - <orderEntry type="library" name="Maven: com.google.code.gson:gson:2.8.2" level="project" /> | |
284 | - <orderEntry type="library" name="Maven: com.github.abel533:ECharts:3.0.0.5" level="project" /> | |
285 | - <orderEntry type="library" name="Maven: org.junit.jupiter:junit-jupiter-api:5.3.2" level="project" /> | |
286 | - <orderEntry type="library" name="Maven: org.apiguardian:apiguardian-api:1.0.0" level="project" /> | |
287 | - <orderEntry type="library" name="Maven: org.opentest4j:opentest4j:1.1.1" level="project" /> | |
288 | - <orderEntry type="library" name="Maven: org.junit.platform:junit-platform-commons:1.3.2" level="project" /> | |
289 | - <orderEntry type="library" name="Maven: org.testng:testng:7.1.0" level="project" /> | |
290 | - <orderEntry type="library" name="Maven: com.beust:jcommander:1.72" level="project" /> | |
291 | - <orderEntry type="library" name="Maven: com.google.inject:guice:no_aop:4.1.0" level="project" /> | |
292 | - <orderEntry type="library" name="Maven: aopalliance:aopalliance:1.0" level="project" /> | |
293 | - <orderEntry type="library" name="Maven: junit:junit:4.12" level="project" /> | |
294 | - <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-boot-starter:3.1.2" level="project" /> | |
295 | - <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus:3.1.2" level="project" /> | |
296 | - <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-extension:3.1.2" level="project" /> | |
297 | - <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-core:3.1.2" level="project" /> | |
298 | - <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-jdbc:2.1.3.RELEASE" level="project" /> | |
299 | - <orderEntry type="library" name="Maven: com.zaxxer:HikariCP:3.2.0" level="project" /> | |
300 | - <orderEntry type="library" name="Maven: org.springframework:spring-jdbc:5.1.5.RELEASE" level="project" /> | |
301 | - <orderEntry type="library" name="Maven: org.springframework:spring-tx:5.1.5.RELEASE" level="project" /> | |
302 | - <orderEntry type="library" scope="PROVIDED" name="Maven: org.projectlombok:lombok:1.18.8" level="project" /> | |
303 | - <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-annotation:3.1.2" level="project" /> | |
304 | - <orderEntry type="library" name="Maven: org.mybatis:mybatis:3.5.1" level="project" /> | |
305 | - <orderEntry type="library" name="Maven: org.yaml:snakeyaml:1.23" level="project" /> | |
306 | - <orderEntry type="library" name="Maven: com.google.zxing:core:3.3.0" level="project" /> | |
307 | - <orderEntry type="library" name="Maven: com.google.zxing:javase:3.3.0" level="project" /> | |
308 | - <orderEntry type="library" name="Maven: com.github.jai-imageio:jai-imageio-core:1.3.1" level="project" /> | |
309 | - </component> | |
310 | -</module> | |
311 | 0 | \ No newline at end of file |