workspace.xml 68 KB

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