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

571 lines
35 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="1、">
  5. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_github_wechatpay_apiv3_wechatpay_java_0_2_15.xml" afterDir="false" />
  6. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_github_wechatpay_apiv3_wechatpay_java_core_0_2_15.xml" afterDir="false" />
  7. <change afterPath="$PROJECT_DIR$/admin-hanhai-vue/dist.zip" afterDir="false" />
  8. <change afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageRefoundLog/controller/MassageRefoundLogController.java" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageRefoundLog/entity/MassageRefoundLog.java" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageRefoundLog/mapper/MassageRefoundLogMapper.java" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageRefoundLog/mapper/xml/MassageRefoundLogMapper.xml" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageRefoundLog/service/IMassageRefoundLogService.java" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageRefoundLog/service/impl/MassageRefoundLogServiceImpl.java" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageRefoundLog/vue/MassageRefoundLogList.vue" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageRefoundLog/vue/modules/MassageRefoundLogForm.vue" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageRefoundLog/vue/modules/MassageRefoundLogModal.Style#Drawer.vue" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageRefoundLog/vue/modules/MassageRefoundLogModal.vue" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageRefoundLog/vue3/MassageRefoundLog.api.ts" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageRefoundLog/vue3/MassageRefoundLog.data.ts" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageRefoundLog/vue3/MassageRefoundLogList.vue" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageRefoundLog/vue3/components/MassageRefoundLogModal.vue" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/massageController/RefoundController.java" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/WxMiniappPayService.java" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/WxMiniappPayServiceImpl.java" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/wxUtils/CreateOrderReq.java" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/wxUtils/HttpServletUtils.java" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/wxUtils/PayOrderInfo.java" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/wxUtils/QueryOrderReq.java" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/wxUtils/RefundOrderReq.java" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/wxUtils/Response.java" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/wxUtils/WxPayAutoCertificateConfig.java" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/wxUtils/WxPayConfig.java" afterDir="false" />
  33. <change afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/resources/apiclient_key.pem" afterDir="false" />
  34. <change afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/resources/pub_key.pem" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/admin-hanhai-vue/.env.development" beforeDir="false" afterPath="$PROJECT_DIR$/admin-hanhai-vue/.env.development" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/admin-hanhai-vue/.env.production" beforeDir="false" afterPath="$PROJECT_DIR$/admin-hanhai-vue/.env.production" afterDir="false" />
  38. <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" />
  39. <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" />
  40. <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" />
  41. <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" />
  42. <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" />
  43. <change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageOrder/vue/MassageOrderList.vue" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageOrder/vue/MassageOrderList.vue" afterDir="false" />
  44. <change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageOrder/vue/modules/MassageOrderForm.vue" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageOrder/vue/modules/MassageOrderForm.vue" afterDir="false" />
  45. <change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageOrder/vue3/MassageOrder.data.ts" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/massageOrder/vue3/MassageOrder.data.ts" afterDir="false" />
  46. <change beforePath="$PROJECT_DIR$/jeecg-boot-module-system/jeecg-boot-module-system.iml" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-module-system/jeecg-boot-module-system.iml" afterDir="false" />
  47. <change beforePath="$PROJECT_DIR$/jeecg-boot-module-system/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-module-system/pom.xml" afterDir="false" />
  48. <change beforePath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/UserInfoServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/UserInfoServiceImpl.java" afterDir="false" />
  49. <change beforePath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/resources/application-dev.yml" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/resources/application-dev.yml" afterDir="false" />
  50. </list>
  51. <option name="SHOW_DIALOG" value="false" />
  52. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  53. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  54. <option name="LAST_RESOLUTION" value="IGNORE" />
  55. </component>
  56. <component name="FileTemplateManagerImpl">
  57. <option name="RECENT_TEMPLATES">
  58. <list>
  59. <option value="Interface" />
  60. <option value="Class" />
  61. </list>
  62. </option>
  63. </component>
  64. <component name="Git.Settings">
  65. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  66. </component>
  67. <component name="MavenImportPreferences">
  68. <option name="generalSettings">
  69. <MavenGeneralSettings>
  70. <option name="localRepository" value="D:\Softwares\Environments\Maven\apache-maven-3.6.1\Repository" />
  71. <option name="mavenHome" value="D:/Softwares/Environments/Maven/apache-maven-3.6.1" />
  72. <option name="userSettingsFile" value="D:\Softwares\Environments\Maven\apache-maven-3.6.1\conf\settings.xml" />
  73. </MavenGeneralSettings>
  74. </option>
  75. <option name="importingSettings">
  76. <MavenImportingSettings>
  77. <option name="importAutomatically" value="true" />
  78. </MavenImportingSettings>
  79. </option>
  80. </component>
  81. <component name="ProjectId" id="2u6dZfElHKoHGlue5pXon31mo8k" />
  82. <component name="ProjectLevelVcsManager">
  83. <ConfirmationsSetting value="2" id="Add" />
  84. </component>
  85. <component name="ProjectViewState">
  86. <option name="hideEmptyMiddlePackages" value="true" />
  87. <option name="showExcludedFiles" value="true" />
  88. <option name="showLibraryContents" value="true" />
  89. </component>
  90. <component name="PropertiesComponent">
  91. <property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
  92. <property name="ExpandSpringBootJavaOptionsPanel" value="true" />
  93. <property name="RequestMappingsPanelOrder0" value="0" />
  94. <property name="RequestMappingsPanelOrder1" value="1" />
  95. <property name="RequestMappingsPanelWidth0" value="75" />
  96. <property name="RequestMappingsPanelWidth1" value="75" />
  97. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  98. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  99. <property name="WebServerToolWindowFactoryState" value="false" />
  100. <property name="aspect.path.notification.shown" value="true" />
  101. <property name="last_opened_file_path" value="$PROJECT_DIR$/jeecg-boot-module-system/src/main/resources" />
  102. <property name="nodejs_package_manager_path" value="yarn" />
  103. <property name="project.structure.last.edited" value="Project" />
  104. <property name="project.structure.proportion" value="0.0" />
  105. <property name="project.structure.side.proportion" value="0.0" />
  106. <property name="settings.editor.selected.configurable" value="MavenSettings" />
  107. </component>
  108. <component name="ReactorSettings">
  109. <option name="notificationShown" value="true" />
  110. </component>
  111. <component name="RecentsManager">
  112. <key name="CopyClassDialog.RECENTS_KEY">
  113. <recent name="org.jeecg.modules.apiService" />
  114. <recent name="org.jeecg.modules.api.massageController" />
  115. <recent name="org.jeecg.modules.apiBean" />
  116. <recent name="org.jeecg.modules.apiService.impl" />
  117. </key>
  118. <key name="CopyFile.RECENT_KEYS">
  119. <recent name="D:\Projects\massage\massage-admin\jeecg-boot-module-system\src\main\resources" />
  120. <recent name="D:\Projects\massage\massage-admin\jeecg-boot-module-system\src\main\resources\templates" />
  121. <recent name="D:\Projects\massage\massage-admin\jeecg-boot-module-system\src\main\java\org\jeecg\modules" />
  122. <recent name="D:\Projects\massage\massage-admin\han-hai-module-pay\src\main\resources" />
  123. </key>
  124. </component>
  125. <component name="RunManager" selected="Application.CommonUtils">
  126. <configuration name="CommonUtils" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  127. <option name="ALTERNATIVE_JRE_PATH" value="1.8" />
  128. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
  129. <option name="MAIN_CLASS_NAME" value="org.jeecg.modules.apiUtils.CommonUtils" />
  130. <module name="jeecg-boot-module-system" />
  131. <shortenClasspath name="CLASSPATH_FILE" />
  132. <extension name="coverage">
  133. <pattern>
  134. <option name="PATTERN" value="org.jeecg.modules.apiUtils.*" />
  135. <option name="ENABLED" value="true" />
  136. </pattern>
  137. </extension>
  138. <method v="2">
  139. <option name="Make" enabled="true" />
  140. </method>
  141. </configuration>
  142. <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
  143. <module name="massage-admin" />
  144. <option name="VM_PARAMETERS" />
  145. <option name="PROGRAM_PARAMETERS" />
  146. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  147. <option name="ALTERNATIVE_JRE_PATH" />
  148. <option name="PASS_PARENT_ENVS" value="true" />
  149. <option name="MAIN_CLASS_NAME" />
  150. <option name="WORKING_DIRECTORY" />
  151. <method v="2">
  152. <option name="Make" enabled="true" />
  153. </method>
  154. </configuration>
  155. <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType" factoryName="Kotlin script">
  156. <module name="massage-admin" />
  157. <option name="filePath" />
  158. <option name="vmParameters" />
  159. <option name="alternativeJrePath" />
  160. <option name="programParameters" />
  161. <option name="passParentEnvs" value="true" />
  162. <option name="workingDirectory" />
  163. <option name="isAlternativeJrePathEnabled" value="false" />
  164. <option name="VM_PARAMETERS" />
  165. <option name="PROGRAM_PARAMETERS" />
  166. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  167. <option name="ALTERNATIVE_JRE_PATH" />
  168. <option name="PASS_PARENT_ENVS" value="true" />
  169. <option name="MAIN_CLASS_NAME" />
  170. <option name="WORKING_DIRECTORY" />
  171. <option name="filePath" />
  172. <option name="vmParameters" />
  173. <option name="alternativeJrePath" />
  174. <option name="programParameters" />
  175. <option name="passParentEnvs" value="true" />
  176. <option name="workingDirectory" />
  177. <option name="isAlternativeJrePathEnabled" value="false" />
  178. <option name="VM_PARAMETERS" />
  179. <option name="PROGRAM_PARAMETERS" />
  180. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  181. <option name="ALTERNATIVE_JRE_PATH" />
  182. <option name="PASS_PARENT_ENVS" value="true" />
  183. <option name="MAIN_CLASS_NAME" />
  184. <option name="WORKING_DIRECTORY" />
  185. <method v="2">
  186. <option name="Make" enabled="true" />
  187. </method>
  188. </configuration>
  189. <configuration name="JeecgSystemApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
  190. <module name="jeecg-boot-module-system" />
  191. <extension name="coverage">
  192. <pattern>
  193. <option name="PATTERN" value="org.jeecg.*" />
  194. <option name="ENABLED" value="true" />
  195. </pattern>
  196. </extension>
  197. <option name="SPRING_BOOT_MAIN_CLASS" value="org.jeecg.JeecgSystemApplication" />
  198. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
  199. <option name="ALTERNATIVE_JRE_PATH" value="1.8" />
  200. <option name="SHORTEN_COMMAND_LINE" value="CLASSPATH_FILE" />
  201. <option name="UPDATE_ACTION_UPDATE_POLICY" value="UpdateClassesAndResources" />
  202. <option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" />
  203. <method v="2">
  204. <option name="Make" enabled="true" />
  205. </method>
  206. </configuration>
  207. <configuration name="build" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
  208. <package-json value="$PROJECT_DIR$/admin-hanhai-vue/package.json" />
  209. <command value="run" />
  210. <scripts>
  211. <script value="build" />
  212. </scripts>
  213. <node-interpreter value="project" />
  214. <envs />
  215. <method v="2" />
  216. </configuration>
  217. <list>
  218. <item itemvalue="Application.CommonUtils" />
  219. <item itemvalue="npm.build" />
  220. <item itemvalue="Spring Boot.JeecgSystemApplication" />
  221. </list>
  222. <recent_temporary>
  223. <list>
  224. <item itemvalue="Spring Boot.JeecgSystemApplication" />
  225. <item itemvalue="Application.CommonUtils" />
  226. <item itemvalue="npm.build" />
  227. </list>
  228. </recent_temporary>
  229. </component>
  230. <component name="SvnConfiguration">
  231. <configuration />
  232. </component>
  233. <component name="TaskManager">
  234. <task active="true" id="Default" summary="Default task">
  235. <changelist id="8b88b979-c3fa-4858-8fa6-d3a5d334cf69" name="Default Changelist" comment="" />
  236. <created>1741573014101</created>
  237. <option name="number" value="Default" />
  238. <option name="presentableId" value="Default" />
  239. <updated>1741573014101</updated>
  240. <workItem from="1741573016746" duration="4323000" />
  241. <workItem from="1741580646045" duration="5038000" />
  242. <workItem from="1741852577555" duration="74613000" />
  243. <workItem from="1744268260382" duration="15845000" />
  244. <workItem from="1746000753098" duration="13433000" />
  245. <workItem from="1746752649258" duration="24956000" />
  246. <workItem from="1747350180318" duration="76266000" />
  247. </task>
  248. <task id="LOCAL-00001" summary="1、项目初始化">
  249. <created>1741919155045</created>
  250. <option name="number" value="00001" />
  251. <option name="presentableId" value="LOCAL-00001" />
  252. <option name="project" value="LOCAL" />
  253. <updated>1741919155045</updated>
  254. </task>
  255. <task id="LOCAL-00002" summary="接口上传:&#10;1、轮播图模块&#10;2、公告模块&#10;3、配置信息模块&#10;4、推拿项目模块&#10;5、订单模块&#10;6、个人信息模块">
  256. <created>1742212951761</created>
  257. <option name="number" value="00002" />
  258. <option name="presentableId" value="LOCAL-00002" />
  259. <option name="project" value="LOCAL" />
  260. <updated>1742212951761</updated>
  261. </task>
  262. <task id="LOCAL-00003" summary="接口上传:&#10;1、商家模块&#10;2、积分模块&#10;3、个人中心基础数据">
  263. <created>1742296303138</created>
  264. <option name="number" value="00003" />
  265. <option name="presentableId" value="LOCAL-00003" />
  266. <option name="project" value="LOCAL" />
  267. <updated>1742296303138</updated>
  268. </task>
  269. <task id="LOCAL-00004" summary="1、积分模块修改">
  270. <created>1742296430585</created>
  271. <option name="number" value="00004" />
  272. <option name="presentableId" value="LOCAL-00004" />
  273. <option name="project" value="LOCAL" />
  274. <updated>1742296430585</updated>
  275. </task>
  276. <task id="LOCAL-00005" summary="1、小程序推广二维码">
  277. <created>1742347801147</created>
  278. <option name="number" value="00005" />
  279. <option name="presentableId" value="LOCAL-00005" />
  280. <option name="project" value="LOCAL" />
  281. <updated>1742347801147</updated>
  282. </task>
  283. <task id="LOCAL-00006" summary="1、接口备注规范调整">
  284. <created>1742348334919</created>
  285. <option name="number" value="00006" />
  286. <option name="presentableId" value="LOCAL-00006" />
  287. <option name="project" value="LOCAL" />
  288. <updated>1742348334919</updated>
  289. </task>
  290. <task id="LOCAL-00007" summary="1、会员中心模块">
  291. <created>1742350758458</created>
  292. <option name="number" value="00007" />
  293. <option name="presentableId" value="LOCAL-00007" />
  294. <option name="project" value="LOCAL" />
  295. <updated>1742350758458</updated>
  296. </task>
  297. <task id="LOCAL-00008" summary="1、推广模块">
  298. <created>1742367599394</created>
  299. <option name="number" value="00008" />
  300. <option name="presentableId" value="LOCAL-00008" />
  301. <option name="project" value="LOCAL" />
  302. <updated>1742367599394</updated>
  303. </task>
  304. <task id="LOCAL-00009" summary="1、优惠券模块">
  305. <created>1742377504198</created>
  306. <option name="number" value="00009" />
  307. <option name="presentableId" value="LOCAL-00009" />
  308. <option name="project" value="LOCAL" />
  309. <updated>1742377504198</updated>
  310. </task>
  311. <task id="LOCAL-00010" summary="订单模块:&#10;1.创建订单&#10;2.订单">
  312. <created>1742379564241</created>
  313. <option name="number" value="00010" />
  314. <option name="presentableId" value="LOCAL-00010" />
  315. <option name="project" value="LOCAL" />
  316. <updated>1742379564241</updated>
  317. </task>
  318. <task id="LOCAL-00011" summary="优惠券列表接口调整">
  319. <created>1742379638881</created>
  320. <option name="number" value="00011" />
  321. <option name="presentableId" value="LOCAL-00011" />
  322. <option name="project" value="LOCAL" />
  323. <updated>1742379638881</updated>
  324. </task>
  325. <task id="LOCAL-00012" summary="1、用户表新增字段:是否商家">
  326. <created>1742868065298</created>
  327. <option name="number" value="00012" />
  328. <option name="presentableId" value="LOCAL-00012" />
  329. <option name="project" value="LOCAL" />
  330. <updated>1742868065298</updated>
  331. </task>
  332. <task id="LOCAL-00013" summary="1、订单模块修改">
  333. <created>1743674700893</created>
  334. <option name="number" value="00013" />
  335. <option name="presentableId" value="LOCAL-00013" />
  336. <option name="project" value="LOCAL" />
  337. <updated>1743674700893</updated>
  338. </task>
  339. <task id="LOCAL-00014" summary="1、更换技术参数">
  340. <created>1745658480340</created>
  341. <option name="number" value="00014" />
  342. <option name="presentableId" value="LOCAL-00014" />
  343. <option name="project" value="LOCAL" />
  344. <updated>1745658480340</updated>
  345. </task>
  346. <task id="LOCAL-00015" summary="1、支付参数修改">
  347. <created>1745924917363</created>
  348. <option name="number" value="00015" />
  349. <option name="presentableId" value="LOCAL-00015" />
  350. <option name="project" value="LOCAL" />
  351. <updated>1745924917363</updated>
  352. </task>
  353. <task id="LOCAL-00016" summary="1、微信支付参数修改">
  354. <created>1746374418272</created>
  355. <option name="number" value="00016" />
  356. <option name="presentableId" value="LOCAL-00016" />
  357. <option name="project" value="LOCAL" />
  358. <updated>1746374418272</updated>
  359. </task>
  360. <task id="LOCAL-00017" summary="1、商家信息模块调整">
  361. <created>1746374539012</created>
  362. <option name="number" value="00017" />
  363. <option name="presentableId" value="LOCAL-00017" />
  364. <option name="project" value="LOCAL" />
  365. <updated>1746374539012</updated>
  366. </task>
  367. <task id="LOCAL-00018" summary="1、支付模块修复">
  368. <created>1746964474717</created>
  369. <option name="number" value="00018" />
  370. <option name="presentableId" value="LOCAL-00018" />
  371. <option name="project" value="LOCAL" />
  372. <updated>1746964474717</updated>
  373. </task>
  374. <task id="LOCAL-00019" summary="1、bug修复">
  375. <created>1747481841675</created>
  376. <option name="number" value="00019" />
  377. <option name="presentableId" value="LOCAL-00019" />
  378. <option name="project" value="LOCAL" />
  379. <updated>1747481841675</updated>
  380. </task>
  381. <task id="LOCAL-00020" summary="1、bug修复">
  382. <created>1747564827951</created>
  383. <option name="number" value="00020" />
  384. <option name="presentableId" value="LOCAL-00020" />
  385. <option name="project" value="LOCAL" />
  386. <updated>1747564827951</updated>
  387. </task>
  388. <task id="LOCAL-00021" summary="1、bug修复">
  389. <created>1747624880660</created>
  390. <option name="number" value="00021" />
  391. <option name="presentableId" value="LOCAL-00021" />
  392. <option name="project" value="LOCAL" />
  393. <updated>1747624880660</updated>
  394. </task>
  395. <task id="LOCAL-00022" summary="1、基础数据bug修复">
  396. <created>1747651365497</created>
  397. <option name="number" value="00022" />
  398. <option name="presentableId" value="LOCAL-00022" />
  399. <option name="project" value="LOCAL" />
  400. <updated>1747651365497</updated>
  401. </task>
  402. <option name="localTasksCounter" value="23" />
  403. <servers />
  404. </component>
  405. <component name="TypeScriptGeneratedFilesManager">
  406. <option name="version" value="1" />
  407. </component>
  408. <component name="Vcs.Log.Tabs.Properties">
  409. <option name="TAB_STATES">
  410. <map>
  411. <entry key="MAIN">
  412. <value>
  413. <State>
  414. <option name="COLUMN_ORDER" />
  415. </State>
  416. </value>
  417. </entry>
  418. </map>
  419. </option>
  420. </component>
  421. <component name="VcsManagerConfiguration">
  422. <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
  423. <MESSAGE value="1、项目初始化" />
  424. <MESSAGE value="接口上传:&#10;1、轮播图模块&#10;2、公告模块&#10;3、配置信息模块&#10;4、推拿项目模块&#10;5、订单模块&#10;6、个人信息模块" />
  425. <MESSAGE value="接口上传:&#10;1、商家模块&#10;2、积分模块&#10;3、个人中心基础数据" />
  426. <MESSAGE value="1、积分模块修改" />
  427. <MESSAGE value="1、小程序推广二维码" />
  428. <MESSAGE value="1、接口备注规范调整" />
  429. <MESSAGE value="1、会员中心模块" />
  430. <MESSAGE value="1、推广模块" />
  431. <MESSAGE value="1、优惠券模块" />
  432. <MESSAGE value="订单模块:&#10;1.创建订单&#10;2.订单" />
  433. <MESSAGE value="优惠券列表接口调整" />
  434. <MESSAGE value="1、用户表新增字段:是否商家" />
  435. <MESSAGE value="1、订单模块修改" />
  436. <MESSAGE value="1、更换技术参数" />
  437. <MESSAGE value="1、支付参数修改" />
  438. <MESSAGE value="1、微信支付参数修改" />
  439. <MESSAGE value="1、商家信息模块调整" />
  440. <MESSAGE value="1、支付模块修复" />
  441. <MESSAGE value="1、bug修复" />
  442. <MESSAGE value="1、基础数据bug修复" />
  443. <option name="LAST_COMMIT_MESSAGE" value="1、基础数据bug修复" />
  444. </component>
  445. <component name="WindowStateProjectService">
  446. <state x="734" y="358" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1743581020633">
  447. <screen x="0" y="0" width="2560" height="1400" />
  448. </state>
  449. <state x="734" y="358" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1743581020633" />
  450. <state x="991" y="508" key="#com.intellij.fileTypes.FileTypeChooser" timestamp="1747709307430">
  451. <screen x="0" y="0" width="2560" height="1400" />
  452. </state>
  453. <state x="991" y="508" key="#com.intellij.fileTypes.FileTypeChooser/0.0.2560.1400@0.0.2560.1400" timestamp="1747709307430" />
  454. <state x="1085" y="408" key="#com.intellij.ide.util.MemberChooser" timestamp="1747362074359">
  455. <screen x="0" y="0" width="2560" height="1400" />
  456. </state>
  457. <state x="1085" y="408" key="#com.intellij.ide.util.MemberChooser/0.0.2560.1400@0.0.2560.1400" timestamp="1747362074359" />
  458. <state x="1033" y="0" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog" timestamp="1742351128151">
  459. <screen x="0" y="0" width="2560" height="1400" />
  460. </state>
  461. <state x="1033" y="0" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1742351128151" />
  462. <state x="1010" y="449" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp="1741587414527">
  463. <screen x="0" y="0" width="2560" height="1400" />
  464. </state>
  465. <state x="1010" y="449" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1741587414527" />
  466. <state x="679" y="297" key="CommitChangelistDialog2" timestamp="1747796047643">
  467. <screen x="0" y="0" width="2560" height="1400" />
  468. </state>
  469. <state x="679" y="297" key="CommitChangelistDialog2/0.0.2560.1400@0.0.2560.1400" timestamp="1747796047643" />
  470. <state x="92" y="92" width="2376" height="1216" key="DiffContextDialog" timestamp="1747796045011">
  471. <screen x="0" y="0" width="2560" height="1400" />
  472. </state>
  473. <state x="92" y="92" width="2376" height="1216" key="DiffContextDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1747796045011" />
  474. <state x="1060" y="458" key="FileChooserDialogImpl" timestamp="1747551674976">
  475. <screen x="0" y="0" width="2560" height="1400" />
  476. </state>
  477. <state x="1060" y="458" key="FileChooserDialogImpl/0.0.2560.1400@0.0.2560.1400" timestamp="1747551674976" />
  478. <state width="2517" height="388" key="GridCell.Tab.0.bottom" timestamp="1747808992777">
  479. <screen x="0" y="0" width="2560" height="1400" />
  480. </state>
  481. <state width="2517" height="388" key="GridCell.Tab.0.bottom/0.0.2560.1400@0.0.2560.1400" timestamp="1747808992777" />
  482. <state width="2517" height="388" key="GridCell.Tab.0.center" timestamp="1747808992777">
  483. <screen x="0" y="0" width="2560" height="1400" />
  484. </state>
  485. <state width="2517" height="388" key="GridCell.Tab.0.center/0.0.2560.1400@0.0.2560.1400" timestamp="1747808992777" />
  486. <state width="2517" height="388" key="GridCell.Tab.0.left" timestamp="1747808992777">
  487. <screen x="0" y="0" width="2560" height="1400" />
  488. </state>
  489. <state width="2517" height="388" key="GridCell.Tab.0.left/0.0.2560.1400@0.0.2560.1400" timestamp="1747808992777" />
  490. <state width="2517" height="388" key="GridCell.Tab.0.right" timestamp="1747808992777">
  491. <screen x="0" y="0" width="2560" height="1400" />
  492. </state>
  493. <state width="2517" height="388" key="GridCell.Tab.0.right/0.0.2560.1400@0.0.2560.1400" timestamp="1747808992777" />
  494. <state width="2517" height="388" key="GridCell.Tab.1.bottom" timestamp="1747808992698">
  495. <screen x="0" y="0" width="2560" height="1400" />
  496. </state>
  497. <state width="2517" height="388" key="GridCell.Tab.1.bottom/0.0.2560.1400@0.0.2560.1400" timestamp="1747808992698" />
  498. <state width="2517" height="388" key="GridCell.Tab.1.center" timestamp="1747808992698">
  499. <screen x="0" y="0" width="2560" height="1400" />
  500. </state>
  501. <state width="2517" height="388" key="GridCell.Tab.1.center/0.0.2560.1400@0.0.2560.1400" timestamp="1747808992698" />
  502. <state width="2517" height="388" key="GridCell.Tab.1.left" timestamp="1747808992698">
  503. <screen x="0" y="0" width="2560" height="1400" />
  504. </state>
  505. <state width="2517" height="388" key="GridCell.Tab.1.left/0.0.2560.1400@0.0.2560.1400" timestamp="1747808992698" />
  506. <state width="2517" height="388" key="GridCell.Tab.1.right" timestamp="1747808992698">
  507. <screen x="0" y="0" width="2560" height="1400" />
  508. </state>
  509. <state width="2517" height="388" key="GridCell.Tab.1.right/0.0.2560.1400@0.0.2560.1400" timestamp="1747808992698" />
  510. <state width="2517" height="388" key="GridCell.Tab.2.bottom" timestamp="1747808992698">
  511. <screen x="0" y="0" width="2560" height="1400" />
  512. </state>
  513. <state width="2517" height="388" key="GridCell.Tab.2.bottom/0.0.2560.1400@0.0.2560.1400" timestamp="1747808992698" />
  514. <state width="2517" height="388" key="GridCell.Tab.2.center" timestamp="1747808992698">
  515. <screen x="0" y="0" width="2560" height="1400" />
  516. </state>
  517. <state width="2517" height="388" key="GridCell.Tab.2.center/0.0.2560.1400@0.0.2560.1400" timestamp="1747808992698" />
  518. <state width="2517" height="388" key="GridCell.Tab.2.left" timestamp="1747808992698">
  519. <screen x="0" y="0" width="2560" height="1400" />
  520. </state>
  521. <state width="2517" height="388" key="GridCell.Tab.2.left/0.0.2560.1400@0.0.2560.1400" timestamp="1747808992698" />
  522. <state width="2517" height="388" key="GridCell.Tab.2.right" timestamp="1747808992698">
  523. <screen x="0" y="0" width="2560" height="1400" />
  524. </state>
  525. <state width="2517" height="388" key="GridCell.Tab.2.right/0.0.2560.1400@0.0.2560.1400" timestamp="1747808992698" />
  526. <state x="903" y="413" key="RollbackChangesDialog" timestamp="1747651622845">
  527. <screen x="0" y="0" width="2560" height="1400" />
  528. </state>
  529. <state x="903" y="413" key="RollbackChangesDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1747651622845" />
  530. <state x="783" y="345" key="SettingsEditor" timestamp="1741573035388">
  531. <screen x="0" y="0" width="2560" height="1400" />
  532. </state>
  533. <state x="783" y="345" key="SettingsEditor/0.0.2560.1400@0.0.2560.1400" timestamp="1741573035388" />
  534. <state x="872" y="436" key="Vcs.Push.Dialog.v2" timestamp="1747651367913">
  535. <screen x="0" y="0" width="2560" height="1400" />
  536. </state>
  537. <state x="872" y="436" key="Vcs.Push.Dialog.v2/0.0.2560.1400@0.0.2560.1400" timestamp="1747651367913" />
  538. <state x="972" y="527" key="com.intellij.ide.util.TipDialog" timestamp="1741580728988">
  539. <screen x="0" y="0" width="2560" height="1400" />
  540. </state>
  541. <state x="972" y="527" key="com.intellij.ide.util.TipDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1741580728988" />
  542. <state x="900" y="426" width="759" height="548" key="find.popup" timestamp="1742204627580">
  543. <screen x="0" y="0" width="2560" height="1400" />
  544. </state>
  545. <state x="900" y="426" width="759" height="548" key="find.popup/0.0.2560.1400@0.0.2560.1400" timestamp="1742204627580" />
  546. <state x="943" y="315" width="672" height="678" key="search.everywhere.popup" timestamp="1747351903626">
  547. <screen x="0" y="0" width="2560" height="1400" />
  548. </state>
  549. <state x="943" y="315" width="672" height="678" key="search.everywhere.popup/0.0.2560.1400@0.0.2560.1400" timestamp="1747351903626" />
  550. </component>
  551. <component name="XDebuggerManager">
  552. <breakpoint-manager>
  553. <breakpoints>
  554. <line-breakpoint enabled="true" type="java-line">
  555. <url>file://$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/OrderServiceImpl.java</url>
  556. <line>471</line>
  557. <option name="timeStamp" value="31" />
  558. </line-breakpoint>
  559. <line-breakpoint enabled="true" type="java-line">
  560. <url>file://$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/WxMiniappPayServiceImpl.java</url>
  561. <line>249</line>
  562. <option name="timeStamp" value="36" />
  563. </line-breakpoint>
  564. </breakpoints>
  565. </breakpoint-manager>
  566. <watches-manager>
  567. <configuration name="SpringBootApplicationConfigurationType">
  568. <watch expression="productId" />
  569. </configuration>
  570. </watches-manager>
  571. </component>
  572. </project>