Blame view

.idea/workspace.xml 17.2 KB
tangying authored
1
2
3
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ChangeListManager">
4
    <list default="true" id="9ff7b25e-dc1a-4859-8a0c-00039489e359" name="Default Changelist" comment="">
5
      <change beforePath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/inventory/inventoryDetail/controller/InventoryDetailController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/inventory/inventoryDetail/controller/InventoryDetailController.java" afterDir="false" />
6
      <change beforePath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/inventory/inventoryDetail/service/InventoryDetailService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/inventory/inventoryDetail/service/InventoryDetailService.java" afterDir="false" />
tangying authored
7
8
9
10
11
12
13
    </list>
    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
    <option name="SHOW_DIALOG" value="false" />
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
    <option name="LAST_RESOLUTION" value="IGNORE" />
  </component>
pengcheng authored
14
  <component name="DatabaseView">
mahuandong authored
15
    <option name="SHOW_INTERMEDIATE" value="false" />
pengcheng authored
16
17
18
19
20
    <option name="GROUP_DATA_SOURCES" value="true" />
    <option name="GROUP_SCHEMA" value="true" />
    <option name="GROUP_CONTENTS" value="false" />
    <option name="SORT_POSITIONED" value="false" />
    <option name="SHOW_EMPTY_GROUPS" value="false" />
mahuandong authored
21
    <option name="AUTO_SCROLL_FROM_SOURCE" value="true" />
pengcheng authored
22
23
24
25
26
27
    <option name="HIDDEN_KINDS">
      <set />
    </option>
    <expand>
      <path>
        <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
mahuandong authored
28
        <item name="@172.16.29.45" type="feb32156:DbDataSourceImpl" />
pengcheng authored
29
30
31
      </path>
      <path>
        <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
mahuandong authored
32
        <item name="@172.16.29.45" type="feb32156:DbDataSourceImpl" />
pengcheng authored
33
34
35
36
        <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" />
      </path>
      <path>
        <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
mahuandong authored
37
        <item name="@172.16.29.45" type="feb32156:DbDataSourceImpl" />
pengcheng authored
38
39
40
41
42
43
        <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" />
        <item name="wms_v2: schema" type="76f4a085:MysqlImplModel$Schema" />
      </path>
    </expand>
    <select />
  </component>
pengcheng authored
44
45
46
  <component name="FileTemplateManagerImpl">
    <option name="RECENT_TEMPLATES">
      <list>
mahuandong authored
47
        <option value="FxmlFile" />
48
        <option value="Interface" />
49
        <option value="HTML File" />
50
        <option value="Class" />
pengcheng authored
51
52
53
      </list>
    </option>
  </component>
tangying authored
54
  <component name="Git.Settings">
wangyanxiong authored
55
    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
pengcheng authored
56
57
    <option name="RECENT_BRANCH_BY_REPOSITORY">
      <map>
mahuandong authored
58
        <entry key="$PROJECT_DIR$" value="master" />
pengcheng authored
59
60
      </map>
    </option>
wangyanxiong authored
61
  </component>
pengcheng authored
62
63
64
  <component name="IgnoredFileRootStore">
    <option name="generatedRoots">
      <set>
mahuandong authored
65
        <option value="E:\code\wms2\.idea" />
pengcheng authored
66
67
68
      </set>
    </option>
  </component>
mahuandong authored
69
70
71
  <component name="ProjectId" id="1P5Ngjh73HToCarlEZkqMxrL7pm" />
  <component name="ProjectLevelVcsManager">
    <ConfirmationsSetting value="2" id="Add" />
tangying authored
72
73
  </component>
  <component name="PropertiesComponent">
mahuandong authored
74
    <property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
pengcheng authored
75
    <property name="DatabaseDriversLRU" value="mysql" />
76
    <property name="DefaultHtmlFileTemplate" value="HTML File" />
mahuandong authored
77
    <property name="ExpandSpringBootJavaOptionsPanel" value="true" />
