推拿小程序后端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

425 lines
22 KiB

9 months ago
9 months ago
9 months ago
9 months ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="8b88b979-c3fa-4858-8fa6-d3a5d334cf69" name="Default Changelist" comment="优惠券列表接口调整">
  5. <change afterPath="$PROJECT_DIR$/admin-hanhai-vue/dist.zip" afterDir="false" />
  6. <change afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiUtils/CommonUtils.java" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/admin-hanhai-vue/.env.development" beforeDir="false" afterPath="$PROJECT_DIR$/admin-hanhai-vue/.env.development" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/admin-hanhai-vue/.env.production" beforeDir="false" afterPath="$PROJECT_DIR$/admin-hanhai-vue/.env.production" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/massageController/OrderController.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/massageController/OrderController.java" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/OrderService.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/OrderService.java" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/OrderServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/OrderServiceImpl.java" afterDir="false" />
  13. </list>
  14. <option name="SHOW_DIALOG" value="false" />
  15. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  16. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  17. <option name="LAST_RESOLUTION" value="IGNORE" />
  18. </component>
  19. <component name="FileTemplateManagerImpl">
  20. <option name="RECENT_TEMPLATES">
  21. <list>
  22. <option value="Interface" />
  23. <option value="Class" />
  24. </list>
  25. </option>
  26. </component>
  27. <component name="Git.Settings">
  28. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  29. </component>
  30. <component name="MavenImportPreferences">
  31. <option name="generalSettings">
  32. <MavenGeneralSettings>
  33. <option name="localRepository" value="D:\Softwares\Environments\Maven\apache-maven-3.6.1\Repository" />
  34. <option name="mavenHome" value="D:/Softwares/Environments/Maven/apache-maven-3.6.1" />
  35. <option name="userSettingsFile" value="D:\Softwares\Environments\Maven\apache-maven-3.6.1\conf\settings.xml" />
  36. </MavenGeneralSettings>
  37. </option>
  38. <option name="importingSettings">
  39. <MavenImportingSettings>
  40. <option name="importAutomatically" value="true" />
  41. </MavenImportingSettings>
  42. </option>
  43. </component>
  44. <component name="ProjectId" id="2u6dZfElHKoHGlue5pXon31mo8k" />
  45. <component name="ProjectLevelVcsManager">
  46. <ConfirmationsSetting value="2" id="Add" />
  47. </component>
  48. <component name="ProjectViewState">
  49. <option name="hideEmptyMiddlePackages" value="true" />
  50. <option name="showExcludedFiles" value="true" />
  51. <option name="showLibraryContents" value="true" />
  52. </component>
  53. <component name="PropertiesComponent">
  54. <property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
  55. <property name="ExpandSpringBootJavaOptionsPanel" value="true" />
  56. <property name="RequestMappingsPanelOrder0" value="0" />
  57. <property name="RequestMappingsPanelOrder1" value="1" />
  58. <property name="RequestMappingsPanelWidth0" value="75" />
  59. <property name="RequestMappingsPanelWidth1" value="75" />
  60. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  61. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  62. <property name="WebServerToolWindowFactoryState" value="false" />
  63. <property name="aspect.path.notification.shown" value="true" />
  64. <property name="last_opened_file_path" value="$PROJECT_DIR$/../.." />
  65. <property name="nodejs_package_manager_path" value="yarn" />
  66. <property name="project.structure.last.edited" value="Project" />
  67. <property name="project.structure.proportion" value="0.0" />
  68. <property name="project.structure.side.proportion" value="0.0" />
  69. <property name="settings.editor.selected.configurable" value="MavenSettings" />
  70. </component>
  71. <component name="ReactorSettings">
  72. <option name="notificationShown" value="true" />
  73. </component>
  74. <component name="RecentsManager">
  75. <key name="CopyClassDialog.RECENTS_KEY">
  76. <recent name="org.jeecg.modules.apiBean" />
  77. <recent name="org.jeecg.modules.api.massageController" />
  78. <recent name="org.jeecg.modules.apiService.impl" />
  79. </key>
  80. </component>
  81. <component name="RunManager" selected="Application.CommonUtils">
  82. <configuration name="CommonUtils" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  83. <option name="ALTERNATIVE_JRE_PATH" value="1.8" />
  84. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
  85. <option name="MAIN_CLASS_NAME" value="org.jeecg.modules.apiUtils.CommonUtils" />
  86. <module name="jeecg-boot-module-system" />
  87. <shortenClasspath name="CLASSPATH_FILE" />
  88. <extension name="coverage">
  89. <pattern>
  90. <option name="PATTERN" value="org.jeecg.modules.apiUtils.*" />
  91. <option name="ENABLED" value="true" />
  92. </pattern>
  93. </extension>
  94. <method v="2">
  95. <option name="Make" enabled="true" />
  96. </method>
  97. </configuration>
  98. <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
  99. <module name="massage-admin" />
  100. <option name="VM_PARAMETERS" />
  101. <option name="PROGRAM_PARAMETERS" />
  102. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  103. <option name="ALTERNATIVE_JRE_PATH" />
  104. <option name="PASS_PARENT_ENVS" value="true" />
  105. <option name="MAIN_CLASS_NAME" />
  106. <option name="WORKING_DIRECTORY" />
  107. <method v="2">
  108. <option name="Make" enabled="true" />
  109. </method>
  110. </configuration>
  111. <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType" factoryName="Kotlin script">
  112. <module name="massage-admin" />
  113. <option name="filePath" />
  114. <option name="vmParameters" />
  115. <option name="alternativeJrePath" />
  116. <option name="programParameters" />
  117. <option name="passParentEnvs" value="true" />
  118. <option name="workingDirectory" />
  119. <option name="isAlternativeJrePathEnabled" value="false" />
  120. <option name="VM_PARAMETERS" />
  121. <option name="PROGRAM_PARAMETERS" />
  122. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  123. <option name="ALTERNATIVE_JRE_PATH" />
  124. <option name="PASS_PARENT_ENVS" value="true" />
  125. <option name="MAIN_CLASS_NAME" />
  126. <option name="WORKING_DIRECTORY" />
  127. <option name="filePath" />
  128. <option name="vmParameters" />
  129. <option name="alternativeJrePath" />
  130. <option name="programParameters" />
  131. <option name="passParentEnvs" value="true" />
  132. <option name="workingDirectory" />
  133. <option name="isAlternativeJrePathEnabled" value="false" />
  134. <option name="VM_PARAMETERS" />
  135. <option name="PROGRAM_PARAMETERS" />
  136. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  137. <option name="ALTERNATIVE_JRE_PATH" />
  138. <option name="PASS_PARENT_ENVS" value="true" />
  139. <option name="MAIN_CLASS_NAME" />
  140. <option name="WORKING_DIRECTORY" />
  141. <method v="2">
  142. <option name="Make" enabled="true" />
  143. </method>
  144. </configuration>
  145. <configuration name="JeecgSystemApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
  146. <module name="jeecg-boot-module-system" />
  147. <extension name="coverage">
  148. <pattern>
  149. <option name="PATTERN" value="org.jeecg.*" />
  150. <option name="ENABLED" value="true" />
  151. </pattern>
  152. </extension>
  153. <option name="SPRING_BOOT_MAIN_CLASS" value="org.jeecg.JeecgSystemApplication" />
  154. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
  155. <option name="ALTERNATIVE_JRE_PATH" value="1.8" />
  156. <option name="SHORTEN_COMMAND_LINE" value="CLASSPATH_FILE" />
  157. <option name="UPDATE_ACTION_UPDATE_POLICY" value="UpdateClassesAndResources" />
  158. <option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" />
  159. <method v="2">
  160. <option name="Make" enabled="true" />
  161. </method>
  162. </configuration>
  163. <configuration name="build" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
  164. <package-json value="$PROJECT_DIR$/admin-hanhai-vue/package.json" />
  165. <command value="run" />
  166. <scripts>
  167. <script value="build" />
  168. </scripts>
  169. <node-interpreter value="project" />
  170. <envs />
  171. <method v="2" />
  172. </configuration>
  173. <list>
  174. <item itemvalue="Application.CommonUtils" />
  175. <item itemvalue="npm.build" />
  176. <item itemvalue="Spring Boot.JeecgSystemApplication" />
  177. </list>
  178. <recent_temporary>
  179. <list>
  180. <item itemvalue="Spring Boot.JeecgSystemApplication" />
  181. <item itemvalue="Application.CommonUtils" />
  182. <item itemvalue="npm.build" />
  183. </list>
  184. </recent_temporary>
  185. </component>
  186. <component name="SvnConfiguration">
  187. <configuration />
  188. </component>
  189. <component name="TaskManager">
  190. <task active="true" id="Default" summary="Default task">
  191. <changelist id="8b88b979-c3fa-4858-8fa6-d3a5d334cf69" name="Default Changelist" comment="" />
  192. <created>1741573014101</created>
  193. <option name="number" value="Default" />
  194. <option name="presentableId" value="Default" />
  195. <updated>1741573014101</updated>
  196. <workItem from="1741573016746" duration="4323000" />
  197. <workItem from="1741580646045" duration="5038000" />
  198. <workItem from="1741852577555" duration="71519000" />
  199. </task>
  200. <task id="LOCAL-00001" summary="1、项目初始化">
  201. <created>1741919155045</created>
  202. <option name="number" value="00001" />
  203. <option name="presentableId" value="LOCAL-00001" />
  204. <option name="project" value="LOCAL" />
  205. <updated>1741919155045</updated>
  206. </task>
  207. <task id="LOCAL-00002" summary="接口上传:&#10;1、轮播图模块&#10;2、公告模块&#10;3、配置信息模块&#10;4、推拿项目模块&#10;5、订单模块&#10;6、个人信息模块">
  208. <created>1742212951761</created>
  209. <option name="number" value="00002" />
  210. <option name="presentableId" value="LOCAL-00002" />
  211. <option name="project" value="LOCAL" />
  212. <updated>1742212951761</updated>
  213. </task>
  214. <task id="LOCAL-00003" summary="接口上传:&#10;1、商家模块&#10;2、积分模块&#10;3、个人中心基础数据">
  215. <created>1742296303138</created>
  216. <option name="number" value="00003" />
  217. <option name="presentableId" value="LOCAL-00003" />
  218. <option name="project" value="LOCAL" />
  219. <updated>1742296303138</updated>
  220. </task>
  221. <task id="LOCAL-00004" summary="1、积分模块修改">
  222. <created>1742296430585</created>
  223. <option name="number" value="00004" />
  224. <option name="presentableId" value="LOCAL-00004" />
  225. <option name="project" value="LOCAL" />
  226. <updated>1742296430585</updated>
  227. </task>
  228. <task id="LOCAL-00005" summary="1、小程序推广二维码">
  229. <created>1742347801147</created>
  230. <option name="number" value="00005" />
  231. <option name="presentableId" value="LOCAL-00005" />
  232. <option name="project" value="LOCAL" />
  233. <updated>1742347801147</updated>
  234. </task>
  235. <task id="LOCAL-00006" summary="1、接口备注规范调整">
  236. <created>1742348334919</created>
  237. <option name="number" value="00006" />
  238. <option name="presentableId" value="LOCAL-00006" />
  239. <option name="project" value="LOCAL" />
  240. <updated>1742348334919</updated>
  241. </task>
  242. <task id="LOCAL-00007" summary="1、会员中心模块">
  243. <created>1742350758458</created>
  244. <option name="number" value="00007" />
  245. <option name="presentableId" value="LOCAL-00007" />
  246. <option name="project" value="LOCAL" />
  247. <updated>1742350758458</updated>
  248. </task>
  249. <task id="LOCAL-00008" summary="1、推广模块">
  250. <created>1742367599394</created>
  251. <option name="number" value="00008" />
  252. <option name="presentableId" value="LOCAL-00008" />
  253. <option name="project" value="LOCAL" />
  254. <updated>1742367599394</updated>
  255. </task>
  256. <task id="LOCAL-00009" summary="1、优惠券模块">
  257. <created>1742377504198</created>
  258. <option name="number" value="00009" />
  259. <option name="presentableId" value="LOCAL-00009" />
  260. <option name="project" value="LOCAL" />
  261. <updated>1742377504198</updated>
  262. </task>
  263. <task id="LOCAL-00010" summary="订单模块:&#10;1.创建订单&#10;2.订单">
  264. <created>1742379564241</created>
  265. <option name="number" value="00010" />
  266. <option name="presentableId" value="LOCAL-00010" />
  267. <option name="project" value="LOCAL" />
  268. <updated>1742379564241</updated>
  269. </task>
  270. <task id="LOCAL-00011" summary="优惠券列表接口调整">
  271. <created>1742379638881</created>
  272. <option name="number" value="00011" />
  273. <option name="presentableId" value="LOCAL-00011" />
  274. <option name="project" value="LOCAL" />
  275. <updated>1742379638881</updated>
  276. </task>
  277. <task id="LOCAL-00012" summary="1、用户表新增字段:是否商家">
  278. <created>1742868065298</created>
  279. <option name="number" value="00012" />
  280. <option name="presentableId" value="LOCAL-00012" />
  281. <option name="project" value="LOCAL" />
  282. <updated>1742868065298</updated>
  283. </task>
  284. <option name="localTasksCounter" value="13" />
  285. <servers />
  286. </component>
  287. <component name="TypeScriptGeneratedFilesManager">
  288. <option name="version" value="1" />
  289. </component>
  290. <component name="Vcs.Log.Tabs.Properties">
  291. <option name="TAB_STATES">
  292. <map>
  293. <entry key="MAIN">
  294. <value>
  295. <State />
  296. </value>
  297. </entry>
  298. </map>
  299. </option>
  300. </component>
  301. <component name="VcsManagerConfiguration">
  302. <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
  303. <MESSAGE value="1、项目初始化" />
  304. <MESSAGE value="接口上传:&#10;1、轮播图模块&#10;2、公告模块&#10;3、配置信息模块&#10;4、推拿项目模块&#10;5、订单模块&#10;6、个人信息模块" />
  305. <MESSAGE value="接口上传:&#10;1、商家模块&#10;2、积分模块&#10;3、个人中心基础数据" />
  306. <MESSAGE value="1、积分模块修改" />
  307. <MESSAGE value="1、小程序推广二维码" />
  308. <MESSAGE value="1、接口备注规范调整" />
  309. <MESSAGE value="1、会员中心模块" />
  310. <MESSAGE value="1、推广模块" />
  311. <MESSAGE value="1、优惠券模块" />
  312. <MESSAGE value="订单模块:&#10;1.创建订单&#10;2.订单" />
  313. <MESSAGE value="优惠券列表接口调整" />
  314. <MESSAGE value="1、用户表新增字段:是否商家" />
  315. <option name="LAST_COMMIT_MESSAGE" value="1、用户表新增字段:是否商家" />
  316. </component>
  317. <component name="WindowStateProjectService">
  318. <state x="734" y="358" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1743581020633">
  319. <screen x="0" y="0" width="2560" height="1400" />
  320. </state>
  321. <state x="734" y="358" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1743581020633" />
  322. <state x="1085" y="408" key="#com.intellij.ide.util.MemberChooser" timestamp="1742378026634">
  323. <screen x="0" y="0" width="2560" height="1400" />
  324. </state>
  325. <state x="1085" y="408" key="#com.intellij.ide.util.MemberChooser/0.0.2560.1400@0.0.2560.1400" timestamp="1742378026634" />
  326. <state x="1033" y="0" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog" timestamp="1742351128151">
  327. <screen x="0" y="0" width="2560" height="1400" />
  328. </state>
  329. <state x="1033" y="0" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1742351128151" />
  330. <state x="1010" y="449" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp="1741587414527">
  331. <screen x="0" y="0" width="2560" height="1400" />
  332. </state>
  333. <state x="1010" y="449" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1741587414527" />
  334. <state x="679" y="297" key="CommitChangelistDialog2" timestamp="1742868064612">
  335. <screen x="0" y="0" width="2560" height="1400" />
  336. </state>
  337. <state x="679" y="297" key="CommitChangelistDialog2/0.0.2560.1400@0.0.2560.1400" timestamp="1742868064612" />
  338. <state x="92" y="92" width="2376" height="1216" key="DiffContextDialog" timestamp="1743043766719">
  339. <screen x="0" y="0" width="2560" height="1400" />
  340. </state>
  341. <state x="92" y="92" width="2376" height="1216" key="DiffContextDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1743043766719" />
  342. <state x="1060" y="458" key="FileChooserDialogImpl" timestamp="1743043710794">
  343. <screen x="0" y="0" width="2560" height="1400" />
  344. </state>
  345. <state x="1060" y="458" key="FileChooserDialogImpl/0.0.2560.1400@0.0.2560.1400" timestamp="1743043710794" />
  346. <state width="2517" height="388" key="GridCell.Tab.0.bottom" timestamp="1743671333588">
  347. <screen x="0" y="0" width="2560" height="1400" />
  348. </state>
  349. <state width="2517" height="388" key="GridCell.Tab.0.bottom/0.0.2560.1400@0.0.2560.1400" timestamp="1743671333588" />
  350. <state width="2517" height="388" key="GridCell.Tab.0.center" timestamp="1743671333588">
  351. <screen x="0" y="0" width="2560" height="1400" />
  352. </state>
  353. <state width="2517" height="388" key="GridCell.Tab.0.center/0.0.2560.1400@0.0.2560.1400" timestamp="1743671333588" />
  354. <state width="2517" height="388" key="GridCell.Tab.0.left" timestamp="1743671333588">
  355. <screen x="0" y="0" width="2560" height="1400" />
  356. </state>
  357. <state width="2517" height="388" key="GridCell.Tab.0.left/0.0.2560.1400@0.0.2560.1400" timestamp="1743671333588" />
  358. <state width="2517" height="388" key="GridCell.Tab.0.right" timestamp="1743671333588">
  359. <screen x="0" y="0" width="2560" height="1400" />
  360. </state>
  361. <state width="2517" height="388" key="GridCell.Tab.0.right/0.0.2560.1400@0.0.2560.1400" timestamp="1743671333588" />
  362. <state width="2517" height="388" key="GridCell.Tab.1.bottom" timestamp="1743671145005">
  363. <screen x="0" y="0" width="2560" height="1400" />
  364. </state>
  365. <state width="2517" height="388" key="GridCell.Tab.1.bottom/0.0.2560.1400@0.0.2560.1400" timestamp="1743671145005" />
  366. <state width="2517" height="388" key="GridCell.Tab.1.center" timestamp="1743671145005">
  367. <screen x="0" y="0" width="2560" height="1400" />
  368. </state>
  369. <state width="2517" height="388" key="GridCell.Tab.1.center/0.0.2560.1400@0.0.2560.1400" timestamp="1743671145005" />
  370. <state width="2517" height="388" key="GridCell.Tab.1.left" timestamp="1743671145005">
  371. <screen x="0" y="0" width="2560" height="1400" />
  372. </state>
  373. <state width="2517" height="388" key="GridCell.Tab.1.left/0.0.2560.1400@0.0.2560.1400" timestamp="1743671145005" />
  374. <state width="2517" height="388" key="GridCell.Tab.1.right" timestamp="1743671145005">
  375. <screen x="0" y="0" width="2560" height="1400" />
  376. </state>
  377. <state width="2517" height="388" key="GridCell.Tab.1.right/0.0.2560.1400@0.0.2560.1400" timestamp="1743671145005" />
  378. <state width="2517" height="388" key="GridCell.Tab.2.bottom" timestamp="1743671009635">
  379. <screen x="0" y="0" width="2560" height="1400" />
  380. </state>
  381. <state width="2517" height="388" key="GridCell.Tab.2.bottom/0.0.2560.1400@0.0.2560.1400" timestamp="1743671009635" />
  382. <state width="2517" height="388" key="GridCell.Tab.2.center" timestamp="1743671009635">
  383. <screen x="0" y="0" width="2560" height="1400" />
  384. </state>
  385. <state width="2517" height="388" key="GridCell.Tab.2.center/0.0.2560.1400@0.0.2560.1400" timestamp="1743671009635" />
  386. <state width="2517" height="388" key="GridCell.Tab.2.left" timestamp="1743671009635">
  387. <screen x="0" y="0" width="2560" height="1400" />
  388. </state>
  389. <state width="2517" height="388" key="GridCell.Tab.2.left/0.0.2560.1400@0.0.2560.1400" timestamp="1743671009635" />
  390. <state width="2517" height="388" key="GridCell.Tab.2.right" timestamp="1743671009635">
  391. <screen x="0" y="0" width="2560" height="1400" />
  392. </state>
  393. <state width="2517" height="388" key="GridCell.Tab.2.right/0.0.2560.1400@0.0.2560.1400" timestamp="1743671009635" />
  394. <state x="783" y="345" key="SettingsEditor" timestamp="1741573035388">
  395. <screen x="0" y="0" width="2560" height="1400" />
  396. </state>
  397. <state x="783" y="345" key="SettingsEditor/0.0.2560.1400@0.0.2560.1400" timestamp="1741573035388" />
  398. <state x="872" y="436" key="Vcs.Push.Dialog.v2" timestamp="1742868068294">
  399. <screen x="0" y="0" width="2560" height="1400" />
  400. </state>
  401. <state x="872" y="436" key="Vcs.Push.Dialog.v2/0.0.2560.1400@0.0.2560.1400" timestamp="1742868068294" />
  402. <state x="972" y="527" key="com.intellij.ide.util.TipDialog" timestamp="1741580728988">
  403. <screen x="0" y="0" width="2560" height="1400" />
  404. </state>
  405. <state x="972" y="527" key="com.intellij.ide.util.TipDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1741580728988" />
  406. <state x="900" y="426" width="759" height="548" key="find.popup" timestamp="1742204627580">
  407. <screen x="0" y="0" width="2560" height="1400" />
  408. </state>
  409. <state x="900" y="426" width="759" height="548" key="find.popup/0.0.2560.1400@0.0.2560.1400" timestamp="1742204627580" />
  410. <state x="943" y="315" width="672" height="678" key="search.everywhere.popup" timestamp="1742211424843">
  411. <screen x="0" y="0" width="2560" height="1400" />
  412. </state>
  413. <state x="943" y="315" width="672" height="678" key="search.everywhere.popup/0.0.2560.1400@0.0.2560.1400" timestamp="1742211424843" />
  414. </component>
  415. <component name="XDebuggerManager">
  416. <breakpoint-manager>
  417. <breakpoints>
  418. <line-breakpoint enabled="true" type="java-line">
  419. <url>file://$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/OrderServiceImpl.java</url>
  420. <line>265</line>
  421. <option name="timeStamp" value="9" />
  422. </line-breakpoint>
  423. </breakpoints>
  424. </breakpoint-manager>
  425. </component>
  426. </project>