推拿小程序后端代码仓库
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.

354 lines
20 KiB

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