pengcheng authored
78
79
80
81
    <property name="RequestMappingsPanelOrder0" value="0" />
    <property name="RequestMappingsPanelOrder1" value="1" />
    <property name="RequestMappingsPanelWidth0" value="75" />
    <property name="RequestMappingsPanelWidth1" value="75" />
tangying authored
82
83
84
    <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
    <property name="WebServerToolWindowFactoryState" value="false" />
    <property name="aspect.path.notification.shown" value="true" />
85
    <property name="last_opened_file_path" value="$PROJECT_DIR$/src/main/resources/mybatis/config" />
mahuandong authored
86
87
88
89
90
91
    <property name="node.js.detected.package.eslint" value="true" />
    <property name="node.js.detected.package.tslint" value="true" />
    <property name="node.js.path.for.package.eslint" value="project" />
    <property name="node.js.path.for.package.tslint" value="project" />
    <property name="node.js.selected.package.eslint" value="(autodetect)" />
    <property name="node.js.selected.package.tslint" value="(autodetect)" />
92
    <property name="nodejs_package_manager_path" value="npm" />
93
94
95
    <property name="project.structure.last.edited" value="Project" />
    <property name="project.structure.proportion" value="0.0" />
    <property name="project.structure.side.proportion" value="0.0" />
96
    <property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
tangying authored
97
  </component>
pengcheng authored
98
  <component name="RecentsManager">
99
100
101
102
    <key name="CopyFile.RECENT_KEYS">
      <recent name="E:\code\wms2\src\main\resources\mybatis\config" />
      <recent name="E:\code\wms2\src\main\java\com\huaheng\pc\config" />
      <recent name="E:\code\wms2\src\main\resources\static\ajax\libs\layui\lay\modules" />
103
104
      <recent name="E:\code\wms2\target\classes\static\file" />
      <recent name="E:\code\wms2\src\main\resources\static\file" />
xqs authored
105
106
107
108
109
    </key>
    <key name="MoveFile.RECENT_KEYS">
      <recent name="E:\code\wms2\src\main\resources\templates\general\carrier" />
      <recent name="E:\code\wms2\src\main\resources\mybatis\general" />
      <recent name="E:\code\wms2\src\main\resources\mybatis\config" />
110
    </key>
pengcheng authored
111
  </component>
tangying authored
112
  <component name="RunDashboard">
mahuandong authored
113
114
115
116
117
    <option name="configurationTypes">
      <set>
        <option value="SpringBootApplicationConfigurationType" />
      </set>
    </option>
tangying authored
118
119
120
121
122
123
124
125
126
127
128
    <option name="ruleStates">
      <list>
        <RuleState>
          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
        </RuleState>
        <RuleState>
          <option name="name" value="StatusDashboardGroupingRule" />
        </RuleState>
      </list>
    </option>
  </component>
129
  <component name="RunManager">
mahuandong authored
130
    <configuration name="HuaHengApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
131
      <module name="huaheng" />
mahuandong authored
132
133
134
135
      <option name="SPRING_BOOT_MAIN_CLASS" value="com.huaheng.HuaHengApplication" />
      <option name="ALTERNATIVE_JRE_PATH" />
      <option name="UPDATE_ACTION_UPDATE_POLICY" value="UpdateClassesAndResources" />
      <option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" />
pengcheng authored
136
137
138
139
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
    </configuration>
mahuandong authored
140
    <configuration default="true" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
tangying authored
141
142
      <module name="WMSV1" />
      <option name="SPRING_BOOT_MAIN_CLASS" value="com.huaheng.HuaHengApplication" />
mahuandong authored
143
      <option name="ALTERNATIVE_JRE_PATH" />
tangying authored
144
145
146
147
148
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
    </configuration>
  </component>
pengcheng authored
149
150
151
  <component name="ServiceViewManager">
    <option name="allServicesViewState">
      <serviceView>
mahuandong authored
152
        <option name="contentProportion" value="0.18875067" />
pengcheng authored
153
        <treeState>
