workspace.xml 68 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="BranchesTreeState">
  4. <expand>
  5. <path>
  6. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  7. <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  8. </path>
  9. <path>
  10. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  11. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  12. </path>
  13. <path>
  14. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  15. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  16. <item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
  17. </path>
  18. </expand>
  19. <select>
  20. <path>
  21. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  22. <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  23. <item name="BRANCH:master" type="e8cecc67:BranchNodeDescriptor" />
  24. </path>
  25. </select>
  26. </component>
  27. <component name="ChangeListManager">
  28. <list default="true" id="d95263d0-9dff-44b4-8deb-343711f78d5d" name="Default Changelist" comment="针对退款时将所有的订单信息进行退款2021-10-15">
  29. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_huifu_adapay_adapay_java_sdk_1_2_10.xml" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_huifu_adapay_core_adapay_core_sdk_1_2_10.xml" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_huifu_dg_demo_3_0_1_sources_3_0_1.xml" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__junit_junit_4_12.xml" afterDir="false" />
  33. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_httpcomponents_httpmime_4_5_12.xml" afterDir="false" />
  34. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_eclipse_paho_org_eclipse_paho_client_mqttv3_1_2_0.xml" afterDir="false" />
  35. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/yijia-admin/src/main/resources/application-druid.yml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/src/main/resources/application-druid.yml" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/yijia-admin/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/target/maven-archiver/pom.properties" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/yijia-admin/target/yijia-admin.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/target/yijia-admin.jar" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/yijia-admin/target/yijia-admin.jar.original" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/target/yijia-admin.jar.original" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/yijia-admin/yijia-admin.iml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/yijia-admin.iml" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/yijia-common/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-common/target/maven-archiver/pom.properties" afterDir="false" />
  43. <change beforePath="$PROJECT_DIR$/yijia-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
  44. <change beforePath="$PROJECT_DIR$/yijia-common/target/yijia-common-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-common/target/yijia-common-1.0.1.jar" afterDir="false" />
  45. <change beforePath="$PROJECT_DIR$/yijia-coupon/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-coupon/target/maven-archiver/pom.properties" afterDir="false" />
  46. <change beforePath="$PROJECT_DIR$/yijia-coupon/target/yijia-coupon-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-coupon/target/yijia-coupon-1.0.1.jar" afterDir="false" />
  47. <change beforePath="$PROJECT_DIR$/yijia-customer/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/maven-archiver/pom.properties" afterDir="false" />
  48. <change beforePath="$PROJECT_DIR$/yijia-customer/target/yijia-customer-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/yijia-customer-1.0.1.jar" afterDir="false" />
  49. <change beforePath="$PROJECT_DIR$/yijia-framework/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-framework/target/maven-archiver/pom.properties" afterDir="false" />
  50. <change beforePath="$PROJECT_DIR$/yijia-framework/target/yijia-framework-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-framework/target/yijia-framework-1.0.1.jar" afterDir="false" />
  51. <change beforePath="$PROJECT_DIR$/yijia-generator/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-generator/target/maven-archiver/pom.properties" afterDir="false" />
  52. <change beforePath="$PROJECT_DIR$/yijia-generator/target/yijia-generator-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-generator/target/yijia-generator-1.0.1.jar" afterDir="false" />
  53. <change beforePath="$PROJECT_DIR$/yijia-integral/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/maven-archiver/pom.properties" afterDir="false" />
  54. <change beforePath="$PROJECT_DIR$/yijia-integral/target/yijia-integral-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/yijia-integral-1.0.1.jar" afterDir="false" />
  55. <change beforePath="$PROJECT_DIR$/yijia-label/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-label/target/maven-archiver/pom.properties" afterDir="false" />
  56. <change beforePath="$PROJECT_DIR$/yijia-label/target/yijia-label-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-label/target/yijia-label-1.0.1.jar" afterDir="false" />
  57. <change beforePath="$PROJECT_DIR$/yijia-market/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-market/target/maven-archiver/pom.properties" afterDir="false" />
  58. <change beforePath="$PROJECT_DIR$/yijia-market/target/yijia-market-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-market/target/yijia-market-1.0.1.jar" afterDir="false" />
  59. <change beforePath="$PROJECT_DIR$/yijia-quartz/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-quartz/target/maven-archiver/pom.properties" afterDir="false" />
  60. <change beforePath="$PROJECT_DIR$/yijia-quartz/target/yijia-quartz-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-quartz/target/yijia-quartz-1.0.1.jar" afterDir="false" />
  61. <change beforePath="$PROJECT_DIR$/yijia-station/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/pom.xml" afterDir="false" />
  62. <change beforePath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/PayOrderController.java" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/PayOrderController.java" afterDir="false" />
  63. <change beforePath="$PROJECT_DIR$/yijia-station/src/main/resources/mapper/station/PayOrderMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/src/main/resources/mapper/station/PayOrderMapper.xml" afterDir="false" />
  64. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/META-INF/yijia-station.kotlin_module" beforeDir="false" />
  65. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/PayOrderController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/PayOrderController.class" afterDir="false" />
  66. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/service/IPayOrderService.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/service/IPayOrderService.class" afterDir="false" />
  67. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/service/impl/PayOrderServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/service/impl/PayOrderServiceImpl.class" afterDir="false" />
  68. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/PayOrderMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/PayOrderMapper.xml" afterDir="false" />
  69. <change beforePath="$PROJECT_DIR$/yijia-station/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/maven-archiver/pom.properties" afterDir="false" />
  70. <change beforePath="$PROJECT_DIR$/yijia-station/target/yijia-station-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/yijia-station-1.0.1.jar" afterDir="false" />
  71. <change beforePath="$PROJECT_DIR$/yijia-station/yijia-station.iml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/yijia-station.iml" afterDir="false" />
  72. <change beforePath="$PROJECT_DIR$/yijia-system/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-system/target/maven-archiver/pom.properties" afterDir="false" />
  73. <change beforePath="$PROJECT_DIR$/yijia-system/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-system/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
  74. <change beforePath="$PROJECT_DIR$/yijia-system/target/yijia-system-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-system/target/yijia-system-1.0.1.jar" afterDir="false" />
  75. </list>
  76. <option name="SHOW_DIALOG" value="false" />
  77. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  78. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  79. <option name="LAST_RESOLUTION" value="IGNORE" />
  80. </component>
  81. <component name="CodeInsightWorkspaceSettings">
  82. <option name="optimizeImportsOnTheFly" value="true" />
  83. </component>
  84. <component name="FileTemplateManagerImpl">
  85. <option name="RECENT_TEMPLATES">
  86. <list>
  87. <option value="FxmlFile" />
  88. <option value="spring-beans.schema" />
  89. <option value="Class" />
  90. </list>
  91. </option>
  92. </component>
  93. <component name="Git.Settings">
  94. <option name="PUSH_TAGS">
  95. <GitPushTagMode>
  96. <option name="argument" value="--tags" />
  97. <option name="title" value="All" />
  98. </GitPushTagMode>
  99. </option>
  100. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  101. </component>
  102. <component name="MavenImportPreferences">
  103. <option name="generalSettings">
  104. <MavenGeneralSettings>
  105. <option name="mavenHome" value="已捆绑(Maven 3)" />
  106. </MavenGeneralSettings>
  107. </option>
  108. <option name="importingSettings">
  109. <MavenImportingSettings>
  110. <option name="vmOptionsForImporter" value="-Xmx768m" />
  111. </MavenImportingSettings>
  112. </option>
  113. </component>
  114. <component name="ProjectId" id="1rsUhoIAb4lHab0lIKX0r7632LF" />
  115. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  116. <component name="ProjectViewState">
  117. <option name="hideEmptyMiddlePackages" value="true" />
  118. <option name="showLibraryContents" value="true" />
  119. </component>
  120. <component name="PropertiesComponent">
  121. <property name="RequestMappingsPanelOrder0" value="0" />
  122. <property name="RequestMappingsPanelOrder1" value="1" />
  123. <property name="RequestMappingsPanelWidth0" value="75" />
  124. <property name="RequestMappingsPanelWidth1" value="75" />
  125. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  126. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  127. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  128. <property name="WebServerToolWindowFactoryState" value="false" />
  129. <property name="aspect.path.notification.shown" value="true" />
  130. <property name="last_opened_file_path" value="$PROJECT_DIR$/yijia-station/src/main/resources/mapper/station" />
  131. <property name="node.js.detected.package.eslint" value="true" />
  132. <property name="node.js.detected.package.tslint" value="true" />
  133. <property name="node.js.path.for.package.eslint" value="project" />
  134. <property name="node.js.path.for.package.tslint" value="project" />
  135. <property name="node.js.selected.package.eslint" value="(autodetect)" />
  136. <property name="node.js.selected.package.tslint" value="(autodetect)" />
  137. <property name="nodejs_package_manager_path" value="npm" />
  138. <property name="project.structure.last.edited" value="模块" />
  139. <property name="project.structure.proportion" value="0.15" />
  140. <property name="project.structure.side.proportion" value="0.2" />
  141. <property name="restartRequiresConfirmation" value="false" />
  142. <property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
  143. </component>
  144. <component name="ReactorSettings">
  145. <option name="notificationShown" value="true" />
  146. </component>
  147. <component name="RecentsManager">
  148. <key name="MoveFile.RECENT_KEYS">
  149. <recent name="D:\java项目\SAAS-AFTEREND2\yijia-system\src\main\resources\mapper\system" />
  150. </key>
  151. <key name="CopyFile.RECENT_KEYS">
  152. <recent name="D:\java项目\SAAS-AFTEREND2\yijia-station\src\main\resources\mapper\station" />
  153. <recent name="D:\java项目\SAAS-AFTEREND2\yijia-system\src\main\resources\mapper\system" />
  154. <recent name="D:\java项目\SAAS-AFTEREND2\yijia-station\src\main\java\com\yijia\station\controller" />
  155. <recent name="D:\java项目\SAAS-AFTEREND2\yijia-customer\src\main\resources\mapper\customer" />
  156. <recent name="D:\java项目\SAAS-AFTEREND2\yijia-customer\src\main\java\com\yijia\customer\mapper" />
  157. </key>
  158. <key name="CopyClassDialog.RECENTS_KEY">
  159. <recent name="com.yijia.station.controller" />
  160. <recent name="com.yijia.station.service.impl" />
  161. <recent name="com.yijia.station.service" />
  162. <recent name="com.yijia.station.mapper" />
  163. <recent name="com.yijia.station.domain" />
  164. </key>
  165. <key name="CreateClassDialog.RecentsKey">
  166. <recent name="com.yijia.station.service" />
  167. <recent name="com.yijia.station.controller" />
  168. </key>
  169. </component>
  170. <component name="RunAnythingCache">
  171. <myKeys>
  172. <visibility group="Gradle tasks" flag="true" />
  173. <visibility group="Grunt tasks" flag="true" />
  174. <visibility group="Gulp tasks" flag="true" />
  175. <visibility group="Maven goals" flag="true" />
  176. <visibility group="Node.js" flag="true" />
  177. <visibility group="Recent projects" flag="true" />
  178. <visibility group="Run configurations" flag="true" />
  179. <visibility group="npm" flag="true" />
  180. <visibility group="yarn" flag="true" />
  181. </myKeys>
  182. </component>
  183. <component name="RunManager" selected="Spring Boot.YiJiaApplication">
  184. <configuration name="YiJiaApplication" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  185. <option name="MAIN_CLASS_NAME" value="com.yijia.YiJiaApplication" />
  186. <module name="yijia-admin" />
  187. <extension name="coverage">
  188. <pattern>
  189. <option name="PATTERN" value="com.yijia.web.*" />
  190. <option name="ENABLED" value="true" />
  191. </pattern>
  192. </extension>
  193. <method v="2">
  194. <option name="Make" enabled="true" />
  195. </method>
  196. </configuration>
  197. <configuration name="YiJiaApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  198. <module name="yijia-admin" />
  199. <option name="SPRING_BOOT_MAIN_CLASS" value="com.yijia.YiJiaApplication" />
  200. <method v="2">
  201. <option name="Make" enabled="true" />
  202. </method>
  203. </configuration>
  204. <list>
  205. <item itemvalue="Spring Boot.YiJiaApplication" />
  206. <item itemvalue="应用程序.YiJiaApplication" />
  207. </list>
  208. <recent_temporary>
  209. <list>
  210. <item itemvalue="应用程序.YiJiaApplication" />
  211. </list>
  212. </recent_temporary>
  213. </component>
  214. <component name="SpellCheckerSettings" BundledDictionaries="0" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" Dictionaries="0" CorrectionsLimit="5" DefaultDictionary="application-level" UseSingleDictionary="true" />
  215. <component name="SvnConfiguration">
  216. <configuration />
  217. </component>
  218. <component name="TaskManager">
  219. <task active="true" id="Default" summary="Default task">
  220. <changelist id="d95263d0-9dff-44b4-8deb-343711f78d5d" name="Default Changelist" comment="" />
  221. <created>1619764416168</created>
  222. <option name="number" value="Default" />
  223. <option name="presentableId" value="Default" />
  224. <updated>1619764416168</updated>
  225. <workItem from="1619764418383" duration="105000" />
  226. <workItem from="1619771535576" duration="1443000" />
  227. <workItem from="1619773160476" duration="729000" />
  228. <workItem from="1620910524869" duration="3140000" />
  229. <workItem from="1621323592288" duration="591000" />
  230. <workItem from="1622048644352" duration="645000" />
  231. <workItem from="1622392600264" duration="41000" />
  232. <workItem from="1622392656162" duration="3893000" />
  233. <workItem from="1622557599863" duration="17000" />
  234. <workItem from="1622818227278" duration="26000" />
  235. <workItem from="1622818289564" duration="63000" />
  236. <workItem from="1623581434936" duration="3149000" />
  237. <workItem from="1623594933567" duration="46000" />
  238. <workItem from="1623724045761" duration="17972000" />
  239. <workItem from="1623804548031" duration="302000" />
  240. <workItem from="1623804940504" duration="15388000" />
  241. <workItem from="1623891445908" duration="16593000" />
  242. <workItem from="1623977072261" duration="19479000" />
  243. <workItem from="1624089275283" duration="951000" />
  244. <workItem from="1624236468771" duration="13580000" />
  245. <workItem from="1624278193851" duration="589000" />
  246. <workItem from="1624279054577" duration="1549000" />
  247. <workItem from="1624322970147" duration="12602000" />
  248. <workItem from="1624409364719" duration="1816000" />
  249. <workItem from="1624412333657" duration="1271000" />
  250. <workItem from="1624426424948" duration="5165000" />
  251. <workItem from="1624496054790" duration="333000" />
  252. <workItem from="1624497325493" duration="9032000" />
  253. <workItem from="1624582712571" duration="18295000" />
  254. <workItem from="1624842327326" duration="7214000" />
  255. <workItem from="1624887672760" duration="898000" />
  256. <workItem from="1624888913289" duration="2415000" />
  257. <workItem from="1624896871092" duration="797000" />
  258. <workItem from="1624928644802" duration="17856000" />
  259. <workItem from="1625100102517" duration="24768000" />
  260. <workItem from="1625187136350" duration="18281000" />
  261. <workItem from="1625229801576" duration="360000" />
  262. <workItem from="1625533311248" duration="1164000" />
  263. <workItem from="1625534770392" duration="5297000" />
  264. <workItem from="1625540886637" duration="18152000" />
  265. <workItem from="1625705821288" duration="24841000" />
  266. <workItem from="1625792455977" duration="22441000" />
  267. <workItem from="1626052076163" duration="6889000" />
  268. <workItem from="1626137544995" duration="24853000" />
  269. <workItem from="1626224484065" duration="28534000" />
  270. <workItem from="1626270096425" duration="7937000" />
  271. <workItem from="1626309771524" duration="16134000" />
  272. <workItem from="1626397029036" duration="20294000" />
  273. <workItem from="1626657173218" duration="22807000" />
  274. <workItem from="1626742003271" duration="18938000" />
  275. <workItem from="1626829108357" duration="9564000" />
  276. <workItem from="1626915329482" duration="6308000" />
  277. <workItem from="1627002572361" duration="9407000" />
  278. <workItem from="1627261441315" duration="2846000" />
  279. <workItem from="1627269567650" duration="3434000" />
  280. <workItem from="1627292337936" duration="1420000" />
  281. <workItem from="1627346739029" duration="2841000" />
  282. <workItem from="1627355574657" duration="940000" />
  283. <workItem from="1627438167426" duration="3160000" />
  284. <workItem from="1627461511869" duration="2512000" />
  285. <workItem from="1627520626319" duration="9126000" />
  286. <workItem from="1627628887383" duration="622000" />
  287. <workItem from="1627636880488" duration="595000" />
  288. <workItem from="1627649392314" duration="342000" />
  289. <workItem from="1627868243436" duration="5621000" />
  290. <workItem from="1627893445782" duration="595000" />
  291. <workItem from="1627952026659" duration="9224000" />
  292. <workItem from="1628037877247" duration="13270000" />
  293. <workItem from="1628092822724" duration="712000" />
  294. <workItem from="1628124192861" duration="733000" />
  295. <workItem from="1629341354457" duration="23666000" />
  296. <workItem from="1629766223509" duration="26461000" />
  297. <workItem from="1630301263363" duration="117537000" />
  298. <workItem from="1631234484655" duration="30350000" />
  299. <workItem from="1631494064514" duration="1655000" />
  300. <workItem from="1631500227574" duration="140527000" />
  301. <workItem from="1632449990619" duration="12563000" />
  302. <workItem from="1632467786341" duration="9050000" />
  303. <workItem from="1632617410759" duration="112263000" />
  304. <workItem from="1633653715898" duration="204382000" />
  305. <workItem from="1634887741113" duration="610000" />
  306. <workItem from="1634957890077" duration="1558000" />
  307. <workItem from="1635214739713" duration="28989000" />
  308. <workItem from="1635330829285" duration="23036000" />
  309. <workItem from="1635934334563" duration="934000" />
  310. <workItem from="1636613372742" duration="757000" />
  311. <workItem from="1636687145807" duration="2494000" />
  312. <workItem from="1636784764665" duration="4895000" />
  313. <workItem from="1637493391388" duration="1854000" />
  314. <workItem from="1637545335811" duration="3726000" />
  315. <workItem from="1637552220886" duration="601000" />
  316. <workItem from="1637631116248" duration="2402000" />
  317. <workItem from="1637634030563" duration="5597000" />
  318. <workItem from="1637767575063" duration="4742000" />
  319. <workItem from="1637891889003" duration="3314000" />
  320. <workItem from="1638008815547" duration="5952000" />
  321. <workItem from="1638871491503" duration="1247000" />
  322. <workItem from="1638925809627" duration="133000" />
  323. <workItem from="1638925957496" duration="3976000" />
  324. <workItem from="1639616449394" duration="3631000" />
  325. <workItem from="1640053899916" duration="2063000" />
  326. <workItem from="1640144694760" duration="9802000" />
  327. <workItem from="1640653152595" duration="3018000" />
  328. <workItem from="1640745334578" duration="2453000" />
  329. <workItem from="1641516522132" duration="1321000" />
  330. <workItem from="1649311130858" duration="1149000" />
  331. <workItem from="1653013556525" duration="2657000" />
  332. <workItem from="1653290763696" duration="1589000" />
  333. <workItem from="1655264893988" duration="2135000" />
  334. <workItem from="1655801947868" duration="16701000" />
  335. <workItem from="1656551022330" duration="985000" />
  336. <workItem from="1656553380039" duration="4841000" />
  337. <workItem from="1656983536644" duration="13700000" />
  338. <workItem from="1658192871032" duration="1192000" />
  339. <workItem from="1658454823725" duration="5468000" />
  340. <workItem from="1659062334221" duration="2457000" />
  341. <workItem from="1663034446050" duration="724000" />
  342. <workItem from="1663221396376" duration="11120000" />
  343. <workItem from="1663565886953" duration="36697000" />
  344. <workItem from="1664329975655" duration="15398000" />
  345. <workItem from="1665190910176" duration="2359000" />
  346. <workItem from="1665277043309" duration="10334000" />
  347. <workItem from="1665622771275" duration="5158000" />
  348. <workItem from="1665709084314" duration="24188000" />
  349. </task>
  350. <task id="LOCAL-00001" summary="前端配置文件package-config.json删除">
  351. <created>1619772586309</created>
  352. <option name="number" value="00001" />
  353. <option name="presentableId" value="LOCAL-00001" />
  354. <option name="project" value="LOCAL" />
  355. <updated>1619772586309</updated>
  356. </task>
  357. <task id="LOCAL-00002" summary="前端配置文件package-config.json删除">
  358. <created>1619773193656</created>
  359. <option name="number" value="00002" />
  360. <option name="presentableId" value="LOCAL-00002" />
  361. <option name="project" value="LOCAL" />
  362. <updated>1619773193656</updated>
  363. </task>
  364. <task id="LOCAL-00003" summary="增加标签管理">
  365. <created>1623805126883</created>
  366. <option name="number" value="00003" />
  367. <option name="presentableId" value="LOCAL-00003" />
  368. <option name="project" value="LOCAL" />
  369. <updated>1623805126883</updated>
  370. </task>
  371. <task id="LOCAL-00004" summary="标签管理">
  372. <created>1624270608239</created>
  373. <option name="number" value="00004" />
  374. <option name="presentableId" value="LOCAL-00004" />
  375. <option name="project" value="LOCAL" />
  376. <updated>1624270608239</updated>
  377. </task>
  378. <task id="LOCAL-00005" summary="修改标签规则">
  379. <created>1624349102950</created>
  380. <option name="number" value="00005" />
  381. <option name="presentableId" value="LOCAL-00005" />
  382. <option name="project" value="LOCAL" />
  383. <updated>1624349102950</updated>
  384. </task>
  385. <task id="LOCAL-00006" summary="修改之前以为你包名错误引发的问题">
  386. <created>1624349383289</created>
  387. <option name="number" value="00006" />
  388. <option name="presentableId" value="LOCAL-00006" />
  389. <option name="project" value="LOCAL" />
  390. <updated>1624349383289</updated>
  391. </task>
  392. <task id="LOCAL-00007" summary="x修改文件名问题">
  393. <created>1624349853197</created>
  394. <option name="number" value="00007" />
  395. <option name="presentableId" value="LOCAL-00007" />
  396. <option name="project" value="LOCAL" />
  397. <updated>1624349853197</updated>
  398. </task>
  399. <task id="LOCAL-00008" summary="修改标签">
  400. <created>1624350041927</created>
  401. <option name="number" value="00008" />
  402. <option name="presentableId" value="LOCAL-00008" />
  403. <option name="project" value="LOCAL" />
  404. <updated>1624350041927</updated>
  405. </task>
  406. <task id="LOCAL-00009" summary="增加字段">
  407. <created>1624350405906</created>
  408. <option name="number" value="00009" />
  409. <option name="presentableId" value="LOCAL-00009" />
  410. <option name="project" value="LOCAL" />
  411. <updated>1624350405906</updated>
  412. </task>
  413. <task id="LOCAL-00010" summary="优化默认的油站信息">
  414. <created>1624350755316</created>
  415. <option name="number" value="00010" />
  416. <option name="presentableId" value="LOCAL-00010" />
  417. <option name="project" value="LOCAL" />
  418. <updated>1624350755316</updated>
  419. </task>
  420. <task id="LOCAL-00011" summary="修改油站信息">
  421. <created>1624350945987</created>
  422. <option name="number" value="00011" />
  423. <option name="presentableId" value="LOCAL-00011" />
  424. <option name="project" value="LOCAL" />
  425. <updated>1624350945987</updated>
  426. </task>
  427. <task id="LOCAL-00012" summary="充值消费查询,按照日期查询">
  428. <created>1624351040781</created>
  429. <option name="number" value="00012" />
  430. <option name="presentableId" value="LOCAL-00012" />
  431. <option name="project" value="LOCAL" />
  432. <updated>1624351040781</updated>
  433. </task>
  434. <task id="LOCAL-00013" summary="修改标签">
  435. <created>1624426462045</created>
  436. <option name="number" value="00013" />
  437. <option name="presentableId" value="LOCAL-00013" />
  438. <option name="project" value="LOCAL" />
  439. <updated>1624426462045</updated>
  440. </task>
  441. <task id="LOCAL-00014" summary="修改充值消费">
  442. <created>1624426667330</created>
  443. <option name="number" value="00014" />
  444. <option name="presentableId" value="LOCAL-00014" />
  445. <option name="project" value="LOCAL" />
  446. <updated>1624426667330</updated>
  447. </task>
  448. <task id="LOCAL-00015" summary="修改标签修改">
  449. <created>1624435073005</created>
  450. <option name="number" value="00015" />
  451. <option name="presentableId" value="LOCAL-00015" />
  452. <option name="project" value="LOCAL" />
  453. <updated>1624435073005</updated>
  454. </task>
  455. <task id="LOCAL-00016" summary="增加标签管理">
  456. <created>1624496217956</created>
  457. <option name="number" value="00016" />
  458. <option name="presentableId" value="LOCAL-00016" />
  459. <option name="project" value="LOCAL" />
  460. <updated>1624496217956</updated>
  461. </task>
  462. <task id="LOCAL-00017" summary="电子卡增加标签营销方案">
  463. <created>1624521587568</created>
  464. <option name="number" value="00017" />
  465. <option name="presentableId" value="LOCAL-00017" />
  466. <option name="project" value="LOCAL" />
  467. <updated>1624521587568</updated>
  468. </task>
  469. <task id="LOCAL-00018" summary="增加营销管理字段">
  470. <created>1624887996839</created>
  471. <option name="number" value="00018" />
  472. <option name="presentableId" value="LOCAL-00018" />
  473. <option name="project" value="LOCAL" />
  474. <updated>1624887996839</updated>
  475. </task>
  476. <task id="LOCAL-00019" summary="便签管理">
  477. <created>1624888161019</created>
  478. <option name="number" value="00019" />
  479. <option name="presentableId" value="LOCAL-00019" />
  480. <option name="project" value="LOCAL" />
  481. <updated>1624888161019</updated>
  482. </task>
  483. <task id="LOCAL-00020" summary="标签接口引入">
  484. <created>1624888233107</created>
  485. <option name="number" value="00020" />
  486. <option name="presentableId" value="LOCAL-00020" />
  487. <option name="project" value="LOCAL" />
  488. <updated>1624888233107</updated>
  489. </task>
  490. <task id="LOCAL-00021" summary="客户信息">
  491. <created>1624888295731</created>
  492. <option name="number" value="00021" />
  493. <option name="presentableId" value="LOCAL-00021" />
  494. <option name="project" value="LOCAL" />
  495. <updated>1624888295731</updated>
  496. </task>
  497. <task id="LOCAL-00022" summary="客户标签绑定">
  498. <created>1625106672117</created>
  499. <option name="number" value="00022" />
  500. <option name="presentableId" value="LOCAL-00022" />
  501. <option name="project" value="LOCAL" />
  502. <updated>1625106672118</updated>
  503. </task>
  504. <task id="LOCAL-00023" summary="修改登陆人信息,代理人信息增加,部门信息查询">
  505. <created>1625795043772</created>
  506. <option name="number" value="00023" />
  507. <option name="presentableId" value="LOCAL-00023" />
  508. <option name="project" value="LOCAL" />
  509. <updated>1625795043772</updated>
  510. </task>
  511. <task id="LOCAL-00024" summary="代理人信息,用户信息">
  512. <created>1625795086178</created>
  513. <option name="number" value="00024" />
  514. <option name="presentableId" value="LOCAL-00024" />
  515. <option name="project" value="LOCAL" />
  516. <updated>1625795086178</updated>
  517. </task>
  518. <task id="LOCAL-00025" summary="增加代理人">
  519. <created>1625795128687</created>
  520. <option name="number" value="00025" />
  521. <option name="presentableId" value="LOCAL-00025" />
  522. <option name="project" value="LOCAL" />
  523. <updated>1625795128687</updated>
  524. </task>
  525. <task id="LOCAL-00026" summary="代理人管理">
  526. <created>1625795160334</created>
  527. <option name="number" value="00026" />
  528. <option name="presentableId" value="LOCAL-00026" />
  529. <option name="project" value="LOCAL" />
  530. <updated>1625795160334</updated>
  531. </task>
  532. <task id="LOCAL-00027" summary="增加代理人。代理集团。">
  533. <created>1625795226432</created>
  534. <option name="number" value="00027" />
  535. <option name="presentableId" value="LOCAL-00027" />
  536. <option name="project" value="LOCAL" />
  537. <updated>1625795226432</updated>
  538. </task>
  539. <task id="LOCAL-00028" summary="增加阶梯直降">
  540. <created>1625795336302</created>
  541. <option name="number" value="00028" />
  542. <option name="presentableId" value="LOCAL-00028" />
  543. <option name="project" value="LOCAL" />
  544. <updated>1625795336302</updated>
  545. </task>
  546. <task id="LOCAL-00029" summary="客户信息查询优化">
  547. <created>1625795711164</created>
  548. <option name="number" value="00029" />
  549. <option name="presentableId" value="LOCAL-00029" />
  550. <option name="project" value="LOCAL" />
  551. <updated>1625795711164</updated>
  552. </task>
  553. <task id="LOCAL-00030" summary="分级权限查询">
  554. <created>1626138316438</created>
  555. <option name="number" value="00030" />
  556. <option name="presentableId" value="LOCAL-00030" />
  557. <option name="project" value="LOCAL" />
  558. <updated>1626138316438</updated>
  559. </task>
  560. <task id="LOCAL-00031" summary="分级权限查询">
  561. <created>1626140290896</created>
  562. <option name="number" value="00031" />
  563. <option name="presentableId" value="LOCAL-00031" />
  564. <option name="project" value="LOCAL" />
  565. <updated>1626140290896</updated>
  566. </task>
  567. <task id="LOCAL-00032" summary="分级权限查询,lnG功能开发">
  568. <created>1626284976664</created>
  569. <option name="number" value="00032" />
  570. <option name="presentableId" value="LOCAL-00032" />
  571. <option name="project" value="LOCAL" />
  572. <updated>1626284976664</updated>
  573. </task>
  574. <task id="LOCAL-00033" summary="修改设备类型1是小票机2是pos机">
  575. <created>1626674675811</created>
  576. <option name="number" value="00033" />
  577. <option name="presentableId" value="LOCAL-00033" />
  578. <option name="project" value="LOCAL" />
  579. <updated>1626674675811</updated>
  580. </task>
  581. <task id="LOCAL-00034" summary="补打标签">
  582. <created>1626759373661</created>
  583. <option name="number" value="00034" />
  584. <option name="presentableId" value="LOCAL-00034" />
  585. <option name="project" value="LOCAL" />
  586. <updated>1626759373661</updated>
  587. </task>
  588. <task id="LOCAL-00035" summary="删除没有用的引入包">
  589. <created>1628038126804</created>
  590. <option name="number" value="00035" />
  591. <option name="presentableId" value="LOCAL-00035" />
  592. <option name="project" value="LOCAL" />
  593. <updated>1628038126804</updated>
  594. </task>
  595. <task id="LOCAL-00036" summary="增加司机优惠价格">
  596. <created>1628038232514</created>
  597. <option name="number" value="00036" />
  598. <option name="presentableId" value="LOCAL-00036" />
  599. <option name="project" value="LOCAL" />
  600. <updated>1628038232514</updated>
  601. </task>
  602. <task id="LOCAL-00037" summary="增加员工逻辑删除">
  603. <created>1628038287377</created>
  604. <option name="number" value="00037" />
  605. <option name="presentableId" value="LOCAL-00037" />
  606. <option name="project" value="LOCAL" />
  607. <updated>1628038287377</updated>
  608. </task>
  609. <task id="LOCAL-00038" summary="标签规则设置,增加是否强拉字段标签">
  610. <created>1628038480195</created>
  611. <option name="number" value="00038" />
  612. <option name="presentableId" value="LOCAL-00038" />
  613. <option name="project" value="LOCAL" />
  614. <updated>1628038480195</updated>
  615. </task>
  616. <task id="LOCAL-00039" summary="增加城市字段,增加是都是lNG标识字段。">
  617. <created>1628039022248</created>
  618. <option name="number" value="00039" />
  619. <option name="presentableId" value="LOCAL-00039" />
  620. <option name="project" value="LOCAL" />
  621. <updated>1628039022248</updated>
  622. </task>
  623. <task id="LOCAL-00040" summary="增加加油员id">
  624. <created>1628066460415</created>
  625. <option name="number" value="00040" />
  626. <option name="presentableId" value="LOCAL-00040" />
  627. <option name="project" value="LOCAL" />
  628. <updated>1628066460415</updated>
  629. </task>
  630. <task id="LOCAL-00041" summary="删除没有用的引入包">
  631. <created>1632448989370</created>
  632. <option name="number" value="00041" />
  633. <option name="presentableId" value="LOCAL-00041" />
  634. <option name="project" value="LOCAL" />
  635. <updated>1632448989371</updated>
  636. </task>
  637. <task id="LOCAL-00042" summary="删除没有用的引入包">
  638. <created>1632449036876</created>
  639. <option name="number" value="00042" />
  640. <option name="presentableId" value="LOCAL-00042" />
  641. <option name="project" value="LOCAL" />
  642. <updated>1632449036877</updated>
  643. </task>
  644. <task id="LOCAL-00043" summary="退款信息修改,班结统计的方式,退款审核2021-10-15">
  645. <created>1634291954126</created>
  646. <option name="number" value="00043" />
  647. <option name="presentableId" value="LOCAL-00043" />
  648. <option name="project" value="LOCAL" />
  649. <updated>1634291954126</updated>
  650. </task>
  651. <task id="LOCAL-00044" summary="退款信息修改,班结统计的方式,退款审核2021-10-15">
  652. <created>1634292026919</created>
  653. <option name="number" value="00044" />
  654. <option name="presentableId" value="LOCAL-00044" />
  655. <option name="project" value="LOCAL" />
  656. <updated>1634292026919</updated>
  657. </task>
  658. <task id="LOCAL-00045" summary="退款信息修改,班结统计的方式,退款审核2021-10-15">
  659. <created>1634292042252</created>
  660. <option name="number" value="00045" />
  661. <option name="presentableId" value="LOCAL-00045" />
  662. <option name="project" value="LOCAL" />
  663. <updated>1634292042252</updated>
  664. </task>
  665. <task id="LOCAL-00046" summary="针对退款时将所有的订单信息进行退款2021-10-15">
  666. <created>1634292126022</created>
  667. <option name="number" value="00046" />
  668. <option name="presentableId" value="LOCAL-00046" />
  669. <option name="project" value="LOCAL" />
  670. <updated>1634292126022</updated>
  671. </task>
  672. <task id="LOCAL-00047" summary="针对退款时将所有的订单信息进行退款2021-10-15">
  673. <created>1656467119634</created>
  674. <option name="number" value="00047" />
  675. <option name="presentableId" value="LOCAL-00047" />
  676. <option name="project" value="LOCAL" />
  677. <updated>1656467119634</updated>
  678. </task>
  679. <option name="localTasksCounter" value="48" />
  680. <servers />
  681. </component>
  682. <component name="TypeScriptGeneratedFilesManager">
  683. <option name="version" value="2" />
  684. </component>
  685. <component name="Vcs.Log.History.Properties">
  686. <option name="COLUMN_ORDER">
  687. <list>
  688. <option value="0" />
  689. <option value="2" />
  690. <option value="3" />
  691. <option value="1" />
  692. </list>
  693. </option>
  694. </component>
  695. <component name="Vcs.Log.Tabs.Properties">
  696. <option name="TAB_STATES">
  697. <map>
  698. <entry key="MAIN">
  699. <value>
  700. <State>
  701. <option name="FILTERS">
  702. <map>
  703. <entry key="branch">
  704. <value>
  705. <list>
  706. <option value="master" />
  707. </list>
  708. </value>
  709. </entry>
  710. </map>
  711. </option>
  712. </State>
  713. </value>
  714. </entry>
  715. </map>
  716. </option>
  717. <option name="oldMeFiltersMigrated" value="true" />
  718. </component>
  719. <component name="VcsManagerConfiguration">
  720. <MESSAGE value="电子卡增加标签营销方案" />
  721. <MESSAGE value="增加营销管理字段" />
  722. <MESSAGE value="便签管理" />
  723. <MESSAGE value="标签接口引入" />
  724. <MESSAGE value="客户信息" />
  725. <MESSAGE value="客户标签绑定" />
  726. <MESSAGE value="修改登陆人信息,代理人信息增加,部门信息查询" />
  727. <MESSAGE value="代理人信息,用户信息" />
  728. <MESSAGE value="增加代理人" />
  729. <MESSAGE value="代理人管理" />
  730. <MESSAGE value="增加代理人。代理集团。" />
  731. <MESSAGE value="增加阶梯直降" />
  732. <MESSAGE value="客户信息查询优化" />
  733. <MESSAGE value="分级权限查询" />
  734. <MESSAGE value="分级权限查询,lnG功能开发" />
  735. <MESSAGE value="修改设备类型1是小票机2是pos机" />
  736. <MESSAGE value="补打标签" />
  737. <MESSAGE value="增加司机优惠价格" />
  738. <MESSAGE value="增加员工逻辑删除" />
  739. <MESSAGE value="标签规则设置,增加是否强拉字段标签" />
  740. <MESSAGE value="增加城市字段,增加是都是lNG标识字段。" />
  741. <MESSAGE value="增加加油员id" />
  742. <MESSAGE value="删除没有用的引入包" />
  743. <MESSAGE value="退款信息修改,班结统计的方式,退款审核2021-10-15" />
  744. <MESSAGE value="针对退款时将所有的订单信息进行退款2021-10-15" />
  745. <option name="LAST_COMMIT_MESSAGE" value="针对退款时将所有的订单信息进行退款2021-10-15" />
  746. </component>
  747. <component name="WindowStateProjectService">
  748. <state x="765" y="269" key="#com.intellij.ide.util.MemberChooser" timestamp="1665737205704">
  749. <screen x="0" y="0" width="1920" height="1160" />
  750. </state>
  751. <state x="765" y="269" key="#com.intellij.ide.util.MemberChooser/0.0.1920.1160@0.0.1920.1160" timestamp="1665737205704" />
  752. <state x="740" y="341" key="FileChooserDialogImpl" timestamp="1664420679024">
  753. <screen x="0" y="0" width="1920" height="1160" />
  754. </state>
  755. <state x="740" y="341" key="FileChooserDialogImpl/0.0.1920.1160@0.0.1920.1160" timestamp="1664420679024" />
  756. <state width="1860" height="318" key="GridCell.Tab.0.bottom" timestamp="1666167865573">
  757. <screen x="0" y="0" width="1920" height="1160" />
  758. </state>
  759. <state width="1860" height="318" key="GridCell.Tab.0.bottom/0.0.1920.1160@0.0.1920.1160" timestamp="1666167865573" />
  760. <state width="1860" height="318" key="GridCell.Tab.0.center" timestamp="1666167865573">
  761. <screen x="0" y="0" width="1920" height="1160" />
  762. </state>
  763. <state width="1860" height="318" key="GridCell.Tab.0.center/0.0.1920.1160@0.0.1920.1160" timestamp="1666167865573" />
  764. <state width="1860" height="318" key="GridCell.Tab.0.left" timestamp="1666167865573">
  765. <screen x="0" y="0" width="1920" height="1160" />
  766. </state>
  767. <state width="1860" height="318" key="GridCell.Tab.0.left/0.0.1920.1160@0.0.1920.1160" timestamp="1666167865573" />
  768. <state width="1860" height="318" key="GridCell.Tab.0.right" timestamp="1666167865573">
  769. <screen x="0" y="0" width="1920" height="1160" />
  770. </state>
  771. <state width="1860" height="318" key="GridCell.Tab.0.right/0.0.1920.1160@0.0.1920.1160" timestamp="1666167865573" />
  772. <state width="1860" height="337" key="GridCell.Tab.1.bottom" timestamp="1666058203693">
  773. <screen x="0" y="0" width="1920" height="1160" />
  774. </state>
  775. <state width="1860" height="337" key="GridCell.Tab.1.bottom/0.0.1920.1160@0.0.1920.1160" timestamp="1666058203693" />
  776. <state width="1860" height="337" key="GridCell.Tab.1.center" timestamp="1666058203693">
  777. <screen x="0" y="0" width="1920" height="1160" />
  778. </state>
  779. <state width="1860" height="337" key="GridCell.Tab.1.center/0.0.1920.1160@0.0.1920.1160" timestamp="1666058203693" />
  780. <state width="1860" height="337" key="GridCell.Tab.1.left" timestamp="1666058203693">
  781. <screen x="0" y="0" width="1920" height="1160" />
  782. </state>
  783. <state width="1860" height="337" key="GridCell.Tab.1.left/0.0.1920.1160@0.0.1920.1160" timestamp="1666058203693" />
  784. <state width="1860" height="337" key="GridCell.Tab.1.right" timestamp="1666058203693">
  785. <screen x="0" y="0" width="1920" height="1160" />
  786. </state>
  787. <state width="1860" height="337" key="GridCell.Tab.1.right/0.0.1920.1160@0.0.1920.1160" timestamp="1666058203693" />
  788. <state width="1860" height="337" key="GridCell.Tab.2.bottom" timestamp="1666058203694">
  789. <screen x="0" y="0" width="1920" height="1160" />
  790. </state>
  791. <state width="1860" height="337" key="GridCell.Tab.2.bottom/0.0.1920.1160@0.0.1920.1160" timestamp="1666058203694" />
  792. <state width="1860" height="337" key="GridCell.Tab.2.center" timestamp="1666058203694">
  793. <screen x="0" y="0" width="1920" height="1160" />
  794. </state>
  795. <state width="1860" height="337" key="GridCell.Tab.2.center/0.0.1920.1160@0.0.1920.1160" timestamp="1666058203694" />
  796. <state width="1860" height="337" key="GridCell.Tab.2.left" timestamp="1666058203693">
  797. <screen x="0" y="0" width="1920" height="1160" />
  798. </state>
  799. <state width="1860" height="337" key="GridCell.Tab.2.left/0.0.1920.1160@0.0.1920.1160" timestamp="1666058203693" />
  800. <state width="1860" height="337" key="GridCell.Tab.2.right" timestamp="1666058203694">
  801. <screen x="0" y="0" width="1920" height="1160" />
  802. </state>
  803. <state width="1860" height="337" key="GridCell.Tab.2.right/0.0.1920.1160@0.0.1920.1160" timestamp="1666058203694" />
  804. <state x="461" y="231" key="SettingsEditor" timestamp="1663724002207">
  805. <screen x="0" y="0" width="1920" height="1160" />
  806. </state>
  807. <state x="461" y="231" key="SettingsEditor/0.0.1920.1160@0.0.1920.1160" timestamp="1663724002207" />
  808. <state x="660" y="289" width="599" height="616" key="find.popup" timestamp="1665731815797">
  809. <screen x="0" y="0" width="1920" height="1160" />
  810. </state>
  811. <state x="660" y="289" width="599" height="616" key="find.popup/0.0.1920.1160@0.0.1920.1160" timestamp="1665731815797" />
  812. </component>
  813. <component name="XDebuggerManager">
  814. <breakpoint-manager>
  815. <breakpoints>
  816. <line-breakpoint type="java-line">
  817. <url>file://$PROJECT_DIR$/yijia-label/src/main/java/com/yijia/markert/controller/CustomerLabelController.java</url>
  818. <line>116</line>
  819. <option name="timeStamp" value="3" />
  820. </line-breakpoint>
  821. <line-breakpoint enabled="true" type="java-line">
  822. <url>file://$PROJECT_DIR$/yijia-common/src/main/java/com/yijia/common/utils/SecurityUtils.java</url>
  823. <line>75</line>
  824. <option name="timeStamp" value="9" />
  825. </line-breakpoint>
  826. <line-breakpoint enabled="true" type="java-line">
  827. <url>file://$PROJECT_DIR$/yijia-coupon/src/main/java/com/yijia/coupon/controller/CouponIssueController.java</url>
  828. <line>245</line>
  829. <option name="timeStamp" value="16" />
  830. </line-breakpoint>
  831. <line-breakpoint enabled="true" type="java-line">
  832. <url>file://$PROJECT_DIR$/yijia-coupon/src/main/java/com/yijia/coupon/controller/CouponIssueController.java</url>
  833. <line>224</line>
  834. <option name="timeStamp" value="17" />
  835. </line-breakpoint>
  836. <line-breakpoint enabled="true" type="java-line">
  837. <url>file://$PROJECT_DIR$/yijia-coupon/src/main/java/com/yijia/coupon/controller/CouponIssueController.java</url>
  838. <line>223</line>
  839. <option name="timeStamp" value="18" />
  840. </line-breakpoint>
  841. <line-breakpoint enabled="true" type="java-line">
  842. <url>file://$PROJECT_DIR$/yijia-coupon/src/main/java/com/yijia/coupon/controller/CouponIssueController.java</url>
  843. <line>130</line>
  844. <option name="timeStamp" value="19" />
  845. </line-breakpoint>
  846. <line-breakpoint enabled="true" type="java-line">
  847. <url>file://$PROJECT_DIR$/yijia-coupon/src/main/java/com/yijia/coupon/controller/CouponIssueController.java</url>
  848. <line>266</line>
  849. <option name="timeStamp" value="21" />
  850. </line-breakpoint>
  851. <line-breakpoint enabled="true" type="java-line">
  852. <url>file://$PROJECT_DIR$/yijia-coupon/src/main/java/com/yijia/coupon/controller/CouponIssueController.java</url>
  853. <line>265</line>
  854. <option name="timeStamp" value="27" />
  855. </line-breakpoint>
  856. <line-breakpoint enabled="true" type="java-line">
  857. <url>file://$PROJECT_DIR$/yijia-admin/src/main/java/com/yijia/web/controller/common/CommonController.java</url>
  858. <line>75</line>
  859. <option name="timeStamp" value="42" />
  860. </line-breakpoint>
  861. <line-breakpoint enabled="true" type="java-line">
  862. <url>file://$PROJECT_DIR$/yijia-admin/src/main/java/com/yijia/web/controller/common/CommonController.java</url>
  863. <line>82</line>
  864. <option name="timeStamp" value="43" />
  865. </line-breakpoint>
  866. <line-breakpoint enabled="true" type="java-line">
  867. <url>file://$PROJECT_DIR$/yijia-admin/src/main/java/com/yijia/web/controller/common/CommonController.java</url>
  868. <line>90</line>
  869. <option name="timeStamp" value="44" />
  870. </line-breakpoint>
  871. <line-breakpoint enabled="true" type="java-line">
  872. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/controller/CardExcelImportController.java</url>
  873. <line>91</line>
  874. <option name="timeStamp" value="61" />
  875. </line-breakpoint>
  876. <line-breakpoint enabled="true" type="java-line">
  877. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/controller/CardExcelImportController.java</url>
  878. <line>90</line>
  879. <option name="timeStamp" value="62" />
  880. </line-breakpoint>
  881. <line-breakpoint enabled="true" type="java-line">
  882. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/controller/CardExcelImportController.java</url>
  883. <line>88</line>
  884. <option name="timeStamp" value="66" />
  885. </line-breakpoint>
  886. <line-breakpoint enabled="true" type="java-line">
  887. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/controller/CardExcelImportController.java</url>
  888. <line>87</line>
  889. <option name="timeStamp" value="67" />
  890. </line-breakpoint>
  891. <line-breakpoint enabled="true" type="java-line">
  892. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/controller/CardExcelImportController.java</url>
  893. <line>106</line>
  894. <option name="timeStamp" value="68" />
  895. </line-breakpoint>
  896. <line-breakpoint enabled="true" type="java-line">
  897. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/controller/CardExcelImportController.java</url>
  898. <line>104</line>
  899. <option name="timeStamp" value="69" />
  900. </line-breakpoint>
  901. <line-breakpoint enabled="true" type="java-line">
  902. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  903. <line>146</line>
  904. <option name="timeStamp" value="71" />
  905. </line-breakpoint>
  906. <line-breakpoint enabled="true" type="java-line">
  907. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  908. <line>145</line>
  909. <option name="timeStamp" value="72" />
  910. </line-breakpoint>
  911. <line-breakpoint enabled="true" type="java-line">
  912. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  913. <line>132</line>
  914. <option name="timeStamp" value="73" />
  915. </line-breakpoint>
  916. <line-breakpoint enabled="true" type="java-line">
  917. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  918. <line>154</line>
  919. <option name="timeStamp" value="86" />
  920. </line-breakpoint>
  921. <line-breakpoint enabled="true" type="java-line">
  922. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  923. <line>156</line>
  924. <option name="timeStamp" value="87" />
  925. </line-breakpoint>
  926. <line-breakpoint enabled="true" type="java-line">
  927. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  928. <line>155</line>
  929. <option name="timeStamp" value="88" />
  930. </line-breakpoint>
  931. <line-breakpoint enabled="true" type="java-line">
  932. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  933. <line>195</line>
  934. <option name="timeStamp" value="89" />
  935. </line-breakpoint>
  936. <line-breakpoint enabled="true" type="java-line">
  937. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  938. <line>192</line>
  939. <option name="timeStamp" value="90" />
  940. </line-breakpoint>
  941. <line-breakpoint enabled="true" type="java-line">
  942. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  943. <line>190</line>
  944. <option name="timeStamp" value="91" />
  945. </line-breakpoint>
  946. <line-breakpoint enabled="true" type="java-line">
  947. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  948. <line>187</line>
  949. <option name="timeStamp" value="92" />
  950. </line-breakpoint>
  951. <line-breakpoint enabled="true" type="java-line">
  952. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  953. <line>179</line>
  954. <option name="timeStamp" value="93" />
  955. </line-breakpoint>
  956. <line-breakpoint enabled="true" type="java-line">
  957. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  958. <line>181</line>
  959. <option name="timeStamp" value="94" />
  960. </line-breakpoint>
  961. <line-breakpoint enabled="true" type="java-line">
  962. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  963. <line>175</line>
  964. <option name="timeStamp" value="95" />
  965. </line-breakpoint>
  966. <line-breakpoint enabled="true" type="java-line">
  967. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  968. <line>168</line>
  969. <option name="timeStamp" value="96" />
  970. </line-breakpoint>
  971. <line-breakpoint enabled="true" type="java-line">
  972. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  973. <line>162</line>
  974. <option name="timeStamp" value="97" />
  975. </line-breakpoint>
  976. <line-breakpoint enabled="true" type="java-line">
  977. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  978. <line>213</line>
  979. <option name="timeStamp" value="104" />
  980. </line-breakpoint>
  981. <line-breakpoint enabled="true" type="java-line">
  982. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  983. <line>364</line>
  984. <option name="timeStamp" value="106" />
  985. </line-breakpoint>
  986. <line-breakpoint enabled="true" type="java-line">
  987. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  988. <line>365</line>
  989. <option name="timeStamp" value="107" />
  990. </line-breakpoint>
  991. <line-breakpoint enabled="true" type="java-line">
  992. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  993. <line>375</line>
  994. <option name="timeStamp" value="111" />
  995. </line-breakpoint>
  996. <line-breakpoint enabled="true" type="java-line">
  997. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  998. <line>370</line>
  999. <option name="timeStamp" value="114" />
  1000. </line-breakpoint>
  1001. <line-breakpoint enabled="true" type="java-line">
  1002. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1003. <line>381</line>
  1004. <option name="timeStamp" value="115" />
  1005. </line-breakpoint>
  1006. <line-breakpoint enabled="true" type="java-line">
  1007. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1008. <line>221</line>
  1009. <option name="timeStamp" value="132" />
  1010. </line-breakpoint>
  1011. <line-breakpoint enabled="true" type="java-line">
  1012. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1013. <line>223</line>
  1014. <option name="timeStamp" value="133" />
  1015. </line-breakpoint>
  1016. <line-breakpoint enabled="true" type="java-line">
  1017. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1018. <line>225</line>
  1019. <option name="timeStamp" value="134" />
  1020. </line-breakpoint>
  1021. <line-breakpoint enabled="true" type="java-line">
  1022. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/controller/CardExcelImportController.java</url>
  1023. <line>162</line>
  1024. <option name="timeStamp" value="135" />
  1025. </line-breakpoint>
  1026. <line-breakpoint enabled="true" type="java-line">
  1027. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1028. <line>862</line>
  1029. <option name="timeStamp" value="152" />
  1030. </line-breakpoint>
  1031. <line-breakpoint enabled="true" type="java-line">
  1032. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1033. <line>863</line>
  1034. <option name="timeStamp" value="153" />
  1035. </line-breakpoint>
  1036. <line-breakpoint enabled="true" type="java-line">
  1037. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1038. <line>861</line>
  1039. <option name="timeStamp" value="154" />
  1040. </line-breakpoint>
  1041. <line-breakpoint enabled="true" type="java-line">
  1042. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1043. <line>965</line>
  1044. <option name="timeStamp" value="155" />
  1045. </line-breakpoint>
  1046. <line-breakpoint enabled="true" type="java-line">
  1047. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1048. <line>964</line>
  1049. <option name="timeStamp" value="156" />
  1050. </line-breakpoint>
  1051. <line-breakpoint enabled="true" type="java-line">
  1052. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1053. <line>1302</line>
  1054. <option name="timeStamp" value="157" />
  1055. </line-breakpoint>
  1056. <line-breakpoint enabled="true" type="java-line">
  1057. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1058. <line>1319</line>
  1059. <option name="timeStamp" value="158" />
  1060. </line-breakpoint>
  1061. <line-breakpoint enabled="true" type="java-line">
  1062. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1063. <line>1339</line>
  1064. <option name="timeStamp" value="159" />
  1065. </line-breakpoint>
  1066. <line-breakpoint enabled="true" type="java-line">
  1067. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1068. <line>858</line>
  1069. <option name="timeStamp" value="161" />
  1070. </line-breakpoint>
  1071. <line-breakpoint enabled="true" type="java-line">
  1072. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1073. <line>1431</line>
  1074. <option name="timeStamp" value="170" />
  1075. </line-breakpoint>
  1076. <line-breakpoint enabled="true" type="java-line">
  1077. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1078. <line>1432</line>
  1079. <option name="timeStamp" value="171" />
  1080. </line-breakpoint>
  1081. <line-breakpoint enabled="true" type="java-line">
  1082. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1083. <line>826</line>
  1084. <option name="timeStamp" value="197" />
  1085. </line-breakpoint>
  1086. <line-breakpoint enabled="true" type="java-line">
  1087. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1088. <line>1315</line>
  1089. <option name="timeStamp" value="199" />
  1090. </line-breakpoint>
  1091. <line-breakpoint enabled="true" type="java-line">
  1092. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1093. <line>1709</line>
  1094. <option name="timeStamp" value="221" />
  1095. </line-breakpoint>
  1096. <line-breakpoint enabled="true" type="java-line">
  1097. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1098. <line>175</line>
  1099. <option name="timeStamp" value="226" />
  1100. </line-breakpoint>
  1101. <line-breakpoint enabled="true" type="java-line">
  1102. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java</url>
  1103. <line>545</line>
  1104. <option name="timeStamp" value="228" />
  1105. </line-breakpoint>
  1106. <line-breakpoint enabled="true" type="java-line">
  1107. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java</url>
  1108. <line>547</line>
  1109. <option name="timeStamp" value="229" />
  1110. </line-breakpoint>
  1111. <line-breakpoint enabled="true" type="java-line">
  1112. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java</url>
  1113. <line>551</line>
  1114. <option name="timeStamp" value="230" />
  1115. </line-breakpoint>
  1116. <line-breakpoint enabled="true" type="java-line">
  1117. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java</url>
  1118. <line>552</line>
  1119. <option name="timeStamp" value="231" />
  1120. </line-breakpoint>
  1121. <line-breakpoint enabled="true" type="java-line">
  1122. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java</url>
  1123. <line>553</line>
  1124. <option name="timeStamp" value="232" />
  1125. </line-breakpoint>
  1126. <line-breakpoint enabled="true" type="java-line">
  1127. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java</url>
  1128. <line>541</line>
  1129. <option name="timeStamp" value="233" />
  1130. </line-breakpoint>
  1131. <line-breakpoint enabled="true" type="java-line">
  1132. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java</url>
  1133. <line>542</line>
  1134. <option name="timeStamp" value="234" />
  1135. </line-breakpoint>
  1136. <line-breakpoint enabled="true" type="java-line">
  1137. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java</url>
  1138. <line>543</line>
  1139. <option name="timeStamp" value="235" />
  1140. </line-breakpoint>
  1141. <line-breakpoint enabled="true" type="java-line">
  1142. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java</url>
  1143. <line>539</line>
  1144. <option name="timeStamp" value="236" />
  1145. </line-breakpoint>
  1146. <line-breakpoint enabled="true" type="java-line">
  1147. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java</url>
  1148. <line>532</line>
  1149. <option name="timeStamp" value="239" />
  1150. </line-breakpoint>
  1151. <line-breakpoint enabled="true" type="java-line">
  1152. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java</url>
  1153. <line>557</line>
  1154. <option name="timeStamp" value="240" />
  1155. </line-breakpoint>
  1156. <line-breakpoint enabled="true" type="java-line">
  1157. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java</url>
  1158. <line>556</line>
  1159. <option name="timeStamp" value="241" />
  1160. </line-breakpoint>
  1161. <line-breakpoint enabled="true" type="java-line">
  1162. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java</url>
  1163. <line>484</line>
  1164. <option name="timeStamp" value="244" />
  1165. </line-breakpoint>
  1166. <line-breakpoint enabled="true" type="java-line">
  1167. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java</url>
  1168. <line>485</line>
  1169. <option name="timeStamp" value="245" />
  1170. </line-breakpoint>
  1171. <line-breakpoint enabled="true" type="java-line">
  1172. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java</url>
  1173. <line>463</line>
  1174. <option name="timeStamp" value="246" />
  1175. </line-breakpoint>
  1176. <line-breakpoint enabled="true" type="java-line">
  1177. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java</url>
  1178. <line>465</line>
  1179. <option name="timeStamp" value="247" />
  1180. </line-breakpoint>
  1181. <line-breakpoint enabled="true" type="java-line">
  1182. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java</url>
  1183. <line>482</line>
  1184. <option name="timeStamp" value="248" />
  1185. </line-breakpoint>
  1186. <line-breakpoint type="java-method">
  1187. <url>file://$PROJECT_DIR$/yijia-label/src/main/java/com/yijia/label/mapper/CustomerLabelMapper.java</url>
  1188. <line>27</line>
  1189. <properties class="com.yijia.label.mapper.CustomerLabelMapper" method="selectCustomerLabelList" />
  1190. <option name="timeStamp" value="5" />
  1191. </line-breakpoint>
  1192. </breakpoints>
  1193. </breakpoint-manager>
  1194. <watches-manager>
  1195. <configuration name="SpringBootApplicationConfigurationType">
  1196. <watch expression="resultStr" />
  1197. <watch expression="payOrder.beginTime" />
  1198. </configuration>
  1199. </watches-manager>
  1200. </component>
  1201. <component name="XSLT-Support.FileAssociations.UIState">
  1202. <expand />
  1203. <select />
  1204. </component>
  1205. <component name="com.intellij.coverage.CoverageDataManagerImpl">
  1206. <SUITE FILE_PATH="coverage/SAAS_AFTEREND2$YiJiaApplication.ic" NAME="YiJiaApplication Coverage Results" MODIFIED="1634628979558" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" />
  1207. <SUITE FILE_PATH="coverage/SAAS_AFTEREND$YiJiaApplication.ic" NAME="YiJiaApplication Coverage Results" MODIFIED="1625553163132" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" />
  1208. </component>
  1209. </project>