workspace.xml 127 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="d95263d0-9dff-44b4-8deb-343711f78d5d" name="Default Changelist" comment="删除没有用的引入包">
  8. <change afterPath="$PROJECT_DIR$/.idea/uiDesigner.xml" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/yijia-admin/src/main/java/com/yijia/web/test.java" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/yijia-admin/target/classes/com/yijia/web/controller/system/SysAgentController.class" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/yijia-admin/target/maven-archiver/pom.properties" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/yijia-admin/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/yijia-admin/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/yijia-admin/target/yijia-admin.jar.original" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/yijia-common/target/maven-archiver/pom.properties" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/yijia-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/yijia-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/yijia-common/target/yijia-common-1.0.1.jar" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/yijia-customer/target/maven-archiver/pom.properties" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/yijia-customer/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/yijia-customer/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/yijia-customer/target/yijia-customer-1.0.1.jar" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/yijia-framework/target/maven-archiver/pom.properties" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/yijia-framework/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/yijia-framework/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/yijia-framework/target/yijia-framework-1.0.1.jar" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/yijia-generator/target/maven-archiver/pom.properties" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/yijia-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/yijia-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/yijia-generator/target/yijia-generator-1.0.1.jar" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/yijia-integral/target/maven-archiver/pom.properties" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/yijia-integral/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
  33. <change afterPath="$PROJECT_DIR$/yijia-integral/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
  34. <change afterPath="$PROJECT_DIR$/yijia-integral/target/yijia-integral-1.0.1.jar" afterDir="false" />
  35. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/controller/CustomerLabelController.class" afterDir="false" />
  36. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/controller/LabelRuleController.class" afterDir="false" />
  37. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/controller/LabelRuleDetailController.class" afterDir="false" />
  38. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/domain/CustomerLabel.class" afterDir="false" />
  39. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/domain/LabelRule.class" afterDir="false" />
  40. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/domain/LabelRuleDetail.class" afterDir="false" />
  41. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/domain/RequsetSysDept.class" afterDir="false" />
  42. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/domain/RequstCustomerLabel.class" afterDir="false" />
  43. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/domain/ResponeCustomerLabel.class" afterDir="false" />
  44. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/mapper/CustomerLabelMapper.class" afterDir="false" />
  45. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/mapper/LabelRuleDetailMapper.class" afterDir="false" />
  46. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/mapper/LabelRuleMapper.class" afterDir="false" />
  47. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/service/ICustomerLabelService.class" afterDir="false" />
  48. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/service/ILabelRuleDetailService.class" afterDir="false" />
  49. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/service/ILabelRuleService.class" afterDir="false" />
  50. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/service/impl/CustomerLabelServiceImpl.class" afterDir="false" />
  51. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/service/impl/LabelRuleDetailServiceImpl.class" afterDir="false" />
  52. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/com/yijia/label/service/impl/LabelRuleServiceImpl.class" afterDir="false" />
  53. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/mapper/label/CustomerLabelMapper.xml" afterDir="false" />
  54. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/mapper/label/LabelRuleDetailMapper.xml" afterDir="false" />
  55. <change afterPath="$PROJECT_DIR$/yijia-label/target/classes/mapper/label/LabelRuleMapper.xml" afterDir="false" />
  56. <change afterPath="$PROJECT_DIR$/yijia-label/target/maven-archiver/pom.properties" afterDir="false" />
  57. <change afterPath="$PROJECT_DIR$/yijia-label/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
  58. <change afterPath="$PROJECT_DIR$/yijia-label/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
  59. <change afterPath="$PROJECT_DIR$/yijia-label/target/yijia-label-1.0.1.jar" afterDir="false" />
  60. <change afterPath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/markert/controller/MarkertPlanController.class" afterDir="false" />
  61. <change afterPath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/markert/controller/MarketCouponController.class" afterDir="false" />
  62. <change afterPath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/markert/domain/MarkertPlan.class" afterDir="false" />
  63. <change afterPath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/markert/mapper/MarkertPlanMapper.class" afterDir="false" />
  64. <change afterPath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/markert/mapper/MarketCouponMapper.class" afterDir="false" />
  65. <change afterPath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/markert/service/IMarkertPlanService.class" afterDir="false" />
  66. <change afterPath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/markert/service/IMarketCouponService.class" afterDir="false" />
  67. <change afterPath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/markert/service/impl/MarkertPlanServiceImpl.class" afterDir="false" />
  68. <change afterPath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/markert/service/impl/MarketCouponServiceImpl.class" afterDir="false" />
  69. <change afterPath="$PROJECT_DIR$/yijia-market/target/maven-archiver/pom.properties" afterDir="false" />
  70. <change afterPath="$PROJECT_DIR$/yijia-market/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
  71. <change afterPath="$PROJECT_DIR$/yijia-market/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
  72. <change afterPath="$PROJECT_DIR$/yijia-market/target/yijia-market-1.0.1.jar" afterDir="false" />
  73. <change afterPath="$PROJECT_DIR$/yijia-quartz/target/maven-archiver/pom.properties" afterDir="false" />
  74. <change afterPath="$PROJECT_DIR$/yijia-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
  75. <change afterPath="$PROJECT_DIR$/yijia-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
  76. <change afterPath="$PROJECT_DIR$/yijia-quartz/target/yijia-quartz-1.0.1.jar" afterDir="false" />
  77. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationBalanceChangeController.class" afterDir="false" />
  78. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationPay111Controller.class" afterDir="false" />
  79. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationSettlementPriceAdjustController.class" afterDir="false" />
  80. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationSettlementPriceController.class" afterDir="false" />
  81. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/domain/DeptInfoDemo.class" afterDir="false" />
  82. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/domain/StationBalanceChange.class" afterDir="false" />
  83. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/domain/StationSettlementPrice.class" afterDir="false" />
  84. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/domain/StationSettlementPriceAdjust.class" afterDir="false" />
  85. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/domain/SysDeptDemo.class" afterDir="false" />
  86. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/mapper/StationBalanceChangeMapper.class" afterDir="false" />
  87. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/mapper/StationSettlementPriceAdjustMapper.class" afterDir="false" />
  88. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/mapper/StationSettlementPriceMapper.class" afterDir="false" />
  89. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/service/IStationBalanceChangeService.class" afterDir="false" />
  90. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/service/IStationSettlementPriceAdjustService.class" afterDir="false" />
  91. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/service/IStationSettlementPriceService.class" afterDir="false" />
  92. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/service/impl/StationBalanceChangeServiceImpl.class" afterDir="false" />
  93. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/service/impl/StationSettlementPriceAdjustServiceImpl.class" afterDir="false" />
  94. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/service/impl/StationSettlementPriceServiceImpl.class" afterDir="false" />
  95. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/StationBalanceChangeMapper.xml" afterDir="false" />
  96. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/StationSettlementPriceAdjustMapper.xml" afterDir="false" />
  97. <change afterPath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/StationSettlementPriceMapper.xml" afterDir="false" />
  98. <change afterPath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/domain/SysAgent.class" afterDir="false" />
  99. <change afterPath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/mapper/SysAgentMapper.class" afterDir="false" />
  100. <change afterPath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/service/ISysAgentService.class" afterDir="false" />
  101. <change afterPath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/service/impl/SysAgentServiceImpl.class" afterDir="false" />
  102. <change afterPath="$PROJECT_DIR$/yijia-system/target/classes/mapper/system/SysAgentMapper.xml" afterDir="false" />
  103. <change afterPath="$PROJECT_DIR$/yijia-system/target/maven-archiver/pom.properties" afterDir="false" />
  104. <change afterPath="$PROJECT_DIR$/yijia-system/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
  105. <change afterPath="$PROJECT_DIR$/yijia-system/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
  106. <change afterPath="$PROJECT_DIR$/yijia-system/target/yijia-system-1.0.1.jar" afterDir="false" />
  107. <change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
  108. <change beforePath="$PROJECT_DIR$/.idea/encodings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
  109. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__ch_qos_logback_logback_classic_1_2_3.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__ch_qos_logback_logback_classic_1_2_3.xml" afterDir="false" />
  110. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__ch_qos_logback_logback_core_1_2_3.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__ch_qos_logback_logback_core_1_2_3.xml" afterDir="false" />
  111. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_alibaba_druid_1_2_1.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_alibaba_druid_1_2_1.xml" afterDir="false" />
  112. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_alibaba_druid_spring_boot_starter_1_2_1.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_alibaba_druid_spring_boot_starter_1_2_1.xml" afterDir="false" />
  113. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_alibaba_fastjson_1_2_74.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_alibaba_fastjson_1_2_74.xml" afterDir="false" />
  114. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_fasterxml_classmate_1_4_0.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_fasterxml_classmate_1_4_0.xml" afterDir="false" />
  115. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_9_10.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_9_10.xml" afterDir="false" />
  116. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_core_2_9_10.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_core_2_9_10.xml" afterDir="false" />
  117. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_databind_2_9_10_6.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_databind_2_9_10_6.xml" afterDir="false" />
  118. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jdk8_2_9_10.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jdk8_2_9_10.xml" afterDir="false" />
  119. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jsr310_2_9_10.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jsr310_2_9_10.xml" afterDir="false" />
  120. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_9_10.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_9_10.xml" afterDir="false" />
  121. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_github_jsqlparser_jsqlparser_3_2.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_github_jsqlparser_jsqlparser_3_2.xml" afterDir="false" />
  122. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_github_oshi_oshi_core_5_2_5.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_github_oshi_oshi_core_5_2_5.xml" afterDir="false" />
  123. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_github_pagehelper_pagehelper_5_2_0.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_github_pagehelper_pagehelper_5_2_0.xml" afterDir="false" />
  124. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_github_pagehelper_pagehelper_spring_boot_autoconfigure_1_3_0.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_github_pagehelper_pagehelper_spring_boot_autoconfigure_1_3_0.xml" afterDir="false" />
  125. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_github_pagehelper_pagehelper_spring_boot_starter_1_3_0.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_github_pagehelper_pagehelper_spring_boot_starter_1_3_0.xml" afterDir="false" />
  126. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_github_penggle_kaptcha_2_3_2.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_github_penggle_kaptcha_2_3_2.xml" afterDir="false" />
  127. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_github_virtuald_curvesapi_1_04.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_github_virtuald_curvesapi_1_04.xml" afterDir="false" />
  128. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_google_guava_guava_20_0.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_google_guava_guava_20_0.xml" afterDir="false" />
  129. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_jhlabs_filters_2_0_235_1.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_jhlabs_filters_2_0_235_1.xml" afterDir="false" />
  130. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_mchange_mchange_commons_java_0_2_15.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_mchange_mchange_commons_java_0_2_15.xml" afterDir="false" />
  131. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_zaxxer_HikariCP_3_2_0.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_zaxxer_HikariCP_3_2_0.xml" afterDir="false" />
  132. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__commons_codec_commons_codec_1_11.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__commons_codec_commons_codec_1_11.xml" afterDir="false" />
  133. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__commons_collections_commons_collections_3_2_1.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__commons_collections_commons_collections_3_2_1.xml" afterDir="false" />
  134. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__commons_fileupload_commons_fileupload_1_3_3.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__commons_fileupload_commons_fileupload_1_3_3.xml" afterDir="false" />
  135. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__commons_io_commons_io_2_5.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__commons_io_commons_io_2_5.xml" afterDir="false" />
  136. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__commons_lang_commons_lang_2_4.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__commons_lang_commons_lang_2_4.xml" afterDir="false" />
  137. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__commons_logging_commons_logging_1_2.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__commons_logging_commons_logging_1_2.xml" afterDir="false" />
  138. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__eu_bitwalker_UserAgentUtils_1_19.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__eu_bitwalker_UserAgentUtils_1_19.xml" afterDir="false" />
  139. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_jsonwebtoken_jjwt_0_9_1.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_jsonwebtoken_jjwt_0_9_1.xml" afterDir="false" />
  140. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_lettuce_lettuce_core_5_1_8_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_lettuce_lettuce_core_5_1_8_RELEASE.xml" afterDir="false" />
  141. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_netty_netty_buffer_4_1_52_Final.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_netty_netty_buffer_4_1_52_Final.xml" afterDir="false" />
  142. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_netty_netty_codec_4_1_52_Final.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_netty_netty_codec_4_1_52_Final.xml" afterDir="false" />
  143. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_netty_netty_common_4_1_52_Final.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_netty_netty_common_4_1_52_Final.xml" afterDir="false" />
  144. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_netty_netty_handler_4_1_52_Final.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_netty_netty_handler_4_1_52_Final.xml" afterDir="false" />
  145. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_netty_netty_resolver_4_1_52_Final.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_netty_netty_resolver_4_1_52_Final.xml" afterDir="false" />
  146. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_netty_netty_transport_4_1_52_Final.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_netty_netty_transport_4_1_52_Final.xml" afterDir="false" />
  147. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_projectreactor_reactor_core_3_2_20_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_projectreactor_reactor_core_3_2_20_RELEASE.xml" afterDir="false" />
  148. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_springfox_springfox_core_2_9_2.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_springfox_springfox_core_2_9_2.xml" afterDir="false" />
  149. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_springfox_springfox_schema_2_9_2.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_springfox_springfox_schema_2_9_2.xml" afterDir="false" />
  150. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_springfox_springfox_spi_2_9_2.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_springfox_springfox_spi_2_9_2.xml" afterDir="false" />
  151. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_springfox_springfox_spring_web_2_9_2.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_springfox_springfox_spring_web_2_9_2.xml" afterDir="false" />
  152. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_springfox_springfox_swagger2_2_9_2.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_springfox_springfox_swagger2_2_9_2.xml" afterDir="false" />
  153. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_springfox_springfox_swagger_common_2_9_2.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_springfox_springfox_swagger_common_2_9_2.xml" afterDir="false" />
  154. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_springfox_springfox_swagger_ui_2_9_2.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_springfox_springfox_swagger_ui_2_9_2.xml" afterDir="false" />
  155. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_swagger_swagger_annotations_1_5_21.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_swagger_swagger_annotations_1_5_21.xml" afterDir="false" />
  156. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__io_swagger_swagger_models_1_5_21.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__io_swagger_swagger_models_1_5_21.xml" afterDir="false" />
  157. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__javax_annotation_javax_annotation_api_1_3_2.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__javax_annotation_javax_annotation_api_1_3_2.xml" afterDir="false" />
  158. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__javax_servlet_javax_servlet_api_4_0_1.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__javax_servlet_javax_servlet_api_4_0_1.xml" afterDir="false" />
  159. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__javax_validation_validation_api_2_0_1_Final.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__javax_validation_validation_api_2_0_1_Final.xml" afterDir="false" />
  160. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__mysql_mysql_connector_java_8_0_21.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__mysql_mysql_connector_java_8_0_21.xml" afterDir="false" />
  161. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__net_bytebuddy_byte_buddy_1_9_16.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__net_bytebuddy_byte_buddy_1_9_16.xml" afterDir="false" />
  162. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__net_java_dev_jna_jna_5_5_0.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__net_java_dev_jna_jna_5_5_0.xml" afterDir="false" />
  163. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__net_java_dev_jna_jna_platform_5_5_0.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__net_java_dev_jna_jna_platform_5_5_0.xml" afterDir="false" />
  164. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_commons_commons_collections4_4_1.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_commons_commons_collections4_4_1.xml" afterDir="false" />
  165. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_commons_commons_lang3_3_11.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_commons_commons_lang3_3_11.xml" afterDir="false" />
  166. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_commons_commons_pool2_2_6_2.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_commons_commons_pool2_2_6_2.xml" afterDir="false" />
  167. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_5.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_5.xml" afterDir="false" />
  168. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_6.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_6.xml" afterDir="false" />
  169. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_logging_log4j_log4j_api_2_11_2.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_logging_log4j_log4j_api_2_11_2.xml" afterDir="false" />
  170. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_logging_log4j_log4j_to_slf4j_2_11_2.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_logging_log4j_log4j_to_slf4j_2_11_2.xml" afterDir="false" />
  171. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_poi_poi_3_17.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_poi_poi_3_17.xml" afterDir="false" />
  172. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_poi_poi_ooxml_3_17.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_poi_poi_ooxml_3_17.xml" afterDir="false" />
  173. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_poi_poi_ooxml_schemas_3_17.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_poi_poi_ooxml_schemas_3_17.xml" afterDir="false" />
  174. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_core_9_0_38.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_core_9_0_38.xml" afterDir="false" />
  175. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_el_9_0_38.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_el_9_0_38.xml" afterDir="false" />
  176. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_websocket_9_0_38.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_websocket_9_0_38.xml" afterDir="false" />
  177. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_velocity_velocity_1_7.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_velocity_velocity_1_7.xml" afterDir="false" />
  178. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_xmlbeans_xmlbeans_2_6_0.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_xmlbeans_xmlbeans_2_6_0.xml" afterDir="false" />
  179. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_aspectj_aspectjweaver_1_9_6.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_aspectj_aspectjweaver_1_9_6.xml" afterDir="false" />
  180. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_hibernate_validator_hibernate_validator_6_0_20_Final.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_hibernate_validator_hibernate_validator_6_0_20_Final.xml" afterDir="false" />
  181. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_jboss_logging_jboss_logging_3_3_3_Final.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_jboss_logging_jboss_logging_3_3_3_Final.xml" afterDir="false" />
  182. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_mapstruct_mapstruct_1_2_0_Final.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_mapstruct_mapstruct_1_2_0_Final.xml" afterDir="false" />
  183. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_mybatis_mybatis_3_5_5.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_mybatis_mybatis_3_5_5.xml" afterDir="false" />
  184. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_mybatis_mybatis_spring_2_0_5.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_mybatis_mybatis_spring_2_0_5.xml" afterDir="false" />
  185. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_mybatis_spring_boot_mybatis_spring_boot_autoconfigure_2_1_3.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_mybatis_spring_boot_mybatis_spring_boot_autoconfigure_2_1_3.xml" afterDir="false" />
  186. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_mybatis_spring_boot_mybatis_spring_boot_starter_2_1_3.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_mybatis_spring_boot_mybatis_spring_boot_starter_2_1_3.xml" afterDir="false" />
  187. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_quartz_scheduler_quartz_2_3_2.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_quartz_scheduler_quartz_2_3_2.xml" afterDir="false" />
  188. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_reactivestreams_reactive_streams_1_0_3.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_reactivestreams_reactive_streams_1_0_3.xml" afterDir="false" />
  189. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_slf4j_jul_to_slf4j_1_7_30.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_slf4j_jul_to_slf4j_1_7_30.xml" afterDir="false" />
  190. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_30.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_30.xml" afterDir="false" />
  191. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_2_1_17_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_2_1_17_RELEASE.xml" afterDir="false" />
  192. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_autoconfigure_2_1_17_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_autoconfigure_2_1_17_RELEASE.xml" afterDir="false" />
  193. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_devtools_2_1_17_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_devtools_2_1_17_RELEASE.xml" afterDir="false" />
  194. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_2_1_17_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_2_1_17_RELEASE.xml" afterDir="false" />
  195. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_aop_2_1_17_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_aop_2_1_17_RELEASE.xml" afterDir="false" />
  196. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_data_redis_2_1_17_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_data_redis_2_1_17_RELEASE.xml" afterDir="false" />
  197. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_jdbc_2_1_17_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_jdbc_2_1_17_RELEASE.xml" afterDir="false" />
  198. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_json_2_1_17_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_json_2_1_17_RELEASE.xml" afterDir="false" />
  199. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_logging_2_1_17_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_logging_2_1_17_RELEASE.xml" afterDir="false" />
  200. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_security_2_1_17_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_security_2_1_17_RELEASE.xml" afterDir="false" />
  201. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_tomcat_2_1_17_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_tomcat_2_1_17_RELEASE.xml" afterDir="false" />
  202. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_web_2_1_17_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_web_2_1_17_RELEASE.xml" afterDir="false" />
  203. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_data_spring_data_commons_2_1_20_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_data_spring_data_commons_2_1_20_RELEASE.xml" afterDir="false" />
  204. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_data_spring_data_keyvalue_2_1_20_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_data_spring_data_keyvalue_2_1_20_RELEASE.xml" afterDir="false" />
  205. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_data_spring_data_redis_2_1_20_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_data_spring_data_redis_2_1_20_RELEASE.xml" afterDir="false" />
  206. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_plugin_spring_plugin_core_1_2_0_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_plugin_spring_plugin_core_1_2_0_RELEASE.xml" afterDir="false" />
  207. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_plugin_spring_plugin_metadata_1_2_0_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_plugin_spring_plugin_metadata_1_2_0_RELEASE.xml" afterDir="false" />
  208. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_security_spring_security_config_5_1_12_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_security_spring_security_config_5_1_12_RELEASE.xml" afterDir="false" />
  209. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_security_spring_security_core_5_1_12_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_security_spring_security_core_5_1_12_RELEASE.xml" afterDir="false" />
  210. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_security_spring_security_web_5_1_12_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_security_spring_security_web_5_1_12_RELEASE.xml" afterDir="false" />
  211. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_aop_5_1_18_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_aop_5_1_18_RELEASE.xml" afterDir="false" />
  212. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_beans_5_1_18_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_beans_5_1_18_RELEASE.xml" afterDir="false" />
  213. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_context_5_1_18_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_context_5_1_18_RELEASE.xml" afterDir="false" />
  214. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_context_support_5_1_18_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_context_support_5_1_18_RELEASE.xml" afterDir="false" />
  215. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_core_5_1_18_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_core_5_1_18_RELEASE.xml" afterDir="false" />
  216. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_expression_5_1_18_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_expression_5_1_18_RELEASE.xml" afterDir="false" />
  217. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_jcl_5_1_18_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_jcl_5_1_18_RELEASE.xml" afterDir="false" />
  218. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_jdbc_5_1_18_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_jdbc_5_1_18_RELEASE.xml" afterDir="false" />
  219. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_oxm_5_1_18_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_oxm_5_1_18_RELEASE.xml" afterDir="false" />
  220. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_tx_5_1_18_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_tx_5_1_18_RELEASE.xml" afterDir="false" />
  221. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_web_5_1_18_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_web_5_1_18_RELEASE.xml" afterDir="false" />
  222. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_webmvc_5_1_18_RELEASE.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_webmvc_5_1_18_RELEASE.xml" afterDir="false" />
  223. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_yaml_snakeyaml_1_23.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_yaml_snakeyaml_1_23.xml" afterDir="false" />
  224. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__stax_stax_api_1_0_1.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__stax_stax_api_1_0_1.xml" afterDir="false" />
  225. <change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
  226. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  227. <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" />
  228. <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" />
  229. <change beforePath="$PROJECT_DIR$/yijia-admin/src/main/resources/logback.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/src/main/resources/logback.xml" afterDir="false" />
  230. <change beforePath="$PROJECT_DIR$/yijia-admin/target/classes/application-druid.yml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/target/classes/application-druid.yml" afterDir="false" />
  231. <change beforePath="$PROJECT_DIR$/yijia-admin/target/classes/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/target/classes/application.yml" afterDir="false" />
  232. <change beforePath="$PROJECT_DIR$/yijia-admin/target/classes/com/yijia/web/controller/common/CommonController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/target/classes/com/yijia/web/controller/common/CommonController.class" afterDir="false" />
  233. <change beforePath="$PROJECT_DIR$/yijia-admin/target/classes/com/yijia/web/controller/system/SysDeptController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/target/classes/com/yijia/web/controller/system/SysDeptController.class" afterDir="false" />
  234. <change beforePath="$PROJECT_DIR$/yijia-admin/target/classes/com/yijia/web/controller/system/SysUserController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/target/classes/com/yijia/web/controller/system/SysUserController.class" afterDir="false" />
  235. <change beforePath="$PROJECT_DIR$/yijia-admin/target/classes/logback.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/target/classes/logback.xml" afterDir="false" />
  236. <change beforePath="$PROJECT_DIR$/yijia-admin/yijia-admin.iml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/yijia-admin.iml" afterDir="false" />
  237. <change beforePath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/config/YiJiaConfig.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/config/YiJiaConfig.class" afterDir="false" />
  238. <change beforePath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/core/domain/AjaxResult.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/core/domain/AjaxResult.class" afterDir="false" />
  239. <change beforePath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/core/domain/BaseEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/core/domain/BaseEntity.class" afterDir="false" />
  240. <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" />
  241. <change beforePath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/core/domain/entity/SysUser.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/core/domain/entity/SysUser.class" afterDir="false" />
  242. <change beforePath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/utils/file/FileUploadUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/utils/file/FileUploadUtils.class" afterDir="false" />
  243. <change beforePath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/utils/file/FileUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/utils/file/FileUtils.class" afterDir="false" />
  244. <change beforePath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/utils/http/HttpHelper.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/utils/http/HttpHelper.class" afterDir="false" />
  245. <change beforePath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/utils/http/HttpUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/utils/http/HttpUtils.class" afterDir="false" />
  246. <change beforePath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/utils/poi/ExcelUtil.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-common/target/classes/com/yijia/common/utils/poi/ExcelUtil.class" afterDir="false" />
  247. <change beforePath="$PROJECT_DIR$/yijia-coupon/src/main/resources/mapper/coupon/CouponInfoMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-coupon/src/main/resources/mapper/coupon/CouponInfoMapper.xml" afterDir="false" />
  248. <change beforePath="$PROJECT_DIR$/yijia-coupon/target/classes/mapper/coupon/CouponInfoMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-coupon/target/classes/mapper/coupon/CouponInfoMapper.xml" afterDir="false" />
  249. <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" />
  250. <change beforePath="$PROJECT_DIR$/yijia-coupon/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-coupon/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
  251. <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" />
  252. <change beforePath="$PROJECT_DIR$/yijia-customer/src/main/resources/mapper/customer/CustomerCardUseRecordMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/src/main/resources/mapper/customer/CustomerCardUseRecordMapper.xml" afterDir="false" />
  253. <change beforePath="$PROJECT_DIR$/yijia-customer/src/main/resources/mapper/customer/CustomerManageMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/src/main/resources/mapper/customer/CustomerManageMapper.xml" afterDir="false" />
  254. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/controller/CustomerCardRecordConsumptionController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/controller/CustomerCardRecordConsumptionController.class" afterDir="false" />
  255. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/controller/CustomerCardSettingController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/controller/CustomerCardSettingController.class" afterDir="false" />
  256. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/controller/CustomerCardUseRecordController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/controller/CustomerCardUseRecordController.class" afterDir="false" />
  257. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/controller/CustomerElectronicCardController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/controller/CustomerElectronicCardController.class" afterDir="false" />
  258. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/controller/CustomerManageController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/controller/CustomerManageController.class" afterDir="false" />
  259. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/domain/CustomerCardRecordConsumption.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/domain/CustomerCardRecordConsumption.class" afterDir="false" />
  260. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/domain/CustomerCardSetting.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/domain/CustomerCardSetting.class" afterDir="false" />
  261. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/domain/CustomerCardUseRecord.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/domain/CustomerCardUseRecord.class" afterDir="false" />
  262. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/domain/CustomerElectronicCard.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/domain/CustomerElectronicCard.class" afterDir="false" />
  263. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/domain/CustomerGradeSetting.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/domain/CustomerGradeSetting.class" afterDir="false" />
  264. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/domain/CustomerManage.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/domain/CustomerManage.class" afterDir="false" />
  265. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/mapper/CustomerCardUseRecordMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/mapper/CustomerCardUseRecordMapper.class" afterDir="false" />
  266. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/mapper/CustomerManageMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/mapper/CustomerManageMapper.class" afterDir="false" />
  267. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/service/ICustomerCardUseRecordService.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/service/ICustomerCardUseRecordService.class" afterDir="false" />
  268. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/service/ICustomerManageService.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/service/ICustomerManageService.class" afterDir="false" />
  269. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/service/impl/CustomerCardSettingServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/service/impl/CustomerCardSettingServiceImpl.class" afterDir="false" />
  270. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/service/impl/CustomerCardUseRecordServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/service/impl/CustomerCardUseRecordServiceImpl.class" afterDir="false" />
  271. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/service/impl/CustomerManageServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/service/impl/CustomerManageServiceImpl.class" afterDir="false" />
  272. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/mapper/customer/CustomerCardSettingDetailMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/mapper/customer/CustomerCardSettingDetailMapper.xml" afterDir="false" />
  273. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/mapper/customer/CustomerCardSettingMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/mapper/customer/CustomerCardSettingMapper.xml" afterDir="false" />
  274. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/mapper/customer/CustomerCardUseRecordMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/mapper/customer/CustomerCardUseRecordMapper.xml" afterDir="false" />
  275. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/mapper/customer/CustomerElectronicCardMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/mapper/customer/CustomerElectronicCardMapper.xml" afterDir="false" />
  276. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/mapper/customer/CustomerGradeSettingMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/mapper/customer/CustomerGradeSettingMapper.xml" afterDir="false" />
  277. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/mapper/customer/CustomerManageMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/mapper/customer/CustomerManageMapper.xml" afterDir="false" />
  278. <change beforePath="$PROJECT_DIR$/yijia-framework/target/classes/com/yijia/framework/aspectj/DataSourceAspect.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-framework/target/classes/com/yijia/framework/aspectj/DataSourceAspect.class" afterDir="false" />
  279. <change beforePath="$PROJECT_DIR$/yijia-framework/target/classes/com/yijia/framework/config/CaptchaConfig.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-framework/target/classes/com/yijia/framework/config/CaptchaConfig.class" afterDir="false" />
  280. <change beforePath="$PROJECT_DIR$/yijia-generator/src/main/resources/generator.yml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-generator/src/main/resources/generator.yml" afterDir="false" />
  281. <change beforePath="$PROJECT_DIR$/yijia-generator/target/classes/generator.yml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-generator/target/classes/generator.yml" afterDir="false" />
  282. <change beforePath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/controller/CustomerPointsController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/controller/CustomerPointsController.class" afterDir="false" />
  283. <change beforePath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/controller/IntegralOrderController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/controller/IntegralOrderController.class" afterDir="false" />
  284. <change beforePath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/controller/IntegralRuleController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/controller/IntegralRuleController.class" afterDir="false" />
  285. <change beforePath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/domain/CustomerPointsRecord.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/domain/CustomerPointsRecord.class" afterDir="false" />
  286. <change beforePath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/domain/IntegralOrder.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/domain/IntegralOrder.class" afterDir="false" />
  287. <change beforePath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/domain/IntegralRule.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/domain/IntegralRule.class" afterDir="false" />
  288. <change beforePath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/domain/IntegralWares.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/domain/IntegralWares.class" afterDir="false" />
  289. <change beforePath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/service/impl/IntegralRuleServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/service/impl/IntegralRuleServiceImpl.class" afterDir="false" />
  290. <change beforePath="$PROJECT_DIR$/yijia-integral/target/classes/mapper/integral/CustomerPointsMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/classes/mapper/integral/CustomerPointsMapper.xml" afterDir="false" />
  291. <change beforePath="$PROJECT_DIR$/yijia-integral/target/classes/mapper/integral/CustomerPointsRecordMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/classes/mapper/integral/CustomerPointsRecordMapper.xml" afterDir="false" />
  292. <change beforePath="$PROJECT_DIR$/yijia-integral/target/classes/mapper/integral/IntegralOrderMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/classes/mapper/integral/IntegralOrderMapper.xml" afterDir="false" />
  293. <change beforePath="$PROJECT_DIR$/yijia-integral/target/classes/mapper/integral/IntegralRuleMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/classes/mapper/integral/IntegralRuleMapper.xml" afterDir="false" />
  294. <change beforePath="$PROJECT_DIR$/yijia-integral/target/classes/mapper/integral/IntegralWaresMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/classes/mapper/integral/IntegralWaresMapper.xml" afterDir="false" />
  295. <change beforePath="$PROJECT_DIR$/yijia-label/src/main/resources/mapper/label/CustomerLabelDemoMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-label/src/main/resources/mapper/label/CustomerLabelDemoMapper.xml" afterDir="false" />
  296. <change beforePath="$PROJECT_DIR$/yijia-label/yijia-label.iml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-label/yijia-label.iml" afterDir="false" />
  297. <change beforePath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/market/controller/MarkertPlanController.class" beforeDir="false" />
  298. <change beforePath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/market/controller/MarketCouponController.class" beforeDir="false" />
  299. <change beforePath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/market/domain/MarkertPlan.class" beforeDir="false" />
  300. <change beforePath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/market/domain/MarketCoupon.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/markert/domain/MarketCoupon.class" afterDir="false" />
  301. <change beforePath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/market/mapper/MarkertPlanMapper.class" beforeDir="false" />
  302. <change beforePath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/market/mapper/MarketCouponMapper.class" beforeDir="false" />
  303. <change beforePath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/market/service/IMarkertPlanService.class" beforeDir="false" />
  304. <change beforePath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/market/service/IMarketCouponService.class" beforeDir="false" />
  305. <change beforePath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/market/service/impl/MarkertPlanServiceImpl.class" beforeDir="false" />
  306. <change beforePath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/market/service/impl/MarketCouponServiceImpl.class" beforeDir="false" />
  307. <change beforePath="$PROJECT_DIR$/yijia-market/target/classes/mapper/market/MarkertPlanMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-market/target/classes/mapper/market/MarkertPlanMapper.xml" afterDir="false" />
  308. <change beforePath="$PROJECT_DIR$/yijia-market/target/classes/mapper/market/MarketCouponMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-market/target/classes/mapper/market/MarketCouponMapper.xml" afterDir="false" />
  309. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/NoOilOrderController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/NoOilOrderController.class" afterDir="false" />
  310. <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" />
  311. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationClassStructureController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationClassStructureController.class" afterDir="false" />
  312. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationClassesSummaryController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationClassesSummaryController.class" afterDir="false" />
  313. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationDeviceManageController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationDeviceManageController.class" afterDir="false" />
  314. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationInfoController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationInfoController.class" afterDir="false" />
  315. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationOilGunController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationOilGunController.class" afterDir="false" />
  316. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationOilPriceAdjustController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationOilPriceAdjustController.class" afterDir="false" />
  317. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationOilPriceController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationOilPriceController.class" afterDir="false" />
  318. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationPayController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationPayController.class" afterDir="false" />
  319. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationPersonnelController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationPersonnelController.class" afterDir="false" />
  320. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationPicController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/controller/StationPicController.class" afterDir="false" />
  321. <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" />
  322. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/domain/StationClassStructure.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/domain/StationClassStructure.class" afterDir="false" />
  323. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/domain/StationDeviceManage.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/domain/StationDeviceManage.class" afterDir="false" />
  324. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/domain/StationOilPrice.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/domain/StationOilPrice.class" afterDir="false" />
  325. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/domain/StationPay.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/domain/StationPay.class" afterDir="false" />
  326. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/domain/StationPersonnel.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/domain/StationPersonnel.class" afterDir="false" />
  327. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/domain/StationPic.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/domain/StationPic.class" afterDir="false" />
  328. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/mapper/PayOrderMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/mapper/PayOrderMapper.class" afterDir="false" />
  329. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/mapper/StationOilPriceMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/mapper/StationOilPriceMapper.class" afterDir="false" />
  330. <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" />
  331. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/service/IStationOilPriceService.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/service/IStationOilPriceService.class" afterDir="false" />
  332. <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" />
  333. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/service/impl/StationOilPriceServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/service/impl/StationOilPriceServiceImpl.class" afterDir="false" />
  334. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/service/impl/StationPayServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/service/impl/StationPayServiceImpl.class" afterDir="false" />
  335. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/utils/FeiEPrinterUtil.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/com/yijia/station/utils/FeiEPrinterUtil.class" afterDir="false" />
  336. <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" />
  337. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/StationClassStructureMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/StationClassStructureMapper.xml" afterDir="false" />
  338. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/StationDeviceManageMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/StationDeviceManageMapper.xml" afterDir="false" />
  339. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/StationOilGunMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/StationOilGunMapper.xml" afterDir="false" />
  340. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/StationOilPriceAdjustMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/StationOilPriceAdjustMapper.xml" afterDir="false" />
  341. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/StationOilPriceMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/StationOilPriceMapper.xml" afterDir="false" />
  342. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/StationPayMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/StationPayMapper.xml" afterDir="false" />
  343. <change beforePath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/StationPersonnelMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/target/classes/mapper/station/StationPersonnelMapper.xml" afterDir="false" />
  344. <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" />
  345. <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" />
  346. <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" />
  347. <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" />
  348. <change beforePath="$PROJECT_DIR$/yijia-station/yijia-station.iml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/yijia-station.iml" afterDir="false" />
  349. <change beforePath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/domain/SysDeptDemo.class" beforeDir="false" />
  350. <change beforePath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/mapper/SysDeptMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/mapper/SysDeptMapper.class" afterDir="false" />
  351. <change beforePath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/mapper/SysDictDataMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/mapper/SysDictDataMapper.class" afterDir="false" />
  352. <change beforePath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/mapper/SysUserMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/mapper/SysUserMapper.class" afterDir="false" />
  353. <change beforePath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/service/ISysDeptService.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/service/ISysDeptService.class" afterDir="false" />
  354. <change beforePath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/service/ISysUserService.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/service/ISysUserService.class" afterDir="false" />
  355. <change beforePath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/service/impl/SysDeptServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/service/impl/SysDeptServiceImpl.class" afterDir="false" />
  356. <change beforePath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/service/impl/SysUserServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-system/target/classes/com/yijia/system/service/impl/SysUserServiceImpl.class" afterDir="false" />
  357. <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" />
  358. <change beforePath="$PROJECT_DIR$/yijia-system/target/classes/mapper/system/SysDictDataMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-system/target/classes/mapper/system/SysDictDataMapper.xml" afterDir="false" />
  359. <change beforePath="$PROJECT_DIR$/yijia-system/target/classes/mapper/system/SysUserMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-system/target/classes/mapper/system/SysUserMapper.xml" afterDir="false" />
  360. </list>
  361. <option name="SHOW_DIALOG" value="false" />
  362. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  363. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  364. <option name="LAST_RESOLUTION" value="IGNORE" />
  365. </component>
  366. <component name="DatabaseView">
  367. <option name="SHOW_INTERMEDIATE" value="true" />
  368. <option name="GROUP_DATA_SOURCES" value="true" />
  369. <option name="GROUP_SCHEMA" value="true" />
  370. <option name="GROUP_CONTENTS" value="false" />
  371. <option name="SORT_POSITIONED" value="false" />
  372. <option name="SHOW_EMPTY_GROUPS" value="false" />
  373. <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
  374. <option name="HIDDEN_KINDS">
  375. <set />
  376. </option>
  377. <expand />
  378. <select />
  379. </component>
  380. <component name="FileTemplateManagerImpl">
  381. <option name="RECENT_TEMPLATES">
  382. <list>
  383. <option value="FxmlFile" />
  384. <option value="spring-beans.schema" />
  385. <option value="Class" />
  386. </list>
  387. </option>
  388. </component>
  389. <component name="Git.Settings">
  390. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  391. </component>
  392. <component name="ProjectId" id="1rsUhoIAb4lHab0lIKX0r7632LF" />
  393. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  394. <component name="ProjectViewState">
  395. <option name="hideEmptyMiddlePackages" value="true" />
  396. <option name="showLibraryContents" value="true" />
  397. </component>
  398. <component name="PropertiesComponent">
  399. <property name="RequestMappingsPanelOrder0" value="0" />
  400. <property name="RequestMappingsPanelOrder1" value="1" />
  401. <property name="RequestMappingsPanelWidth0" value="75" />
  402. <property name="RequestMappingsPanelWidth1" value="75" />
  403. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  404. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  405. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  406. <property name="WebServerToolWindowFactoryState" value="false" />
  407. <property name="aspect.path.notification.shown" value="true" />
  408. <property name="last_opened_file_path" value="$PROJECT_DIR$/yijia-label/src/main/resources/mapper/label" />
  409. <property name="node.js.detected.package.eslint" value="true" />
  410. <property name="node.js.detected.package.tslint" value="true" />
  411. <property name="node.js.path.for.package.eslint" value="project" />
  412. <property name="node.js.path.for.package.tslint" value="project" />
  413. <property name="node.js.selected.package.eslint" value="(autodetect)" />
  414. <property name="node.js.selected.package.tslint" value="(autodetect)" />
  415. <property name="nodejs_package_manager_path" value="npm" />
  416. <property name="project.structure.last.edited" value="Modules" />
  417. <property name="project.structure.proportion" value="0.15" />
  418. <property name="project.structure.side.proportion" value="0.2" />
  419. <property name="settings.editor.selected.configurable" value="reactor" />
  420. </component>
  421. <component name="RecentsManager">
  422. <key name="CreateClassDialog.RecentsKey">
  423. <recent name="com.yijia.station.service" />
  424. <recent name="com.yijia.station.controller" />
  425. </key>
  426. <key name="CopyClassDialog.RECENTS_KEY">
  427. <recent name="com.yijia.label.mapper" />
  428. <recent name="com.yijia.label.service.impl" />
  429. <recent name="com.yijia.label.domain" />
  430. </key>
  431. <key name="CopyFile.RECENT_KEYS">
  432. <recent name="D:\开发项目\SAAS-AFTEREND\yijia-label\src\main\resources\mapper\label" />
  433. <recent name="D:\开发项目" />
  434. <recent name="D:\开发项目\SAAS-AFTEREND" />
  435. </key>
  436. </component>
  437. <component name="RunManager" selected="Spring Boot.YiJiaApplication">
  438. <configuration name="test" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  439. <option name="MAIN_CLASS_NAME" value="com.yijia.web.test" />
  440. <module name="yijia-admin" />
  441. <extension name="coverage">
  442. <pattern>
  443. <option name="PATTERN" value="com.yijia.web.*" />
  444. <option name="ENABLED" value="true" />
  445. </pattern>
  446. </extension>
  447. <method v="2">
  448. <option name="Make" enabled="true" />
  449. </method>
  450. </configuration>
  451. <configuration name="YiJiaApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  452. <module name="yijia-admin" />
  453. <option name="SPRING_BOOT_MAIN_CLASS" value="com.yijia.YiJiaApplication" />
  454. <method v="2">
  455. <option name="Make" enabled="true" />
  456. </method>
  457. </configuration>
  458. <recent_temporary>
  459. <list>
  460. <item itemvalue="Application.test" />
  461. </list>
  462. </recent_temporary>
  463. </component>
  464. <component name="ServiceViewManager">
  465. <option name="viewStates">
  466. <list>
  467. <serviceView>
  468. <treeState>
  469. <expand />
  470. <select />
  471. </treeState>
  472. </serviceView>
  473. </list>
  474. </option>
  475. <option name="showServicesTree" value="false" />
  476. </component>
  477. <component name="SpellCheckerSettings" BundledDictionaries="0" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" Dictionaries="0" CorrectionsLimit="5" DefaultDictionary="application-level" UseSingleDictionary="true" />
  478. <component name="SvnConfiguration">
  479. <configuration />
  480. </component>
  481. <component name="TaskManager">
  482. <task active="true" id="Default" summary="Default task">
  483. <changelist id="d95263d0-9dff-44b4-8deb-343711f78d5d" name="Default Changelist" comment="" />
  484. <created>1619764416168</created>
  485. <option name="number" value="Default" />
  486. <option name="presentableId" value="Default" />
  487. <updated>1619764416168</updated>
  488. <workItem from="1619764418383" duration="105000" />
  489. <workItem from="1619771535576" duration="1443000" />
  490. <workItem from="1619773160476" duration="729000" />
  491. <workItem from="1620910524869" duration="3140000" />
  492. <workItem from="1621323592288" duration="591000" />
  493. <workItem from="1622048644352" duration="645000" />
  494. <workItem from="1622392600264" duration="41000" />
  495. <workItem from="1622392656162" duration="3893000" />
  496. <workItem from="1622557599863" duration="17000" />
  497. <workItem from="1622818227278" duration="26000" />
  498. <workItem from="1622818289564" duration="63000" />
  499. <workItem from="1623581434936" duration="3149000" />
  500. <workItem from="1623594933567" duration="46000" />
  501. <workItem from="1623724045761" duration="17972000" />
  502. <workItem from="1623804548031" duration="302000" />
  503. <workItem from="1623804940504" duration="15388000" />
  504. <workItem from="1623891445908" duration="16593000" />
  505. <workItem from="1623977072261" duration="19479000" />
  506. <workItem from="1624089275283" duration="951000" />
  507. <workItem from="1624236468771" duration="13580000" />
  508. <workItem from="1624278193851" duration="589000" />
  509. <workItem from="1624279054577" duration="1549000" />
  510. <workItem from="1624322970147" duration="12602000" />
  511. <workItem from="1624409364719" duration="1816000" />
  512. <workItem from="1624412333657" duration="1271000" />
  513. <workItem from="1624426424948" duration="5165000" />
  514. <workItem from="1624496054790" duration="333000" />
  515. <workItem from="1624497325493" duration="9032000" />
  516. <workItem from="1624582712571" duration="18295000" />
  517. <workItem from="1624842327326" duration="7214000" />
  518. <workItem from="1624887672760" duration="898000" />
  519. <workItem from="1624888913289" duration="2415000" />
  520. <workItem from="1624896871092" duration="797000" />
  521. <workItem from="1624928644802" duration="17856000" />
  522. <workItem from="1625100102517" duration="24768000" />
  523. <workItem from="1625187136350" duration="18281000" />
  524. <workItem from="1625229801576" duration="360000" />
  525. <workItem from="1625533311248" duration="1164000" />
  526. <workItem from="1625534770392" duration="5297000" />
  527. <workItem from="1625540886637" duration="18152000" />
  528. <workItem from="1625705821288" duration="24841000" />
  529. <workItem from="1625792455977" duration="22441000" />
  530. <workItem from="1626052076163" duration="6889000" />
  531. <workItem from="1626137544995" duration="24853000" />
  532. <workItem from="1626224484065" duration="28534000" />
  533. <workItem from="1626270096425" duration="7937000" />
  534. <workItem from="1626309771524" duration="16134000" />
  535. <workItem from="1626397029036" duration="20294000" />
  536. <workItem from="1626657173218" duration="22807000" />
  537. <workItem from="1626742003271" duration="18938000" />
  538. <workItem from="1626829108357" duration="9564000" />
  539. <workItem from="1626915329482" duration="6308000" />
  540. <workItem from="1627002572361" duration="9407000" />
  541. <workItem from="1627261441315" duration="2846000" />
  542. <workItem from="1627269567650" duration="3434000" />
  543. <workItem from="1627292337936" duration="1420000" />
  544. <workItem from="1627346739029" duration="2841000" />
  545. <workItem from="1627355574657" duration="940000" />
  546. <workItem from="1627438167426" duration="3160000" />
  547. <workItem from="1627461511869" duration="2512000" />
  548. <workItem from="1627520626319" duration="9126000" />
  549. <workItem from="1627628887383" duration="622000" />
  550. <workItem from="1627636880488" duration="595000" />
  551. <workItem from="1627649392314" duration="342000" />
  552. <workItem from="1627868243436" duration="5621000" />
  553. <workItem from="1627893445782" duration="595000" />
  554. <workItem from="1627952026659" duration="9224000" />
  555. <workItem from="1628037877247" duration="13270000" />
  556. <workItem from="1628092822724" duration="712000" />
  557. <workItem from="1628124192861" duration="733000" />
  558. </task>
  559. <task id="LOCAL-00001" summary="前端配置文件package-config.json删除">
  560. <created>1619772586309</created>
  561. <option name="number" value="00001" />
  562. <option name="presentableId" value="LOCAL-00001" />
  563. <option name="project" value="LOCAL" />
  564. <updated>1619772586309</updated>
  565. </task>
  566. <task id="LOCAL-00002" summary="前端配置文件package-config.json删除">
  567. <created>1619773193656</created>
  568. <option name="number" value="00002" />
  569. <option name="presentableId" value="LOCAL-00002" />
  570. <option name="project" value="LOCAL" />
  571. <updated>1619773193656</updated>
  572. </task>
  573. <task id="LOCAL-00003" summary="增加标签管理">
  574. <created>1623805126883</created>
  575. <option name="number" value="00003" />
  576. <option name="presentableId" value="LOCAL-00003" />
  577. <option name="project" value="LOCAL" />
  578. <updated>1623805126883</updated>
  579. </task>
  580. <task id="LOCAL-00004" summary="标签管理">
  581. <created>1624270608239</created>
  582. <option name="number" value="00004" />
  583. <option name="presentableId" value="LOCAL-00004" />
  584. <option name="project" value="LOCAL" />
  585. <updated>1624270608239</updated>
  586. </task>
  587. <task id="LOCAL-00005" summary="修改标签规则">
  588. <created>1624349102950</created>
  589. <option name="number" value="00005" />
  590. <option name="presentableId" value="LOCAL-00005" />
  591. <option name="project" value="LOCAL" />
  592. <updated>1624349102950</updated>
  593. </task>
  594. <task id="LOCAL-00006" summary="修改之前以为你包名错误引发的问题">
  595. <created>1624349383289</created>
  596. <option name="number" value="00006" />
  597. <option name="presentableId" value="LOCAL-00006" />
  598. <option name="project" value="LOCAL" />
  599. <updated>1624349383289</updated>
  600. </task>
  601. <task id="LOCAL-00007" summary="x修改文件名问题">
  602. <created>1624349853197</created>
  603. <option name="number" value="00007" />
  604. <option name="presentableId" value="LOCAL-00007" />
  605. <option name="project" value="LOCAL" />
  606. <updated>1624349853197</updated>
  607. </task>
  608. <task id="LOCAL-00008" summary="修改标签">
  609. <created>1624350041927</created>
  610. <option name="number" value="00008" />
  611. <option name="presentableId" value="LOCAL-00008" />
  612. <option name="project" value="LOCAL" />
  613. <updated>1624350041927</updated>
  614. </task>
  615. <task id="LOCAL-00009" summary="增加字段">
  616. <created>1624350405906</created>
  617. <option name="number" value="00009" />
  618. <option name="presentableId" value="LOCAL-00009" />
  619. <option name="project" value="LOCAL" />
  620. <updated>1624350405906</updated>
  621. </task>
  622. <task id="LOCAL-00010" summary="优化默认的油站信息">
  623. <created>1624350755316</created>
  624. <option name="number" value="00010" />
  625. <option name="presentableId" value="LOCAL-00010" />
  626. <option name="project" value="LOCAL" />
  627. <updated>1624350755316</updated>
  628. </task>
  629. <task id="LOCAL-00011" summary="修改油站信息">
  630. <created>1624350945987</created>
  631. <option name="number" value="00011" />
  632. <option name="presentableId" value="LOCAL-00011" />
  633. <option name="project" value="LOCAL" />
  634. <updated>1624350945987</updated>
  635. </task>
  636. <task id="LOCAL-00012" summary="充值消费查询,按照日期查询">
  637. <created>1624351040781</created>
  638. <option name="number" value="00012" />
  639. <option name="presentableId" value="LOCAL-00012" />
  640. <option name="project" value="LOCAL" />
  641. <updated>1624351040781</updated>
  642. </task>
  643. <task id="LOCAL-00013" summary="修改标签">
  644. <created>1624426462045</created>
  645. <option name="number" value="00013" />
  646. <option name="presentableId" value="LOCAL-00013" />
  647. <option name="project" value="LOCAL" />
  648. <updated>1624426462045</updated>
  649. </task>
  650. <task id="LOCAL-00014" summary="修改充值消费">
  651. <created>1624426667330</created>
  652. <option name="number" value="00014" />
  653. <option name="presentableId" value="LOCAL-00014" />
  654. <option name="project" value="LOCAL" />
  655. <updated>1624426667330</updated>
  656. </task>
  657. <task id="LOCAL-00015" summary="修改标签修改">
  658. <created>1624435073005</created>
  659. <option name="number" value="00015" />
  660. <option name="presentableId" value="LOCAL-00015" />
  661. <option name="project" value="LOCAL" />
  662. <updated>1624435073005</updated>
  663. </task>
  664. <task id="LOCAL-00016" summary="增加标签管理">
  665. <created>1624496217956</created>
  666. <option name="number" value="00016" />
  667. <option name="presentableId" value="LOCAL-00016" />
  668. <option name="project" value="LOCAL" />
  669. <updated>1624496217956</updated>
  670. </task>
  671. <task id="LOCAL-00017" summary="电子卡增加标签营销方案">
  672. <created>1624521587568</created>
  673. <option name="number" value="00017" />
  674. <option name="presentableId" value="LOCAL-00017" />
  675. <option name="project" value="LOCAL" />
  676. <updated>1624521587568</updated>
  677. </task>
  678. <task id="LOCAL-00018" summary="增加营销管理字段">
  679. <created>1624887996839</created>
  680. <option name="number" value="00018" />
  681. <option name="presentableId" value="LOCAL-00018" />
  682. <option name="project" value="LOCAL" />
  683. <updated>1624887996839</updated>
  684. </task>
  685. <task id="LOCAL-00019" summary="便签管理">
  686. <created>1624888161019</created>
  687. <option name="number" value="00019" />
  688. <option name="presentableId" value="LOCAL-00019" />
  689. <option name="project" value="LOCAL" />
  690. <updated>1624888161019</updated>
  691. </task>
  692. <task id="LOCAL-00020" summary="标签接口引入">
  693. <created>1624888233107</created>
  694. <option name="number" value="00020" />
  695. <option name="presentableId" value="LOCAL-00020" />
  696. <option name="project" value="LOCAL" />
  697. <updated>1624888233107</updated>
  698. </task>
  699. <task id="LOCAL-00021" summary="客户信息">
  700. <created>1624888295731</created>
  701. <option name="number" value="00021" />
  702. <option name="presentableId" value="LOCAL-00021" />
  703. <option name="project" value="LOCAL" />
  704. <updated>1624888295731</updated>
  705. </task>
  706. <task id="LOCAL-00022" summary="客户标签绑定">
  707. <created>1625106672117</created>
  708. <option name="number" value="00022" />
  709. <option name="presentableId" value="LOCAL-00022" />
  710. <option name="project" value="LOCAL" />
  711. <updated>1625106672118</updated>
  712. </task>
  713. <task id="LOCAL-00023" summary="修改登陆人信息,代理人信息增加,部门信息查询">
  714. <created>1625795043772</created>
  715. <option name="number" value="00023" />
  716. <option name="presentableId" value="LOCAL-00023" />
  717. <option name="project" value="LOCAL" />
  718. <updated>1625795043772</updated>
  719. </task>
  720. <task id="LOCAL-00024" summary="代理人信息,用户信息">
  721. <created>1625795086178</created>
  722. <option name="number" value="00024" />
  723. <option name="presentableId" value="LOCAL-00024" />
  724. <option name="project" value="LOCAL" />
  725. <updated>1625795086178</updated>
  726. </task>
  727. <task id="LOCAL-00025" summary="增加代理人">
  728. <created>1625795128687</created>
  729. <option name="number" value="00025" />
  730. <option name="presentableId" value="LOCAL-00025" />
  731. <option name="project" value="LOCAL" />
  732. <updated>1625795128687</updated>
  733. </task>
  734. <task id="LOCAL-00026" summary="代理人管理">
  735. <created>1625795160334</created>
  736. <option name="number" value="00026" />
  737. <option name="presentableId" value="LOCAL-00026" />
  738. <option name="project" value="LOCAL" />
  739. <updated>1625795160334</updated>
  740. </task>
  741. <task id="LOCAL-00027" summary="增加代理人。代理集团。">
  742. <created>1625795226432</created>
  743. <option name="number" value="00027" />
  744. <option name="presentableId" value="LOCAL-00027" />
  745. <option name="project" value="LOCAL" />
  746. <updated>1625795226432</updated>
  747. </task>
  748. <task id="LOCAL-00028" summary="增加阶梯直降">
  749. <created>1625795336302</created>
  750. <option name="number" value="00028" />
  751. <option name="presentableId" value="LOCAL-00028" />
  752. <option name="project" value="LOCAL" />
  753. <updated>1625795336302</updated>
  754. </task>
  755. <task id="LOCAL-00029" summary="客户信息查询优化">
  756. <created>1625795711164</created>
  757. <option name="number" value="00029" />
  758. <option name="presentableId" value="LOCAL-00029" />
  759. <option name="project" value="LOCAL" />
  760. <updated>1625795711164</updated>
  761. </task>
  762. <task id="LOCAL-00030" summary="分级权限查询">
  763. <created>1626138316438</created>
  764. <option name="number" value="00030" />
  765. <option name="presentableId" value="LOCAL-00030" />
  766. <option name="project" value="LOCAL" />
  767. <updated>1626138316438</updated>
  768. </task>
  769. <task id="LOCAL-00031" summary="分级权限查询">
  770. <created>1626140290896</created>
  771. <option name="number" value="00031" />
  772. <option name="presentableId" value="LOCAL-00031" />
  773. <option name="project" value="LOCAL" />
  774. <updated>1626140290896</updated>
  775. </task>
  776. <task id="LOCAL-00032" summary="分级权限查询,lnG功能开发">
  777. <created>1626284976664</created>
  778. <option name="number" value="00032" />
  779. <option name="presentableId" value="LOCAL-00032" />
  780. <option name="project" value="LOCAL" />
  781. <updated>1626284976664</updated>
  782. </task>
  783. <task id="LOCAL-00033" summary="修改设备类型1是小票机2是pos机">
  784. <created>1626674675811</created>
  785. <option name="number" value="00033" />
  786. <option name="presentableId" value="LOCAL-00033" />
  787. <option name="project" value="LOCAL" />
  788. <updated>1626674675811</updated>
  789. </task>
  790. <task id="LOCAL-00034" summary="补打标签">
  791. <created>1626759373661</created>
  792. <option name="number" value="00034" />
  793. <option name="presentableId" value="LOCAL-00034" />
  794. <option name="project" value="LOCAL" />
  795. <updated>1626759373661</updated>
  796. </task>
  797. <task id="LOCAL-00035" summary="删除没有用的引入包">
  798. <created>1628038126804</created>
  799. <option name="number" value="00035" />
  800. <option name="presentableId" value="LOCAL-00035" />
  801. <option name="project" value="LOCAL" />
  802. <updated>1628038126804</updated>
  803. </task>
  804. <task id="LOCAL-00036" summary="增加司机优惠价格">
  805. <created>1628038232514</created>
  806. <option name="number" value="00036" />
  807. <option name="presentableId" value="LOCAL-00036" />
  808. <option name="project" value="LOCAL" />
  809. <updated>1628038232514</updated>
  810. </task>
  811. <task id="LOCAL-00037" summary="增加员工逻辑删除">
  812. <created>1628038287377</created>
  813. <option name="number" value="00037" />
  814. <option name="presentableId" value="LOCAL-00037" />
  815. <option name="project" value="LOCAL" />
  816. <updated>1628038287377</updated>
  817. </task>
  818. <task id="LOCAL-00038" summary="标签规则设置,增加是否强拉字段标签">
  819. <created>1628038480195</created>
  820. <option name="number" value="00038" />
  821. <option name="presentableId" value="LOCAL-00038" />
  822. <option name="project" value="LOCAL" />
  823. <updated>1628038480195</updated>
  824. </task>
  825. <task id="LOCAL-00039" summary="增加城市字段,增加是都是lNG标识字段。">
  826. <created>1628039022248</created>
  827. <option name="number" value="00039" />
  828. <option name="presentableId" value="LOCAL-00039" />
  829. <option name="project" value="LOCAL" />
  830. <updated>1628039022248</updated>
  831. </task>
  832. <task id="LOCAL-00040" summary="增加加油员id">
  833. <created>1628066460415</created>
  834. <option name="number" value="00040" />
  835. <option name="presentableId" value="LOCAL-00040" />
  836. <option name="project" value="LOCAL" />
  837. <updated>1628066460415</updated>
  838. </task>
  839. <option name="localTasksCounter" value="41" />
  840. <servers />
  841. </component>
  842. <component name="TypeScriptGeneratedFilesManager">
  843. <option name="version" value="1" />
  844. </component>
  845. <component name="Vcs.Log.History.Properties">
  846. <option name="COLUMN_ORDER">
  847. <list>
  848. <option value="0" />
  849. <option value="2" />
  850. <option value="3" />
  851. <option value="1" />
  852. </list>
  853. </option>
  854. </component>
  855. <component name="Vcs.Log.Tabs.Properties">
  856. <option name="TAB_STATES">
  857. <map>
  858. <entry key="MAIN">
  859. <value>
  860. <State>
  861. <option name="COLUMN_ORDER" />
  862. </State>
  863. </value>
  864. </entry>
  865. </map>
  866. </option>
  867. </component>
  868. <component name="VcsManagerConfiguration">
  869. <MESSAGE value="修改标签修改" />
  870. <MESSAGE value="增加标签管理" />
  871. <MESSAGE value="电子卡增加标签营销方案" />
  872. <MESSAGE value="增加营销管理字段" />
  873. <MESSAGE value="便签管理" />
  874. <MESSAGE value="标签接口引入" />
  875. <MESSAGE value="客户信息" />
  876. <MESSAGE value="客户标签绑定" />
  877. <MESSAGE value="修改登陆人信息,代理人信息增加,部门信息查询" />
  878. <MESSAGE value="代理人信息,用户信息" />
  879. <MESSAGE value="增加代理人" />
  880. <MESSAGE value="代理人管理" />
  881. <MESSAGE value="增加代理人。代理集团。" />
  882. <MESSAGE value="增加阶梯直降" />
  883. <MESSAGE value="客户信息查询优化" />
  884. <MESSAGE value="分级权限查询" />
  885. <MESSAGE value="分级权限查询,lnG功能开发" />
  886. <MESSAGE value="修改设备类型1是小票机2是pos机" />
  887. <MESSAGE value="补打标签" />
  888. <MESSAGE value="删除没有用的引入包" />
  889. <MESSAGE value="增加司机优惠价格" />
  890. <MESSAGE value="增加员工逻辑删除" />
  891. <MESSAGE value="标签规则设置,增加是否强拉字段标签" />
  892. <MESSAGE value="增加城市字段,增加是都是lNG标识字段。" />
  893. <MESSAGE value="增加加油员id" />
  894. <option name="LAST_COMMIT_MESSAGE" value="增加加油员id" />
  895. </component>
  896. <component name="WindowStateProjectService">
  897. <state x="2511" y="202" key="#Project_Structure" timestamp="1626674692213">
  898. <screen x="1998" y="0" width="1842" height="1080" />
  899. </state>
  900. <state x="2511" y="202" key="#Project_Structure/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1626674692213" />
  901. <state x="613" y="111" width="330" height="698" key="#com.intellij.ide.util.MemberChooser" timestamp="1628060217000">
  902. <screen x="62" y="0" width="1474" height="864" />
  903. </state>
  904. <state x="574" y="106" key="#com.intellij.ide.util.MemberChooser/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624502676832" />
  905. <state x="2638" y="134" key="#com.intellij.ide.util.MemberChooser/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1624588816155" />
  906. <state x="2677" y="139" key="#com.intellij.ide.util.MemberChooser/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625208134199" />
  907. <state x="613" y="111" key="#com.intellij.ide.util.MemberChooser/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625536749818" />
  908. <state x="2687" y="139" width="330" height="698" key="#com.intellij.ide.util.MemberChooser/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627267573135" />
  909. <state x="613" y="111" key="#com.intellij.ide.util.MemberChooser/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628060217000" />
  910. <state x="613" y="111" key="#com.intellij.ide.util.MemberChooser/62.0.1474.864@62.0.1474.864" timestamp="1625230033870" />
  911. <state x="2649" y="321" key="#com.intellij.ide.util.PackageChooserDialog" timestamp="1626141793813">
  912. <screen x="1998" y="0" width="1842" height="1080" />
  913. </state>
  914. <state x="2649" y="321" key="#com.intellij.ide.util.PackageChooserDialog/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1626141793813" />
  915. <state x="2530" y="468" key="#com.intellij.refactoring.move.MoveHandler.SelectRefactoringDialog" timestamp="1625808251467">
  916. <screen x="1998" y="0" width="1842" height="1080" />
  917. </state>
  918. <state x="2530" y="468" key="#com.intellij.refactoring.move.MoveHandler.SelectRefactoringDialog/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1625808251467" />
  919. <state x="2602" y="0" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog" timestamp="1625132595885">
  920. <screen x="1982" y="0" width="1858" height="1080" />
  921. </state>
  922. <state x="2602" y="0" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625132595885" />
  923. <state x="2649" y="290" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp="1626161037622">
  924. <screen x="1998" y="0" width="1842" height="1080" />
  925. </state>
  926. <state x="2649" y="290" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1626161037622" />
  927. <state x="315" y="10" key="CommitChangelistDialog2" timestamp="1628066457913">
  928. <screen x="62" y="0" width="1474" height="864" />
  929. </state>
  930. <state x="264" y="10" key="CommitChangelistDialog2/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624521586538" />
  931. <state x="2250" y="13" key="CommitChangelistDialog2/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1624270606865" />
  932. <state x="315" y="10" key="CommitChangelistDialog2/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625106671147" />
  933. <state x="2314" y="13" key="CommitChangelistDialog2/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1626759368770" />
  934. <state x="315" y="10" key="CommitChangelistDialog2/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628066457913" />
  935. <state x="315" y="10" key="CommitChangelistDialog2/62.0.1474.864@62.0.1474.864" timestamp="1628039017272" />
  936. <state width="442" height="466" key="DebuggerActiveHint" timestamp="1625736545533">
  937. <screen x="1998" y="0" width="1842" height="1080" />
  938. </state>
  939. <state width="442" height="466" key="DebuggerActiveHint/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1625736545533" />
  940. <state x="203" y="73" width="1179" height="717" key="DiffContextDialog" timestamp="1628038977442">
  941. <screen x="62" y="0" width="1474" height="864" />
  942. </state>
  943. <state x="147" y="70" width="1228" height="685" key="DiffContextDialog/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624521628952" />
  944. <state x="2174" y="91" width="1535" height="857" key="DiffContextDialog/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1626140278320" />
  945. <state x="203" y="73" width="1229" height="686" key="DiffContextDialog/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1627291889476" />
  946. <state x="203" y="73" width="1179" height="717" key="DiffContextDialog/62.0.1474.864@62.0.1474.864" timestamp="1628038977442" />
  947. <state x="2646" y="224" key="FileChooserDialogImpl" timestamp="1624952402323">
  948. <screen x="1982" y="0" width="1858" height="1080" />
  949. </state>
  950. <state x="2606" y="216" key="FileChooserDialogImpl/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1624268323786" />
  951. <state x="549" y="171" key="FileChooserDialogImpl/0.0.1536.824@0.0.1536.824" timestamp="1623594937804" />
  952. <state x="2646" y="224" key="FileChooserDialogImpl/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1624952402323" />
  953. <state width="1431" height="231" key="GridCell.Tab.0.bottom" timestamp="1628092930649">
  954. <screen x="62" y="0" width="1474" height="864" />
  955. </state>
  956. <state width="1493" height="207" key="GridCell.Tab.0.bottom/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624845068311" />
  957. <state width="1877" height="278" key="GridCell.Tab.0.bottom/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1624270698088" />
  958. <state width="1493" height="261" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1623594796805" />
  959. <state width="1815" height="362" key="GridCell.Tab.0.bottom/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541178075" />
  960. <state width="1431" height="470" key="GridCell.Tab.0.bottom/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625539990085" />
  961. <state width="1799" height="305" key="GridCell.Tab.0.bottom/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627881554363" />
  962. <state width="1431" height="231" key="GridCell.Tab.0.bottom/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448697" />
  963. <state width="1431" height="231" key="GridCell.Tab.0.bottom/62.0.1474.864@62.0.1474.864" timestamp="1628092930649" />
  964. <state width="1431" height="231" key="GridCell.Tab.0.center" timestamp="1628092930649">
  965. <screen x="62" y="0" width="1474" height="864" />
  966. </state>
  967. <state width="1493" height="207" key="GridCell.Tab.0.center/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624845068311" />
  968. <state width="1877" height="278" key="GridCell.Tab.0.center/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1624270698088" />
  969. <state width="1493" height="261" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1623594796805" />
  970. <state width="1815" height="362" key="GridCell.Tab.0.center/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541178075" />
  971. <state width="1431" height="470" key="GridCell.Tab.0.center/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625539990085" />
  972. <state width="1799" height="305" key="GridCell.Tab.0.center/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627881554363" />
  973. <state width="1431" height="231" key="GridCell.Tab.0.center/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448697" />
  974. <state width="1431" height="231" key="GridCell.Tab.0.center/62.0.1474.864@62.0.1474.864" timestamp="1628092930649" />
  975. <state width="1431" height="231" key="GridCell.Tab.0.left" timestamp="1628092930648">
  976. <screen x="62" y="0" width="1474" height="864" />
  977. </state>
  978. <state width="1493" height="207" key="GridCell.Tab.0.left/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624845068311" />
  979. <state width="1877" height="278" key="GridCell.Tab.0.left/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1624270698088" />
  980. <state width="1493" height="261" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1623594796805" />
  981. <state width="1815" height="362" key="GridCell.Tab.0.left/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541178075" />
  982. <state width="1431" height="470" key="GridCell.Tab.0.left/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625539990085" />
  983. <state width="1799" height="305" key="GridCell.Tab.0.left/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627881554363" />
  984. <state width="1431" height="231" key="GridCell.Tab.0.left/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448697" />
  985. <state width="1431" height="231" key="GridCell.Tab.0.left/62.0.1474.864@62.0.1474.864" timestamp="1628092930648" />
  986. <state width="1431" height="231" key="GridCell.Tab.0.right" timestamp="1628092930649">
  987. <screen x="62" y="0" width="1474" height="864" />
  988. </state>
  989. <state width="1493" height="207" key="GridCell.Tab.0.right/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624845068311" />
  990. <state width="1877" height="278" key="GridCell.Tab.0.right/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1624270698088" />
  991. <state width="1493" height="261" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1623594796805" />
  992. <state width="1815" height="362" key="GridCell.Tab.0.right/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541178075" />
  993. <state width="1431" height="470" key="GridCell.Tab.0.right/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625539990085" />
  994. <state width="1799" height="305" key="GridCell.Tab.0.right/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627881554363" />
  995. <state width="1431" height="231" key="GridCell.Tab.0.right/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448697" />
  996. <state width="1431" height="231" key="GridCell.Tab.0.right/62.0.1474.864@62.0.1474.864" timestamp="1628092930649" />
  997. <state width="1431" height="490" key="GridCell.Tab.1.bottom" timestamp="1628071448689">
  998. <screen x="62" y="0" width="1474" height="864" />
  999. </state>
  1000. <state width="1493" height="310" key="GridCell.Tab.1.bottom/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624845049196" />
  1001. <state width="1877" height="237" key="GridCell.Tab.1.bottom/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1624270698081" />
  1002. <state width="1493" height="261" key="GridCell.Tab.1.bottom/0.0.1536.824@0.0.1536.824" timestamp="1623594796806" />
  1003. <state width="1815" height="362" key="GridCell.Tab.1.bottom/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541177903" />
  1004. <state width="1431" height="413" key="GridCell.Tab.1.bottom/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625118962646" />
  1005. <state width="1799" height="530" key="GridCell.Tab.1.bottom/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627874091344" />
  1006. <state width="1431" height="490" key="GridCell.Tab.1.bottom/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448689" />
  1007. <state width="1431" height="406" key="GridCell.Tab.1.bottom/62.0.1474.864@62.0.1474.864" timestamp="1627985853679" />
  1008. <state width="1431" height="490" key="GridCell.Tab.1.center" timestamp="1628071448689">
  1009. <screen x="62" y="0" width="1474" height="864" />
  1010. </state>
  1011. <state width="1493" height="310" key="GridCell.Tab.1.center/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624845049196" />
  1012. <state width="1877" height="237" key="GridCell.Tab.1.center/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1624270698081" />
  1013. <state width="1493" height="261" key="GridCell.Tab.1.center/0.0.1536.824@0.0.1536.824" timestamp="1623594796806" />
  1014. <state width="1815" height="362" key="GridCell.Tab.1.center/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541177903" />
  1015. <state width="1431" height="413" key="GridCell.Tab.1.center/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625118962646" />
  1016. <state width="1799" height="530" key="GridCell.Tab.1.center/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627874091344" />
  1017. <state width="1431" height="490" key="GridCell.Tab.1.center/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448689" />
  1018. <state width="1431" height="406" key="GridCell.Tab.1.center/62.0.1474.864@62.0.1474.864" timestamp="1627985853679" />
  1019. <state width="1431" height="490" key="GridCell.Tab.1.left" timestamp="1628071448689">
  1020. <screen x="62" y="0" width="1474" height="864" />
  1021. </state>
  1022. <state width="1493" height="310" key="GridCell.Tab.1.left/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624845049196" />
  1023. <state width="1877" height="237" key="GridCell.Tab.1.left/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1624270698081" />
  1024. <state width="1493" height="261" key="GridCell.Tab.1.left/0.0.1536.824@0.0.1536.824" timestamp="1623594796806" />
  1025. <state width="1815" height="362" key="GridCell.Tab.1.left/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541177903" />
  1026. <state width="1431" height="413" key="GridCell.Tab.1.left/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625118962646" />
  1027. <state width="1799" height="530" key="GridCell.Tab.1.left/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627874091344" />
  1028. <state width="1431" height="490" key="GridCell.Tab.1.left/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448689" />
  1029. <state width="1431" height="406" key="GridCell.Tab.1.left/62.0.1474.864@62.0.1474.864" timestamp="1627985853679" />
  1030. <state width="1431" height="490" key="GridCell.Tab.1.right" timestamp="1628071448689">
  1031. <screen x="62" y="0" width="1474" height="864" />
  1032. </state>
  1033. <state width="1493" height="310" key="GridCell.Tab.1.right/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624845049196" />
  1034. <state width="1877" height="237" key="GridCell.Tab.1.right/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1624270698081" />
  1035. <state width="1493" height="261" key="GridCell.Tab.1.right/0.0.1536.824@0.0.1536.824" timestamp="1623594796806" />
  1036. <state width="1815" height="362" key="GridCell.Tab.1.right/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541177903" />
  1037. <state width="1431" height="413" key="GridCell.Tab.1.right/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625118962646" />
  1038. <state width="1799" height="530" key="GridCell.Tab.1.right/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627874091344" />
  1039. <state width="1431" height="490" key="GridCell.Tab.1.right/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448689" />
  1040. <state width="1431" height="406" key="GridCell.Tab.1.right/62.0.1474.864@62.0.1474.864" timestamp="1627985853679" />
  1041. <state width="1431" height="490" key="GridCell.Tab.2.bottom" timestamp="1628071448690">
  1042. <screen x="62" y="0" width="1474" height="864" />
  1043. </state>
  1044. <state width="1493" height="310" key="GridCell.Tab.2.bottom/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624845049196" />
  1045. <state width="1877" height="237" key="GridCell.Tab.2.bottom/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1624270698082" />
  1046. <state width="1493" height="261" key="GridCell.Tab.2.bottom/0.0.1536.824@0.0.1536.824" timestamp="1623594796806" />
  1047. <state width="1815" height="362" key="GridCell.Tab.2.bottom/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541177903" />
  1048. <state width="1431" height="413" key="GridCell.Tab.2.bottom/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625118962647" />
  1049. <state width="1799" height="530" key="GridCell.Tab.2.bottom/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627874091344" />
  1050. <state width="1431" height="490" key="GridCell.Tab.2.bottom/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448690" />
  1051. <state width="1431" height="406" key="GridCell.Tab.2.bottom/62.0.1474.864@62.0.1474.864" timestamp="1627985853680" />
  1052. <state width="1431" height="490" key="GridCell.Tab.2.center" timestamp="1628071448690">
  1053. <screen x="62" y="0" width="1474" height="864" />
  1054. </state>
  1055. <state width="1493" height="310" key="GridCell.Tab.2.center/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624845049196" />
  1056. <state width="1877" height="237" key="GridCell.Tab.2.center/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1624270698081" />
  1057. <state width="1493" height="261" key="GridCell.Tab.2.center/0.0.1536.824@0.0.1536.824" timestamp="1623594796806" />
  1058. <state width="1815" height="362" key="GridCell.Tab.2.center/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541177903" />
  1059. <state width="1431" height="413" key="GridCell.Tab.2.center/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625118962646" />
  1060. <state width="1799" height="530" key="GridCell.Tab.2.center/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627874091344" />
  1061. <state width="1431" height="490" key="GridCell.Tab.2.center/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448690" />
  1062. <state width="1431" height="406" key="GridCell.Tab.2.center/62.0.1474.864@62.0.1474.864" timestamp="1627985853680" />
  1063. <state width="1431" height="490" key="GridCell.Tab.2.left" timestamp="1628071448689">
  1064. <screen x="62" y="0" width="1474" height="864" />
  1065. </state>
  1066. <state width="1493" height="310" key="GridCell.Tab.2.left/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624845049196" />
  1067. <state width="1877" height="237" key="GridCell.Tab.2.left/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1624270698081" />
  1068. <state width="1493" height="261" key="GridCell.Tab.2.left/0.0.1536.824@0.0.1536.824" timestamp="1623594796806" />
  1069. <state width="1815" height="362" key="GridCell.Tab.2.left/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541177903" />
  1070. <state width="1431" height="413" key="GridCell.Tab.2.left/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625118962646" />
  1071. <state width="1799" height="530" key="GridCell.Tab.2.left/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627874091344" />
  1072. <state width="1431" height="490" key="GridCell.Tab.2.left/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448689" />
  1073. <state width="1431" height="406" key="GridCell.Tab.2.left/62.0.1474.864@62.0.1474.864" timestamp="1627985853679" />
  1074. <state width="1431" height="490" key="GridCell.Tab.2.right" timestamp="1628071448690">
  1075. <screen x="62" y="0" width="1474" height="864" />
  1076. </state>
  1077. <state width="1493" height="310" key="GridCell.Tab.2.right/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624845049196" />
  1078. <state width="1877" height="237" key="GridCell.Tab.2.right/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1624270698081" />
  1079. <state width="1493" height="261" key="GridCell.Tab.2.right/0.0.1536.824@0.0.1536.824" timestamp="1623594796806" />
  1080. <state width="1815" height="362" key="GridCell.Tab.2.right/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541177903" />
  1081. <state width="1431" height="413" key="GridCell.Tab.2.right/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625118962646" />
  1082. <state width="1799" height="530" key="GridCell.Tab.2.right/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627874091344" />
  1083. <state width="1431" height="490" key="GridCell.Tab.2.right/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448690" />
  1084. <state width="1431" height="406" key="GridCell.Tab.2.right/62.0.1474.864@62.0.1474.864" timestamp="1627985853680" />
  1085. <state x="457" y="132" key="RollbackChangesDialog" timestamp="1627291822313">
  1086. <screen x="62" y="0" width="1474" height="864" />
  1087. </state>
  1088. <state x="412" y="126" key="RollbackChangesDialog/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624351161500" />
  1089. <state x="457" y="132" key="RollbackChangesDialog/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1627291822313" />
  1090. <state x="400" y="21" key="SettingsEditor" timestamp="1627952237591">
  1091. <screen x="62" y="0" width="1474" height="864" />
  1092. </state>
  1093. <state x="2360" y="98" key="SettingsEditor/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1623809712952" />
  1094. <state x="2420" y="26" key="SettingsEditor/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627463021455" />
  1095. <state x="400" y="21" key="SettingsEditor/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1627952237591" />
  1096. <state width="498" height="446" key="SwitcherDM" timestamp="1626317409209">
  1097. <screen x="62" y="0" width="1474" height="864" />
  1098. </state>
  1099. <state width="498" height="446" key="SwitcherDM/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1626317409209" />
  1100. <state x="408" y="156" key="Vcs.Push.Dialog.v2" timestamp="1628066487588">
  1101. <screen x="62" y="0" width="1474" height="864" />
  1102. </state>
  1103. <state x="361" y="149" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624521630401" />
  1104. <state x="2371" y="188" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1624270612773" />
  1105. <state x="408" y="156" key="Vcs.Push.Dialog.v2/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625106675482" />
  1106. <state x="2430" y="195" key="Vcs.Push.Dialog.v2/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1626759375489" />
  1107. <state x="408" y="156" key="Vcs.Push.Dialog.v2/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628066487588" />
  1108. <state x="408" y="156" key="Vcs.Push.Dialog.v2/62.0.1474.864@62.0.1474.864" timestamp="1628039025108" />
  1109. <state x="555" y="266" key="com.intellij.ide.util.TipDialog" timestamp="1628125102884">
  1110. <screen x="62" y="0" width="1474" height="864" />
  1111. </state>
  1112. <state x="461" y="241" key="com.intellij.ide.util.TipDialog/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624842327062" />
  1113. <state x="2496" y="304" key="com.intellij.ide.util.TipDialog/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1623891446861" />
  1114. <state x="461" y="241" key="com.intellij.ide.util.TipDialog/0.0.1536.824@0.0.1536.824" timestamp="1624279054284" />
  1115. <state x="2603" y="333" key="com.intellij.ide.util.TipDialog/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625540886632" />
  1116. <state x="504" y="253" key="com.intellij.ide.util.TipDialog/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1624928836882" />
  1117. <state x="555" y="266" key="com.intellij.ide.util.TipDialog/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1628125102884" />
  1118. <state x="555" y="266" key="com.intellij.ide.util.TipDialog/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1627952027425" />
  1119. <state x="555" y="266" key="com.intellij.ide.util.TipDialog/62.0.1474.864@62.0.1474.864" timestamp="1628037877990" />
  1120. <state x="404" y="51" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser" timestamp="1626834042581">
  1121. <screen x="62" y="0" width="1474" height="864" />
  1122. </state>
  1123. <state x="404" y="51" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625111594055" />
  1124. <state x="404" y="51" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1626834042581" />
  1125. <state x="202" y="152" width="1132" height="565" key="com.intellij.xdebugger.impl.breakpoints.ui.BreakpointsDialogFactory$2" timestamp="1624412364624">
  1126. <screen x="0" y="0" width="1536" height="824" />
  1127. </state>
  1128. <state x="202" y="152" width="1132" height="565" key="com.intellij.xdebugger.impl.breakpoints.ui.BreakpointsDialogFactory$2/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624412364624" />
  1129. <state x="393" y="0" width="1081" height="742" key="dock-window-1" timestamp="1626676277215">
  1130. <screen x="62" y="0" width="1474" height="864" />
  1131. </state>
  1132. <state x="393" y="0" width="1081" height="742" key="dock-window-1/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1626676277215" />
  1133. <state x="2331" y="26" width="1029" height="850" key="dock-window-1/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1626402796996" />
  1134. <state x="2340" y="95" width="759" height="596" key="find.popup" timestamp="1627542367203">
  1135. <screen x="1998" y="0" width="1842" height="1080" />
  1136. </state>
  1137. <state x="627" y="-35" width="755" height="822" key="find.popup/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624610374755" />
  1138. <state x="2843" y="179" width="944" height="824" key="find.popup/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1624246970414" />
  1139. <state x="2589" y="273" width="759" height="596" key="find.popup/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625218868912" />
  1140. <state x="2340" y="95" width="759" height="596" key="find.popup/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627542367203" />
  1141. <state x="336" y="76" width="755" height="548" key="find.popup/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1627005888059" />
  1142. <state x="580" y="319" key="git4idea.ui.GitResetDialog" timestamp="1624349492955">
  1143. <screen x="0" y="0" width="1536" height="824" />
  1144. </state>
  1145. <state x="580" y="319" key="git4idea.ui.GitResetDialog/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1624349492955" />
  1146. <state x="2560" y="266" width="700" height="530" key="recent.locations.popup" timestamp="1626680746891">
  1147. <screen x="1998" y="0" width="1842" height="1080" />
  1148. </state>
  1149. <state x="2560" y="266" width="700" height="530" key="recent.locations.popup/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1626680746891" />
  1150. <state x="524" y="200" key="run.anything.popup" timestamp="1626318275914">
  1151. <screen x="62" y="0" width="1474" height="864" />
  1152. </state>
  1153. <state x="2575" y="250" key="run.anything.popup/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1625820790244" />
  1154. <state x="524" y="200" key="run.anything.popup/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1626318275914" />
  1155. <state x="476" y="152" width="673" height="712" key="search.everywhere.popup" timestamp="1628059938895">
  1156. <screen x="62" y="0" width="1474" height="864" />
  1157. </state>
  1158. <state x="431" y="145" width="672" height="678" key="search.everywhere.popup/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1623745463691" />
  1159. <state x="2459" y="183" width="840" height="856" key="search.everywhere.popup/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1623828008039" />
  1160. <state x="2504" y="190" width="813" height="889" key="search.everywhere.popup/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625219525449" />
  1161. <state x="476" y="152" width="672" height="712" key="search.everywhere.popup/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625537009967" />
  1162. <state x="2515" y="190" width="840" height="890" key="search.everywhere.popup/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627530876622" />
  1163. <state x="476" y="152" width="673" height="712" key="search.everywhere.popup/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628059938895" />
  1164. </component>
  1165. <component name="XDebuggerManager">
  1166. <breakpoint-manager>
  1167. <breakpoints>
  1168. <line-breakpoint type="java-line">
  1169. <url>file://$PROJECT_DIR$/yijia-label/src/main/java/com/yijia/markert/controller/CustomerLabelController.java</url>
  1170. <line>116</line>
  1171. <option name="timeStamp" value="3" />
  1172. </line-breakpoint>
  1173. <line-breakpoint enabled="true" type="java-line">
  1174. <url>file://$PROJECT_DIR$/yijia-common/src/main/java/com/yijia/common/utils/SecurityUtils.java</url>
  1175. <line>75</line>
  1176. <option name="timeStamp" value="9" />
  1177. </line-breakpoint>
  1178. <line-breakpoint type="java-method">
  1179. <url>file://$PROJECT_DIR$/yijia-label/src/main/java/com/yijia/label/mapper/CustomerLabelMapper.java</url>
  1180. <line>27</line>
  1181. <properties class="com.yijia.label.mapper.CustomerLabelMapper" method="selectCustomerLabelList" />
  1182. <option name="timeStamp" value="5" />
  1183. </line-breakpoint>
  1184. </breakpoints>
  1185. </breakpoint-manager>
  1186. </component>
  1187. <component name="XSLT-Support.FileAssociations.UIState">
  1188. <expand />
  1189. <select />
  1190. </component>
  1191. <component name="com.intellij.coverage.CoverageDataManagerImpl">
  1192. <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" />
  1193. </component>
  1194. </project>