154
155
156
          <expand>
            <path>
              <item name="services root" type="e789fda9:ObjectUtils$Sentinel" />
157
              <item name="com.intellij.execution.services.ServiceModel$ServiceGroupNode@dbb4d4b" type="7427dc5b:ServiceModel$ServiceGroupNode" />
158
159
            </path>
          </expand>
pengcheng authored
160
161
162
163
164
          <select />
        </treeState>
      </serviceView>
    </option>
  </component>
tangying authored
165
166
167
168
169
  <component name="SvnConfiguration">
    <configuration />
  </component>
  <component name="TaskManager">
    <task active="true" id="Default" summary="Default task">
mahuandong authored
170
      <changelist id="9ff7b25e-dc1a-4859-8a0c-00039489e359" name="Default Changelist" comment="" />
mahuandong authored
171
      <created>1565160110910</created>
tangying authored
172
173
      <option name="number" value="Default" />
      <option name="presentableId" value="Default" />
mahuandong authored
174
175
176
177
178
179
180
      <updated>1565160110910</updated>
      <workItem from="1565160112236" duration="11971000" />
      <workItem from="1565224833241" duration="14642000" />
      <workItem from="1565242153135" duration="1476000" />
      <workItem from="1565259513116" duration="148000" />
      <workItem from="1565311988064" duration="7176000" />
      <workItem from="1565328536669" duration="797000" />
mahuandong authored
181
      <workItem from="1565345715376" duration="452000" />
mahuandong authored
182
      <workItem from="1565570424829" duration="11663000" />
183
184
      <workItem from="1565587737758" duration="12961000" />
      <workItem from="1565657307503" duration="115000" />
mahuandong authored
185
      <workItem from="1565657439247" duration="2447000" />
mahuandong authored
186
187
      <workItem from="1565662229227" duration="20296000" />
      <workItem from="1565691345079" duration="6000" />
188
189
190
191
192
193
194
195
      <workItem from="1565743087352" duration="10121000" />
      <workItem from="1565760941070" duration="6738000" />
      <workItem from="1565768341327" duration="2970000" />
      <workItem from="1565771864886" duration="599000" />
      <workItem from="1565772469694" duration="23000" />
      <workItem from="1565772518459" duration="4348000" />
      <workItem from="1565829438280" duration="3502000" />
      <workItem from="1565832950552" duration="86000" />
196
      <workItem from="1565833039573" duration="288000" />
xqs authored
197
      <workItem from="1565833342181" duration="13946000" />
198
199
      <workItem from="1565936336169" duration="3845000" />
      <workItem from="1565941296716" duration="6217000" />
200
      <workItem from="1566175534262" duration="11506000" />
tangying authored
201
    </task>
mahuandong authored
202
203
    <task id="LOCAL-00001" summary="添加库位、库位类型增删改查接口">
      <created>1565226427512</created>
pengcheng authored
204
205
206
      <option name="number" value="00001" />
      <option name="presentableId" value="LOCAL-00001" />
      <option name="project" value="LOCAL" />
mahuandong authored
207
      <updated>1565226427512</updated>
pengcheng authored
208
    </task>
mahuandong authored
209
210
    <task id="LOCAL-00002" summary="添加入库、出库表实体类&#10;添加客户、供应商增删改查接口&#10;添加库位、容器、供应商页面">
      <created>1565256884822</created>
pengcheng authored
211
212
213
      <option name="number" value="00002" />
      <option name="presentableId" value="LOCAL-00002" />
      <option name="project" value="LOCAL" />
mahuandong authored
214
      <updated>1565256884822</updated>
pengcheng authored
215
    </task>
mahuandong authored
216
217
    <task id="LOCAL-00003" summary="修改库区service">
      <created>1565259481656</created>
pengcheng authored
218
219
220
      <option name="number" value="00003" />
      <option name="presentableId" value="LOCAL-00003" />
      <option name="project" value="LOCAL" />
mahuandong authored
221
      <updated>1565259481656</updated>
pengcheng authored
222
    </task>
223
224
225
226
227
228
229
    <task id="LOCAL-00004" summary="Merge branch 'develop' of http://172.16.29.40:8010/wms/wms2 into develop&#10;&#10;# Conflicts:&#10;#&#9;.idea/workspace.xml">
      <created>1565342188814</created>
      <option name="number" value="00004" />
      <option name="presentableId" value="LOCAL-00004" />
      <option name="project" value="LOCAL" />
      <updated>1565342188814</updated>
    </task>
mahuandong authored
230
231
232
233
234
235
236
    <task id="LOCAL-00005" summary="添加userWarehouse">
      <created>1565571202923</created>
      <option name="number" value="00005" />
      <option name="presentableId" value="LOCAL-00005" />
      <option name="project" value="LOCAL" />
      <updated>1565571202923</updated>
    </task>
mahuandong authored
237
238
239
240
241
242
243
    <task id="LOCAL-00006" summary="添加containerCapacity">
      <created>1565578920011</created>
      <option name="number" value="00006" />
      <option name="presentableId" value="LOCAL-00006" />
      <option name="project" value="LOCAL" />
      <updated>1565578920011</updated>
    </task>
244
245
246
247
248
249
250
251
252
253
254
255
256
257
    <task id="LOCAL-00007" summary="添加物料页面">
      <created>1565593159103</created>
      <option name="number" value="00007" />
      <option name="presentableId" value="LOCAL-00007" />
      <option name="project" value="LOCAL" />
      <updated>1565593159103</updated>
    </task>
    <task id="LOCAL-00008" summary="添加商品详情">
      <created>1565598117104</created>
      <option name="number" value="00008" />
      <option name="presentableId" value="LOCAL-00008" />
      <option name="project" value="LOCAL" />
      <updated>1565598117104</updated>
    </task>
mahuandong authored
258
259
260
261
262
263
264
    <task id="LOCAL-00009" summary="添加物料时判断单位是否存在,不存在则添加物料单位">
      <created>1565659672152</created>
      <option name="number" value="00009" />
      <option name="presentableId" value="LOCAL-00009" />
      <option name="project" value="LOCAL" />
      <updated>1565659672152</updated>
    </task>
265
266
267
268
269
270
271
    <task id="LOCAL-00010" summary="添加task实体类">
      <created>1565665525508</created>
      <option name="number" value="00010" />
      <option name="presentableId" value="LOCAL-00010" />
      <option name="project" value="LOCAL" />
      <updated>1565665525508</updated>
    </task>
mahuandong authored
272
273
274
275
276
277
278
    <task id="LOCAL-00011" summary="添加商品、商品详情页面">
      <created>1565686619774</created>
      <option name="number" value="00011" />
      <option name="presentableId" value="LOCAL-00011" />
      <option name="project" value="LOCAL" />
      <updated>1565686619774</updated>
    </task>
279
280
281
282
283
284
285
    <task id="LOCAL-00012" summary="添加承运商">
      <created>1565745258070</created>
      <option name="number" value="00012" />
      <option name="presentableId" value="LOCAL-00012" />
      <option name="project" value="LOCAL" />
      <updated>1565745258070</updated>
    </task>
286
287
288
289
290
291
292
    <task id="LOCAL-00013" summary="添加物料导入、导出模板,添加Excel导入导出配置文件">
      <created>1565833218584</created>
      <option name="number" value="00013" />
      <option name="presentableId" value="LOCAL-00013" />
      <option name="project" value="LOCAL" />
      <updated>1565833218584</updated>
    </task>
293
294
295
296
297
298
299
    <task id="LOCAL-00014" summary="添加仓库配置">
      <created>1566176469173</created>
      <option name="number" value="00014" />
      <option name="presentableId" value="LOCAL-00014" />
      <option name="project" value="LOCAL" />
      <updated>1566176469173</updated>
    </task>
300
301
302
303
304
305
306
307
    <task id="LOCAL-00015" summary="添加物料单位,重新生成库存主表和库存明细表">
      <created>1566192821310</created>
      <option name="number" value="00015" />
      <option name="presentableId" value="LOCAL-00015" />
      <option name="project" value="LOCAL" />
      <updated>1566192821310</updated>
    </task>
    <option name="localTasksCounter" value="16" />
tangying authored
308
309
310
311
312
    <servers />
  </component>
  <component name="TypeScriptGeneratedFilesManager">
    <option name="version" value="1" />
  </component>
pengcheng authored
313
314
315
316
317
318
  <component name="Vcs.Log.Tabs.Properties">
    <option name="TAB_STATES">
      <map>
        <entry key="MAIN">
          <value>
            <State>
319
              <option name="COLUMN_ORDER" />
pengcheng authored
320
321
322
323
324
            </State>
          </value>
        </entry>
      </map>
    </option>
wangyanxiong authored
325
326
327
328
329
330
331
332
333
334
335
336
337
338
    <option name="RECENT_FILTERS">
      <map>
        <entry key="Branch">
          <value>
            <list />
          </value>
        </entry>
        <entry key="User">
          <value>
            <list />
          </value>
        </entry>
      </map>
    </option>
pengcheng authored
339
340
  </component>
  <component name="VcsManagerConfiguration">
mahuandong authored
341
342
343
    <MESSAGE value="添加库位、库位类型增删改查接口" />
    <MESSAGE value="添加入库、出库表实体类&#10;添加客户、供应商增删改查接口&#10;添加库位、容器、供应商页面" />
    <MESSAGE value="修改库区service" />
344
    <MESSAGE value="Merge branch 'develop' of http://172.16.29.40:8010/wms/wms2 into develop&#10;&#10;# Conflicts:&#10;#&#9;.idea/workspace.xml" />
mahuandong authored
345
    <MESSAGE value="添加userWarehouse" />
mahuandong authored
346
    <MESSAGE value="添加containerCapacity" />
347
348
    <MESSAGE value="添加物料页面" />
    <MESSAGE value="添加商品详情" />
mahuandong authored
349
    <MESSAGE value="添加物料时判断单位是否存在,不存在则添加物料单位" />
350
    <MESSAGE value="添加task实体类" />
mahuandong authored
351
    <MESSAGE value="添加商品、商品详情页面" />
352
    <MESSAGE value="添加承运商" />
353
    <MESSAGE value="添加物料导入、导出模板,添加Excel导入导出配置文件" />
354
    <MESSAGE value="添加仓库配置" />
355
356
    <MESSAGE value="添加物料单位,重新生成库存主表和库存明细表" />
    <option name="LAST_COMMIT_MESSAGE" value="添加物料单位,重新生成库存主表和库存明细表" />
mahuandong authored
357
358
359
360
361
  </component>
  <component name="XDebuggerManager">
    <breakpoint-manager>
      <breakpoints>
        <line-breakpoint enabled="true" type="java-line">
362
363
364
          <url>file://$PROJECT_DIR$/src/main/java/com/huaheng/common/utils/poi/ExcelUtil.java</url>
          <line>302</line>
          <option name="timeStamp" value="12" />
mahuandong authored
365
        </line-breakpoint>
366
        <line-breakpoint enabled="true" type="java-line">
367
368
369
          <url>file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/general/material/service/MaterialServiceImpl.java</url>
          <line>66</line>
          <option name="timeStamp" value="24" />
370
        </line-breakpoint>
371
372
373
374
375
        <line-breakpoint enabled="true" type="java-line">
          <url>file://$PROJECT_DIR$/src/main/java/com/huaheng/pc/monitor/logExecption/controllerAdvice/MyControllerAdvice.java</url>
          <line>26</line>
          <option name="timeStamp" value="25" />
        </line-breakpoint>
mahuandong authored
376
377
      </breakpoints>
    </breakpoint-manager>
mahuandong authored
378
  </component>
tangying authored
379
</project>