workspace.xml 96 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="BranchesTreeState">
  4. <expand>
  5. <path>
  6. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  7. <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  8. </path>
  9. <path>
  10. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  11. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  12. </path>
  13. <path>
  14. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  15. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  16. <item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
  17. </path>
  18. </expand>
  19. <select>
  20. <path>
  21. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  22. <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  23. <item name="BRANCH:master" type="e8cecc67:BranchNodeDescriptor" />
  24. </path>
  25. </select>
  26. </component>
  27. <component name="ChangeListManager">
  28. <list default="true" id="d95263d0-9dff-44b4-8deb-343711f78d5d" name="Default Changelist" comment="退款信息修改,班结统计的方式,退款审核2021-10-15">
  29. <change afterPath="$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/domain/CardListImport.java" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/SysAppUserInfoController.java" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/domain/SysAppUserInfo.java" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/mapper/SysAppUserInfoMapper.java" afterDir="false" />
  33. <change afterPath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/ISysAppUserInfoService.java" afterDir="false" />
  34. <change afterPath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/SysAppUserInfoImpl.java" afterDir="false" />
  35. <change afterPath="$PROJECT_DIR$/yijia-station/src/main/resources/mapper/station/SysAppUserInfoMapper.xml" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/yijia-admin/src/main/resources/application-druid.yml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/src/main/resources/application-druid.yml" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/yijia-admin/src/main/resources/logback.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/src/main/resources/logback.xml" afterDir="false" />
  39. <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" />
  40. <change beforePath="$PROJECT_DIR$/yijia-admin/target/classes/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/target/classes/application.yml" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/yijia-admin/target/classes/logback.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/target/classes/logback.xml" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/yijia-admin/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/target/maven-archiver/pom.properties" afterDir="false" />
  43. <change beforePath="$PROJECT_DIR$/yijia-admin/target/yijia-admin.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/target/yijia-admin.jar" afterDir="false" />
  44. <change beforePath="$PROJECT_DIR$/yijia-admin/target/yijia-admin.jar.original" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-admin/target/yijia-admin.jar.original" afterDir="false" />
  45. <change beforePath="$PROJECT_DIR$/yijia-common/src/main/java/com/yijia/common/core/domain/entity/SysDept.java" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-common/src/main/java/com/yijia/common/core/domain/entity/SysDept.java" afterDir="false" />
  46. <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" />
  47. <change beforePath="$PROJECT_DIR$/yijia-common/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-common/target/maven-archiver/pom.properties" afterDir="false" />
  48. <change beforePath="$PROJECT_DIR$/yijia-common/target/yijia-common-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-common/target/yijia-common-1.0.1.jar" afterDir="false" />
  49. <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" />
  50. <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" />
  51. <change beforePath="$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/controller/CardExcelImportController.java" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/controller/CardExcelImportController.java" afterDir="false" />
  52. <change beforePath="$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/domain/CardExcelImport.java" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/domain/CardExcelImport.java" afterDir="false" />
  53. <change beforePath="$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/mapper/CardExcelImportMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/mapper/CardExcelImportMapper.java" afterDir="false" />
  54. <change beforePath="$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/ICardExcelImportService.java" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/ICardExcelImportService.java" afterDir="false" />
  55. <change beforePath="$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java" afterDir="false" />
  56. <change beforePath="$PROJECT_DIR$/yijia-customer/src/main/resources/mapper/customer/CardExcelImportMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/src/main/resources/mapper/customer/CardExcelImportMapper.xml" afterDir="false" />
  57. <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" />
  58. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/controller/CardExcelImportController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/controller/CardExcelImportController.class" afterDir="false" />
  59. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/domain/CardExcelImport.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/domain/CardExcelImport.class" afterDir="false" />
  60. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/mapper/CardExcelImportMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/mapper/CardExcelImportMapper.class" afterDir="false" />
  61. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/service/ICardExcelImportService.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/service/ICardExcelImportService.class" afterDir="false" />
  62. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/service/impl/CardExcelImportServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/com/yijia/customer/service/impl/CardExcelImportServiceImpl.class" afterDir="false" />
  63. <change beforePath="$PROJECT_DIR$/yijia-customer/target/classes/mapper/customer/CardExcelImportMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/classes/mapper/customer/CardExcelImportMapper.xml" afterDir="false" />
  64. <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" />
  65. <change beforePath="$PROJECT_DIR$/yijia-customer/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/maven-archiver/pom.properties" afterDir="false" />
  66. <change beforePath="$PROJECT_DIR$/yijia-customer/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
  67. <change beforePath="$PROJECT_DIR$/yijia-customer/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
  68. <change beforePath="$PROJECT_DIR$/yijia-customer/target/yijia-customer-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-customer/target/yijia-customer-1.0.1.jar" afterDir="false" />
  69. <change beforePath="$PROJECT_DIR$/yijia-framework/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-framework/target/maven-archiver/pom.properties" afterDir="false" />
  70. <change beforePath="$PROJECT_DIR$/yijia-framework/target/yijia-framework-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-framework/target/yijia-framework-1.0.1.jar" afterDir="false" />
  71. <change beforePath="$PROJECT_DIR$/yijia-generator/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-generator/target/maven-archiver/pom.properties" afterDir="false" />
  72. <change beforePath="$PROJECT_DIR$/yijia-generator/target/yijia-generator-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-generator/target/yijia-generator-1.0.1.jar" afterDir="false" />
  73. <change beforePath="$PROJECT_DIR$/yijia-integral/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/pom.xml" afterDir="false" />
  74. <change beforePath="$PROJECT_DIR$/yijia-integral/src/main/java/com/yijia/integral/domain/IntegralRuleDetail.java" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/src/main/java/com/yijia/integral/domain/IntegralRuleDetail.java" afterDir="false" />
  75. <change beforePath="$PROJECT_DIR$/yijia-integral/src/main/java/com/yijia/integral/service/impl/IntegralRuleServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/src/main/java/com/yijia/integral/service/impl/IntegralRuleServiceImpl.java" afterDir="false" />
  76. <change beforePath="$PROJECT_DIR$/yijia-integral/src/main/resources/mapper/integral/CustomerPointsRecordMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/src/main/resources/mapper/integral/CustomerPointsRecordMapper.xml" afterDir="false" />
  77. <change beforePath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/domain/IntegralRuleDetail.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/classes/com/yijia/integral/domain/IntegralRuleDetail.class" afterDir="false" />
  78. <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" />
  79. <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" />
  80. <change beforePath="$PROJECT_DIR$/yijia-integral/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/maven-archiver/pom.properties" afterDir="false" />
  81. <change beforePath="$PROJECT_DIR$/yijia-integral/target/yijia-integral-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/target/yijia-integral-1.0.1.jar" afterDir="false" />
  82. <change beforePath="$PROJECT_DIR$/yijia-integral/yijia-integral.iml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-integral/yijia-integral.iml" afterDir="false" />
  83. <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" />
  84. <change beforePath="$PROJECT_DIR$/yijia-label/target/classes/mapper/label/CustomerLabelDemoMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-label/target/classes/mapper/label/CustomerLabelDemoMapper.xml" afterDir="false" />
  85. <change beforePath="$PROJECT_DIR$/yijia-label/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-label/target/maven-archiver/pom.properties" afterDir="false" />
  86. <change beforePath="$PROJECT_DIR$/yijia-label/target/yijia-label-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-label/target/yijia-label-1.0.1.jar" afterDir="false" />
  87. <change beforePath="$PROJECT_DIR$/yijia-market/src/main/java/com/yijia/markert/controller/MarkertPlanController.java" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-market/src/main/java/com/yijia/markert/controller/MarkertPlanController.java" afterDir="false" />
  88. <change beforePath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/markert/controller/MarkertPlanController.class" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-market/target/classes/com/yijia/markert/controller/MarkertPlanController.class" afterDir="false" />
  89. <change beforePath="$PROJECT_DIR$/yijia-market/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-market/target/maven-archiver/pom.properties" afterDir="false" />
  90. <change beforePath="$PROJECT_DIR$/yijia-market/target/yijia-market-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-market/target/yijia-market-1.0.1.jar" afterDir="false" />
  91. <change beforePath="$PROJECT_DIR$/yijia-quartz/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-quartz/target/maven-archiver/pom.properties" afterDir="false" />
  92. <change beforePath="$PROJECT_DIR$/yijia-quartz/target/yijia-quartz-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-quartz/target/yijia-quartz-1.0.1.jar" afterDir="false" />
  93. <change beforePath="$PROJECT_DIR$/yijia-station/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/pom.xml" afterDir="false" />
  94. <change beforePath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/PayOrderController.java" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/PayOrderController.java" afterDir="false" />
  95. <change beforePath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java" afterDir="false" />
  96. <change beforePath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/domain/PayOrder.java" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/domain/PayOrder.java" afterDir="false" />
  97. <change beforePath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/domain/StationClassStructure.java" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/domain/StationClassStructure.java" afterDir="false" />
  98. <change beforePath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/domain/StationClassesSummary.java" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/domain/StationClassesSummary.java" afterDir="false" />
  99. <change beforePath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/IPayOrderService.java" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/IPayOrderService.java" afterDir="false" />
  100. <change beforePath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/service/impl/PayOrderServiceImpl.java" afterDir="false" />
  101. <change beforePath="$PROJECT_DIR$/yijia-station/src/main/resources/mapper/station/PayOrderMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/src/main/resources/mapper/station/PayOrderMapper.xml" afterDir="false" />
  102. <change beforePath="$PROJECT_DIR$/yijia-station/src/main/resources/mapper/station/StationClassStructureMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/src/main/resources/mapper/station/StationClassStructureMapper.xml" afterDir="false" />
  103. <change beforePath="$PROJECT_DIR$/yijia-station/src/main/resources/mapper/station/StationClassesSummaryMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/src/main/resources/mapper/station/StationClassesSummaryMapper.xml" afterDir="false" />
  104. <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" />
  105. <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" />
  106. <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" />
  107. <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" />
  108. <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" />
  109. <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" />
  110. <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" />
  111. <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" />
  112. <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" />
  113. <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" />
  114. <change beforePath="$PROJECT_DIR$/yijia-station/yijia-station.iml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-station/yijia-station.iml" afterDir="false" />
  115. <change beforePath="$PROJECT_DIR$/yijia-system/src/main/resources/mapper/system/SysDeptMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-system/src/main/resources/mapper/system/SysDeptMapper.xml" afterDir="false" />
  116. <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" />
  117. <change beforePath="$PROJECT_DIR$/yijia-system/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-system/target/maven-archiver/pom.properties" afterDir="false" />
  118. <change beforePath="$PROJECT_DIR$/yijia-system/target/yijia-system-1.0.1.jar" beforeDir="false" afterPath="$PROJECT_DIR$/yijia-system/target/yijia-system-1.0.1.jar" afterDir="false" />
  119. </list>
  120. <option name="SHOW_DIALOG" value="false" />
  121. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  122. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  123. <option name="LAST_RESOLUTION" value="IGNORE" />
  124. </component>
  125. <component name="CodeInsightWorkspaceSettings">
  126. <option name="optimizeImportsOnTheFly" value="true" />
  127. </component>
  128. <component name="DatabaseView">
  129. <option name="SHOW_INTERMEDIATE" value="true" />
  130. <option name="GROUP_DATA_SOURCES" value="true" />
  131. <option name="GROUP_SCHEMA" value="true" />
  132. <option name="GROUP_CONTENTS" value="false" />
  133. <option name="SORT_POSITIONED" value="false" />
  134. <option name="SHOW_EMPTY_GROUPS" value="false" />
  135. <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
  136. <option name="HIDDEN_KINDS">
  137. <set />
  138. </option>
  139. <expand />
  140. <select />
  141. </component>
  142. <component name="FileTemplateManagerImpl">
  143. <option name="RECENT_TEMPLATES">
  144. <list>
  145. <option value="FxmlFile" />
  146. <option value="spring-beans.schema" />
  147. <option value="Class" />
  148. </list>
  149. </option>
  150. </component>
  151. <component name="Git.Settings">
  152. <option name="PUSH_TAGS">
  153. <GitPushTagMode>
  154. <option name="argument" value="--tags" />
  155. <option name="title" value="All" />
  156. </GitPushTagMode>
  157. </option>
  158. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  159. </component>
  160. <component name="ProjectId" id="1rsUhoIAb4lHab0lIKX0r7632LF" />
  161. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  162. <component name="ProjectViewState">
  163. <option name="hideEmptyMiddlePackages" value="true" />
  164. <option name="showLibraryContents" value="true" />
  165. </component>
  166. <component name="PropertiesComponent">
  167. <property name="RequestMappingsPanelOrder0" value="0" />
  168. <property name="RequestMappingsPanelOrder1" value="1" />
  169. <property name="RequestMappingsPanelWidth0" value="75" />
  170. <property name="RequestMappingsPanelWidth1" value="75" />
  171. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  172. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  173. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  174. <property name="WebServerToolWindowFactoryState" value="false" />
  175. <property name="aspect.path.notification.shown" value="true" />
  176. <property name="last_opened_file_path" value="$PROJECT_DIR$/yijia-station/src/main/resources/mapper/station" />
  177. <property name="node.js.detected.package.eslint" value="true" />
  178. <property name="node.js.detected.package.tslint" value="true" />
  179. <property name="node.js.path.for.package.eslint" value="project" />
  180. <property name="node.js.path.for.package.tslint" value="project" />
  181. <property name="node.js.selected.package.eslint" value="(autodetect)" />
  182. <property name="node.js.selected.package.tslint" value="(autodetect)" />
  183. <property name="nodejs_package_manager_path" value="npm" />
  184. <property name="project.structure.last.edited" value="模块" />
  185. <property name="project.structure.proportion" value="0.15" />
  186. <property name="project.structure.side.proportion" value="0.2" />
  187. <property name="restartRequiresConfirmation" value="false" />
  188. <property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
  189. </component>
  190. <component name="ReactorSettings">
  191. <option name="notificationShown" value="true" />
  192. </component>
  193. <component name="RecentsManager">
  194. <key name="CreateClassDialog.RecentsKey">
  195. <recent name="com.yijia.station.service" />
  196. <recent name="com.yijia.station.controller" />
  197. </key>
  198. <key name="CopyClassDialog.RECENTS_KEY">
  199. <recent name="com.yijia.station.service" />
  200. <recent name="com.yijia.station.service.impl" />
  201. <recent name="com.yijia.station.mapper" />
  202. <recent name="com.yijia.station.domain" />
  203. <recent name="com.yijia.system.service.impl" />
  204. </key>
  205. <key name="CopyFile.RECENT_KEYS">
  206. <recent name="D:\java项目\SAAS-AFTEREND2\yijia-station\src\main\resources\mapper\station" />
  207. <recent name="D:\java项目\SAAS-AFTEREND2\yijia-system\src\main\resources\mapper\system" />
  208. <recent name="D:\java项目\SAAS-AFTEREND2\yijia-station\src\main\java\com\yijia\station\controller" />
  209. <recent name="D:\java项目\SAAS-AFTEREND2\yijia-customer\src\main\resources\mapper\customer" />
  210. <recent name="D:\java项目\SAAS-AFTEREND2\yijia-customer\src\main\java\com\yijia\customer\mapper" />
  211. </key>
  212. </component>
  213. <component name="RunManager" selected="Spring Boot.YiJiaApplication">
  214. <configuration name="test" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  215. <option name="MAIN_CLASS_NAME" value="com.yijia.web.test" />
  216. <module name="yijia-admin" />
  217. <extension name="coverage">
  218. <pattern>
  219. <option name="PATTERN" value="com.yijia.web.*" />
  220. <option name="ENABLED" value="true" />
  221. </pattern>
  222. </extension>
  223. <method v="2">
  224. <option name="Make" enabled="true" />
  225. </method>
  226. </configuration>
  227. <configuration name="YiJiaApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  228. <module name="yijia-admin" />
  229. <option name="SPRING_BOOT_MAIN_CLASS" value="com.yijia.YiJiaApplication" />
  230. <method v="2">
  231. <option name="Make" enabled="true" />
  232. </method>
  233. </configuration>
  234. </component>
  235. <component name="SpellCheckerSettings" BundledDictionaries="0" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" Dictionaries="0" CorrectionsLimit="5" DefaultDictionary="application-level" UseSingleDictionary="true" />
  236. <component name="SvnConfiguration">
  237. <configuration />
  238. </component>
  239. <component name="TaskManager">
  240. <task active="true" id="Default" summary="Default task">
  241. <changelist id="d95263d0-9dff-44b4-8deb-343711f78d5d" name="Default Changelist" comment="" />
  242. <created>1619764416168</created>
  243. <option name="number" value="Default" />
  244. <option name="presentableId" value="Default" />
  245. <updated>1619764416168</updated>
  246. <workItem from="1619764418383" duration="105000" />
  247. <workItem from="1619771535576" duration="1443000" />
  248. <workItem from="1619773160476" duration="729000" />
  249. <workItem from="1620910524869" duration="3140000" />
  250. <workItem from="1621323592288" duration="591000" />
  251. <workItem from="1622048644352" duration="645000" />
  252. <workItem from="1622392600264" duration="41000" />
  253. <workItem from="1622392656162" duration="3893000" />
  254. <workItem from="1622557599863" duration="17000" />
  255. <workItem from="1622818227278" duration="26000" />
  256. <workItem from="1622818289564" duration="63000" />
  257. <workItem from="1623581434936" duration="3149000" />
  258. <workItem from="1623594933567" duration="46000" />
  259. <workItem from="1623724045761" duration="17972000" />
  260. <workItem from="1623804548031" duration="302000" />
  261. <workItem from="1623804940504" duration="15388000" />
  262. <workItem from="1623891445908" duration="16593000" />
  263. <workItem from="1623977072261" duration="19479000" />
  264. <workItem from="1624089275283" duration="951000" />
  265. <workItem from="1624236468771" duration="13580000" />
  266. <workItem from="1624278193851" duration="589000" />
  267. <workItem from="1624279054577" duration="1549000" />
  268. <workItem from="1624322970147" duration="12602000" />
  269. <workItem from="1624409364719" duration="1816000" />
  270. <workItem from="1624412333657" duration="1271000" />
  271. <workItem from="1624426424948" duration="5165000" />
  272. <workItem from="1624496054790" duration="333000" />
  273. <workItem from="1624497325493" duration="9032000" />
  274. <workItem from="1624582712571" duration="18295000" />
  275. <workItem from="1624842327326" duration="7214000" />
  276. <workItem from="1624887672760" duration="898000" />
  277. <workItem from="1624888913289" duration="2415000" />
  278. <workItem from="1624896871092" duration="797000" />
  279. <workItem from="1624928644802" duration="17856000" />
  280. <workItem from="1625100102517" duration="24768000" />
  281. <workItem from="1625187136350" duration="18281000" />
  282. <workItem from="1625229801576" duration="360000" />
  283. <workItem from="1625533311248" duration="1164000" />
  284. <workItem from="1625534770392" duration="5297000" />
  285. <workItem from="1625540886637" duration="18152000" />
  286. <workItem from="1625705821288" duration="24841000" />
  287. <workItem from="1625792455977" duration="22441000" />
  288. <workItem from="1626052076163" duration="6889000" />
  289. <workItem from="1626137544995" duration="24853000" />
  290. <workItem from="1626224484065" duration="28534000" />
  291. <workItem from="1626270096425" duration="7937000" />
  292. <workItem from="1626309771524" duration="16134000" />
  293. <workItem from="1626397029036" duration="20294000" />
  294. <workItem from="1626657173218" duration="22807000" />
  295. <workItem from="1626742003271" duration="18938000" />
  296. <workItem from="1626829108357" duration="9564000" />
  297. <workItem from="1626915329482" duration="6308000" />
  298. <workItem from="1627002572361" duration="9407000" />
  299. <workItem from="1627261441315" duration="2846000" />
  300. <workItem from="1627269567650" duration="3434000" />
  301. <workItem from="1627292337936" duration="1420000" />
  302. <workItem from="1627346739029" duration="2841000" />
  303. <workItem from="1627355574657" duration="940000" />
  304. <workItem from="1627438167426" duration="3160000" />
  305. <workItem from="1627461511869" duration="2512000" />
  306. <workItem from="1627520626319" duration="9126000" />
  307. <workItem from="1627628887383" duration="622000" />
  308. <workItem from="1627636880488" duration="595000" />
  309. <workItem from="1627649392314" duration="342000" />
  310. <workItem from="1627868243436" duration="5621000" />
  311. <workItem from="1627893445782" duration="595000" />
  312. <workItem from="1627952026659" duration="9224000" />
  313. <workItem from="1628037877247" duration="13270000" />
  314. <workItem from="1628092822724" duration="712000" />
  315. <workItem from="1628124192861" duration="733000" />
  316. <workItem from="1629341354457" duration="23666000" />
  317. <workItem from="1629766223509" duration="26461000" />
  318. <workItem from="1630301263363" duration="117537000" />
  319. <workItem from="1631234484655" duration="30350000" />
  320. <workItem from="1631494064514" duration="1655000" />
  321. <workItem from="1631500227574" duration="140527000" />
  322. <workItem from="1632449990619" duration="12563000" />
  323. <workItem from="1632467786341" duration="9050000" />
  324. <workItem from="1632617410759" duration="112263000" />
  325. <workItem from="1633653715898" duration="132193000" />
  326. </task>
  327. <task id="LOCAL-00001" summary="前端配置文件package-config.json删除">
  328. <created>1619772586309</created>
  329. <option name="number" value="00001" />
  330. <option name="presentableId" value="LOCAL-00001" />
  331. <option name="project" value="LOCAL" />
  332. <updated>1619772586309</updated>
  333. </task>
  334. <task id="LOCAL-00002" summary="前端配置文件package-config.json删除">
  335. <created>1619773193656</created>
  336. <option name="number" value="00002" />
  337. <option name="presentableId" value="LOCAL-00002" />
  338. <option name="project" value="LOCAL" />
  339. <updated>1619773193656</updated>
  340. </task>
  341. <task id="LOCAL-00003" summary="增加标签管理">
  342. <created>1623805126883</created>
  343. <option name="number" value="00003" />
  344. <option name="presentableId" value="LOCAL-00003" />
  345. <option name="project" value="LOCAL" />
  346. <updated>1623805126883</updated>
  347. </task>
  348. <task id="LOCAL-00004" summary="标签管理">
  349. <created>1624270608239</created>
  350. <option name="number" value="00004" />
  351. <option name="presentableId" value="LOCAL-00004" />
  352. <option name="project" value="LOCAL" />
  353. <updated>1624270608239</updated>
  354. </task>
  355. <task id="LOCAL-00005" summary="修改标签规则">
  356. <created>1624349102950</created>
  357. <option name="number" value="00005" />
  358. <option name="presentableId" value="LOCAL-00005" />
  359. <option name="project" value="LOCAL" />
  360. <updated>1624349102950</updated>
  361. </task>
  362. <task id="LOCAL-00006" summary="修改之前以为你包名错误引发的问题">
  363. <created>1624349383289</created>
  364. <option name="number" value="00006" />
  365. <option name="presentableId" value="LOCAL-00006" />
  366. <option name="project" value="LOCAL" />
  367. <updated>1624349383289</updated>
  368. </task>
  369. <task id="LOCAL-00007" summary="x修改文件名问题">
  370. <created>1624349853197</created>
  371. <option name="number" value="00007" />
  372. <option name="presentableId" value="LOCAL-00007" />
  373. <option name="project" value="LOCAL" />
  374. <updated>1624349853197</updated>
  375. </task>
  376. <task id="LOCAL-00008" summary="修改标签">
  377. <created>1624350041927</created>
  378. <option name="number" value="00008" />
  379. <option name="presentableId" value="LOCAL-00008" />
  380. <option name="project" value="LOCAL" />
  381. <updated>1624350041927</updated>
  382. </task>
  383. <task id="LOCAL-00009" summary="增加字段">
  384. <created>1624350405906</created>
  385. <option name="number" value="00009" />
  386. <option name="presentableId" value="LOCAL-00009" />
  387. <option name="project" value="LOCAL" />
  388. <updated>1624350405906</updated>
  389. </task>
  390. <task id="LOCAL-00010" summary="优化默认的油站信息">
  391. <created>1624350755316</created>
  392. <option name="number" value="00010" />
  393. <option name="presentableId" value="LOCAL-00010" />
  394. <option name="project" value="LOCAL" />
  395. <updated>1624350755316</updated>
  396. </task>
  397. <task id="LOCAL-00011" summary="修改油站信息">
  398. <created>1624350945987</created>
  399. <option name="number" value="00011" />
  400. <option name="presentableId" value="LOCAL-00011" />
  401. <option name="project" value="LOCAL" />
  402. <updated>1624350945987</updated>
  403. </task>
  404. <task id="LOCAL-00012" summary="充值消费查询,按照日期查询">
  405. <created>1624351040781</created>
  406. <option name="number" value="00012" />
  407. <option name="presentableId" value="LOCAL-00012" />
  408. <option name="project" value="LOCAL" />
  409. <updated>1624351040781</updated>
  410. </task>
  411. <task id="LOCAL-00013" summary="修改标签">
  412. <created>1624426462045</created>
  413. <option name="number" value="00013" />
  414. <option name="presentableId" value="LOCAL-00013" />
  415. <option name="project" value="LOCAL" />
  416. <updated>1624426462045</updated>
  417. </task>
  418. <task id="LOCAL-00014" summary="修改充值消费">
  419. <created>1624426667330</created>
  420. <option name="number" value="00014" />
  421. <option name="presentableId" value="LOCAL-00014" />
  422. <option name="project" value="LOCAL" />
  423. <updated>1624426667330</updated>
  424. </task>
  425. <task id="LOCAL-00015" summary="修改标签修改">
  426. <created>1624435073005</created>
  427. <option name="number" value="00015" />
  428. <option name="presentableId" value="LOCAL-00015" />
  429. <option name="project" value="LOCAL" />
  430. <updated>1624435073005</updated>
  431. </task>
  432. <task id="LOCAL-00016" summary="增加标签管理">
  433. <created>1624496217956</created>
  434. <option name="number" value="00016" />
  435. <option name="presentableId" value="LOCAL-00016" />
  436. <option name="project" value="LOCAL" />
  437. <updated>1624496217956</updated>
  438. </task>
  439. <task id="LOCAL-00017" summary="电子卡增加标签营销方案">
  440. <created>1624521587568</created>
  441. <option name="number" value="00017" />
  442. <option name="presentableId" value="LOCAL-00017" />
  443. <option name="project" value="LOCAL" />
  444. <updated>1624521587568</updated>
  445. </task>
  446. <task id="LOCAL-00018" summary="增加营销管理字段">
  447. <created>1624887996839</created>
  448. <option name="number" value="00018" />
  449. <option name="presentableId" value="LOCAL-00018" />
  450. <option name="project" value="LOCAL" />
  451. <updated>1624887996839</updated>
  452. </task>
  453. <task id="LOCAL-00019" summary="便签管理">
  454. <created>1624888161019</created>
  455. <option name="number" value="00019" />
  456. <option name="presentableId" value="LOCAL-00019" />
  457. <option name="project" value="LOCAL" />
  458. <updated>1624888161019</updated>
  459. </task>
  460. <task id="LOCAL-00020" summary="标签接口引入">
  461. <created>1624888233107</created>
  462. <option name="number" value="00020" />
  463. <option name="presentableId" value="LOCAL-00020" />
  464. <option name="project" value="LOCAL" />
  465. <updated>1624888233107</updated>
  466. </task>
  467. <task id="LOCAL-00021" summary="客户信息">
  468. <created>1624888295731</created>
  469. <option name="number" value="00021" />
  470. <option name="presentableId" value="LOCAL-00021" />
  471. <option name="project" value="LOCAL" />
  472. <updated>1624888295731</updated>
  473. </task>
  474. <task id="LOCAL-00022" summary="客户标签绑定">
  475. <created>1625106672117</created>
  476. <option name="number" value="00022" />
  477. <option name="presentableId" value="LOCAL-00022" />
  478. <option name="project" value="LOCAL" />
  479. <updated>1625106672118</updated>
  480. </task>
  481. <task id="LOCAL-00023" summary="修改登陆人信息,代理人信息增加,部门信息查询">
  482. <created>1625795043772</created>
  483. <option name="number" value="00023" />
  484. <option name="presentableId" value="LOCAL-00023" />
  485. <option name="project" value="LOCAL" />
  486. <updated>1625795043772</updated>
  487. </task>
  488. <task id="LOCAL-00024" summary="代理人信息,用户信息">
  489. <created>1625795086178</created>
  490. <option name="number" value="00024" />
  491. <option name="presentableId" value="LOCAL-00024" />
  492. <option name="project" value="LOCAL" />
  493. <updated>1625795086178</updated>
  494. </task>
  495. <task id="LOCAL-00025" summary="增加代理人">
  496. <created>1625795128687</created>
  497. <option name="number" value="00025" />
  498. <option name="presentableId" value="LOCAL-00025" />
  499. <option name="project" value="LOCAL" />
  500. <updated>1625795128687</updated>
  501. </task>
  502. <task id="LOCAL-00026" summary="代理人管理">
  503. <created>1625795160334</created>
  504. <option name="number" value="00026" />
  505. <option name="presentableId" value="LOCAL-00026" />
  506. <option name="project" value="LOCAL" />
  507. <updated>1625795160334</updated>
  508. </task>
  509. <task id="LOCAL-00027" summary="增加代理人。代理集团。">
  510. <created>1625795226432</created>
  511. <option name="number" value="00027" />
  512. <option name="presentableId" value="LOCAL-00027" />
  513. <option name="project" value="LOCAL" />
  514. <updated>1625795226432</updated>
  515. </task>
  516. <task id="LOCAL-00028" summary="增加阶梯直降">
  517. <created>1625795336302</created>
  518. <option name="number" value="00028" />
  519. <option name="presentableId" value="LOCAL-00028" />
  520. <option name="project" value="LOCAL" />
  521. <updated>1625795336302</updated>
  522. </task>
  523. <task id="LOCAL-00029" summary="客户信息查询优化">
  524. <created>1625795711164</created>
  525. <option name="number" value="00029" />
  526. <option name="presentableId" value="LOCAL-00029" />
  527. <option name="project" value="LOCAL" />
  528. <updated>1625795711164</updated>
  529. </task>
  530. <task id="LOCAL-00030" summary="分级权限查询">
  531. <created>1626138316438</created>
  532. <option name="number" value="00030" />
  533. <option name="presentableId" value="LOCAL-00030" />
  534. <option name="project" value="LOCAL" />
  535. <updated>1626138316438</updated>
  536. </task>
  537. <task id="LOCAL-00031" summary="分级权限查询">
  538. <created>1626140290896</created>
  539. <option name="number" value="00031" />
  540. <option name="presentableId" value="LOCAL-00031" />
  541. <option name="project" value="LOCAL" />
  542. <updated>1626140290896</updated>
  543. </task>
  544. <task id="LOCAL-00032" summary="分级权限查询,lnG功能开发">
  545. <created>1626284976664</created>
  546. <option name="number" value="00032" />
  547. <option name="presentableId" value="LOCAL-00032" />
  548. <option name="project" value="LOCAL" />
  549. <updated>1626284976664</updated>
  550. </task>
  551. <task id="LOCAL-00033" summary="修改设备类型1是小票机2是pos机">
  552. <created>1626674675811</created>
  553. <option name="number" value="00033" />
  554. <option name="presentableId" value="LOCAL-00033" />
  555. <option name="project" value="LOCAL" />
  556. <updated>1626674675811</updated>
  557. </task>
  558. <task id="LOCAL-00034" summary="补打标签">
  559. <created>1626759373661</created>
  560. <option name="number" value="00034" />
  561. <option name="presentableId" value="LOCAL-00034" />
  562. <option name="project" value="LOCAL" />
  563. <updated>1626759373661</updated>
  564. </task>
  565. <task id="LOCAL-00035" summary="删除没有用的引入包">
  566. <created>1628038126804</created>
  567. <option name="number" value="00035" />
  568. <option name="presentableId" value="LOCAL-00035" />
  569. <option name="project" value="LOCAL" />
  570. <updated>1628038126804</updated>
  571. </task>
  572. <task id="LOCAL-00036" summary="增加司机优惠价格">
  573. <created>1628038232514</created>
  574. <option name="number" value="00036" />
  575. <option name="presentableId" value="LOCAL-00036" />
  576. <option name="project" value="LOCAL" />
  577. <updated>1628038232514</updated>
  578. </task>
  579. <task id="LOCAL-00037" summary="增加员工逻辑删除">
  580. <created>1628038287377</created>
  581. <option name="number" value="00037" />
  582. <option name="presentableId" value="LOCAL-00037" />
  583. <option name="project" value="LOCAL" />
  584. <updated>1628038287377</updated>
  585. </task>
  586. <task id="LOCAL-00038" summary="标签规则设置,增加是否强拉字段标签">
  587. <created>1628038480195</created>
  588. <option name="number" value="00038" />
  589. <option name="presentableId" value="LOCAL-00038" />
  590. <option name="project" value="LOCAL" />
  591. <updated>1628038480195</updated>
  592. </task>
  593. <task id="LOCAL-00039" summary="增加城市字段,增加是都是lNG标识字段。">
  594. <created>1628039022248</created>
  595. <option name="number" value="00039" />
  596. <option name="presentableId" value="LOCAL-00039" />
  597. <option name="project" value="LOCAL" />
  598. <updated>1628039022248</updated>
  599. </task>
  600. <task id="LOCAL-00040" summary="增加加油员id">
  601. <created>1628066460415</created>
  602. <option name="number" value="00040" />
  603. <option name="presentableId" value="LOCAL-00040" />
  604. <option name="project" value="LOCAL" />
  605. <updated>1628066460415</updated>
  606. </task>
  607. <task id="LOCAL-00041" summary="删除没有用的引入包">
  608. <created>1632448989370</created>
  609. <option name="number" value="00041" />
  610. <option name="presentableId" value="LOCAL-00041" />
  611. <option name="project" value="LOCAL" />
  612. <updated>1632448989371</updated>
  613. </task>
  614. <task id="LOCAL-00042" summary="删除没有用的引入包">
  615. <created>1632449036876</created>
  616. <option name="number" value="00042" />
  617. <option name="presentableId" value="LOCAL-00042" />
  618. <option name="project" value="LOCAL" />
  619. <updated>1632449036877</updated>
  620. </task>
  621. <option name="localTasksCounter" value="43" />
  622. <servers />
  623. </component>
  624. <component name="TypeScriptGeneratedFilesManager">
  625. <option name="version" value="2" />
  626. </component>
  627. <component name="Vcs.Log.History.Properties">
  628. <option name="COLUMN_ORDER">
  629. <list>
  630. <option value="0" />
  631. <option value="2" />
  632. <option value="3" />
  633. <option value="1" />
  634. </list>
  635. </option>
  636. </component>
  637. <component name="Vcs.Log.Tabs.Properties">
  638. <option name="TAB_STATES">
  639. <map>
  640. <entry key="MAIN">
  641. <value>
  642. <State>
  643. <option name="FILTERS">
  644. <map>
  645. <entry key="branch">
  646. <value>
  647. <list>
  648. <option value="master" />
  649. </list>
  650. </value>
  651. </entry>
  652. </map>
  653. </option>
  654. </State>
  655. </value>
  656. </entry>
  657. </map>
  658. </option>
  659. <option name="oldMeFiltersMigrated" value="true" />
  660. </component>
  661. <component name="VcsManagerConfiguration">
  662. <MESSAGE value="增加标签管理" />
  663. <MESSAGE value="电子卡增加标签营销方案" />
  664. <MESSAGE value="增加营销管理字段" />
  665. <MESSAGE value="便签管理" />
  666. <MESSAGE value="标签接口引入" />
  667. <MESSAGE value="客户信息" />
  668. <MESSAGE value="客户标签绑定" />
  669. <MESSAGE value="修改登陆人信息,代理人信息增加,部门信息查询" />
  670. <MESSAGE value="代理人信息,用户信息" />
  671. <MESSAGE value="增加代理人" />
  672. <MESSAGE value="代理人管理" />
  673. <MESSAGE value="增加代理人。代理集团。" />
  674. <MESSAGE value="增加阶梯直降" />
  675. <MESSAGE value="客户信息查询优化" />
  676. <MESSAGE value="分级权限查询" />
  677. <MESSAGE value="分级权限查询,lnG功能开发" />
  678. <MESSAGE value="修改设备类型1是小票机2是pos机" />
  679. <MESSAGE value="补打标签" />
  680. <MESSAGE value="增加司机优惠价格" />
  681. <MESSAGE value="增加员工逻辑删除" />
  682. <MESSAGE value="标签规则设置,增加是否强拉字段标签" />
  683. <MESSAGE value="增加城市字段,增加是都是lNG标识字段。" />
  684. <MESSAGE value="增加加油员id" />
  685. <MESSAGE value="删除没有用的引入包" />
  686. <MESSAGE value="退款信息修改,班结统计的方式,退款审核2021-10-15" />
  687. <option name="LAST_COMMIT_MESSAGE" value="退款信息修改,班结统计的方式,退款审核2021-10-15" />
  688. </component>
  689. <component name="WindowStateProjectService">
  690. <state x="2511" y="202" key="#Project_Structure" timestamp="1626674692213">
  691. <screen x="1998" y="0" width="1842" height="1080" />
  692. </state>
  693. <state x="2511" y="202" key="#Project_Structure/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1626674692213" />
  694. <state x="691" y="335" key="#com.intellij.codeInsight.editorActions.RestoreReferencesDialog" timestamp="1632708843299">
  695. <screen x="0" y="0" width="1920" height="1160" />
  696. </state>
  697. <state x="691" y="335" key="#com.intellij.codeInsight.editorActions.RestoreReferencesDialog/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1632708843299" />
  698. <state x="718" y="149" width="330" height="698" key="#com.intellij.ide.util.MemberChooser" timestamp="1634288891463">
  699. <screen x="0" y="0" width="1920" height="1160" />
  700. </state>
  701. <state x="718" y="149" key="#com.intellij.ide.util.MemberChooser/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1633742405591" />
  702. <state x="718" y="149" key="#com.intellij.ide.util.MemberChooser/0.0.1920.1160/2880.0.1920.1080@0.0.1920.1160" timestamp="1632446769749" />
  703. <state x="718" y="149" key="#com.intellij.ide.util.MemberChooser/0.0.1920.1160@0.0.1920.1160" timestamp="1634288891463" />
  704. <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" />
  705. <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" />
  706. <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" />
  707. <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" />
  708. <state x="613" y="111" key="#com.intellij.ide.util.MemberChooser/62.0.1474.864@62.0.1474.864" timestamp="1625230033870" />
  709. <state x="2649" y="321" key="#com.intellij.ide.util.PackageChooserDialog" timestamp="1626141793813">
  710. <screen x="1998" y="0" width="1842" height="1080" />
  711. </state>
  712. <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" />
  713. <state x="2530" y="468" key="#com.intellij.refactoring.move.MoveHandler.SelectRefactoringDialog" timestamp="1625808251467">
  714. <screen x="1998" y="0" width="1842" height="1080" />
  715. </state>
  716. <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" />
  717. <state x="732" y="447" width="457" height="273" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes" timestamp="1632463356170">
  718. <screen x="0" y="0" width="1920" height="1160" />
  719. </state>
  720. <state x="732" y="447" width="457" height="273" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1632463356170" />
  721. <state x="2602" y="0" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog" timestamp="1625132595885">
  722. <screen x="1982" y="0" width="1858" height="1080" />
  723. </state>
  724. <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" />
  725. <state x="679" y="311" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp="1632708558627">
  726. <screen x="0" y="0" width="1920" height="1160" />
  727. </state>
  728. <state x="679" y="311" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1632708558627" />
  729. <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" />
  730. <state x="587" y="259" key="#检查" timestamp="1632707483588">
  731. <screen x="0" y="0" width="1920" height="1160" />
  732. </state>
  733. <state x="587" y="259" key="#检查/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1632707483588" />
  734. <state x="441" y="155" key="#项目结构" timestamp="1632462526765">
  735. <screen x="0" y="0" width="1920" height="1160" />
  736. </state>
  737. <state x="441" y="155" key="#项目结构/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1632462526765" />
  738. <state x="330" y="13" key="CommitChangelistDialog2" timestamp="1634291878605">
  739. <screen x="0" y="0" width="1920" height="1160" />
  740. </state>
  741. <state x="800" y="149" key="CommitChangelistDialog2/0.0.1920.1160/2880.0.1920.1080@0.0.1920.1160" timestamp="1632449486744" />
  742. <state x="330" y="13" key="CommitChangelistDialog2/0.0.1920.1160@0.0.1920.1160" timestamp="1634291878605" />
  743. <state x="315" y="10" key="CommitChangelistDialog2/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625106671147" />
  744. <state x="2314" y="13" key="CommitChangelistDialog2/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1626759368770" />
  745. <state x="315" y="10" key="CommitChangelistDialog2/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628066457913" />
  746. <state x="315" y="10" key="CommitChangelistDialog2/62.0.1474.864@62.0.1474.864" timestamp="1628039017272" />
  747. <state width="461" height="501" key="DebuggerActiveHint" timestamp="1634204301881">
  748. <screen x="0" y="0" width="1920" height="1160" />
  749. </state>
  750. <state width="461" height="501" key="DebuggerActiveHint/0.0.1920.1160@0.0.1920.1160" timestamp="1634204301881" />
  751. <state width="442" height="466" key="DebuggerActiveHint/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1625736545533" />
  752. <state x="184" y="98" width="1179" height="717" key="DiffContextDialog" timestamp="1629343078027">
  753. <screen x="0" y="0" width="1920" height="1160" />
  754. </state>
  755. <state x="184" y="98" key="DiffContextDialog/0.0.1920.1160@0.0.1920.1160" timestamp="1629343078027" />
  756. <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" />
  757. <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" />
  758. <state x="203" y="73" width="1179" height="717" key="DiffContextDialog/62.0.1474.864@62.0.1474.864" timestamp="1628038977442" />
  759. <state width="1877" height="345" key="GridCell.Tab.0.bottom" timestamp="1634291878756">
  760. <screen x="0" y="0" width="1920" height="1160" />
  761. </state>
  762. <state width="1877" height="353" key="GridCell.Tab.0.bottom/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1633760891838" />
  763. <state width="1877" height="322" key="GridCell.Tab.0.bottom/0.0.1920.1160/2880.0.1920.1080@0.0.1920.1160" timestamp="1632449447182" />
  764. <state width="1877" height="345" key="GridCell.Tab.0.bottom/0.0.1920.1160@0.0.1920.1160" timestamp="1634291878756" />
  765. <state width="1815" height="362" key="GridCell.Tab.0.bottom/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541178075" />
  766. <state width="1431" height="470" key="GridCell.Tab.0.bottom/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625539990085" />
  767. <state width="1799" height="305" key="GridCell.Tab.0.bottom/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627881554363" />
  768. <state width="1431" height="231" key="GridCell.Tab.0.bottom/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448697" />
  769. <state width="1431" height="231" key="GridCell.Tab.0.bottom/62.0.1474.864@62.0.1474.864" timestamp="1628092930649" />
  770. <state width="1877" height="345" key="GridCell.Tab.0.center" timestamp="1634291878756">
  771. <screen x="0" y="0" width="1920" height="1160" />
  772. </state>
  773. <state width="1877" height="353" key="GridCell.Tab.0.center/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1633760891838" />
  774. <state width="1877" height="322" key="GridCell.Tab.0.center/0.0.1920.1160/2880.0.1920.1080@0.0.1920.1160" timestamp="1632449447182" />
  775. <state width="1877" height="345" key="GridCell.Tab.0.center/0.0.1920.1160@0.0.1920.1160" timestamp="1634291878756" />
  776. <state width="1815" height="362" key="GridCell.Tab.0.center/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541178075" />
  777. <state width="1431" height="470" key="GridCell.Tab.0.center/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625539990085" />
  778. <state width="1799" height="305" key="GridCell.Tab.0.center/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627881554363" />
  779. <state width="1431" height="231" key="GridCell.Tab.0.center/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448697" />
  780. <state width="1431" height="231" key="GridCell.Tab.0.center/62.0.1474.864@62.0.1474.864" timestamp="1628092930649" />
  781. <state width="1877" height="345" key="GridCell.Tab.0.left" timestamp="1634291878756">
  782. <screen x="0" y="0" width="1920" height="1160" />
  783. </state>
  784. <state width="1877" height="353" key="GridCell.Tab.0.left/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1633760891838" />
  785. <state width="1877" height="322" key="GridCell.Tab.0.left/0.0.1920.1160/2880.0.1920.1080@0.0.1920.1160" timestamp="1632449447182" />
  786. <state width="1877" height="345" key="GridCell.Tab.0.left/0.0.1920.1160@0.0.1920.1160" timestamp="1634291878756" />
  787. <state width="1815" height="362" key="GridCell.Tab.0.left/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541178075" />
  788. <state width="1431" height="470" key="GridCell.Tab.0.left/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625539990085" />
  789. <state width="1799" height="305" key="GridCell.Tab.0.left/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627881554363" />
  790. <state width="1431" height="231" key="GridCell.Tab.0.left/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448697" />
  791. <state width="1431" height="231" key="GridCell.Tab.0.left/62.0.1474.864@62.0.1474.864" timestamp="1628092930648" />
  792. <state width="1877" height="345" key="GridCell.Tab.0.right" timestamp="1634291878756">
  793. <screen x="0" y="0" width="1920" height="1160" />
  794. </state>
  795. <state width="1877" height="353" key="GridCell.Tab.0.right/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1633760891838" />
  796. <state width="1877" height="322" key="GridCell.Tab.0.right/0.0.1920.1160/2880.0.1920.1080@0.0.1920.1160" timestamp="1632449447182" />
  797. <state width="1877" height="345" key="GridCell.Tab.0.right/0.0.1920.1160@0.0.1920.1160" timestamp="1634291878756" />
  798. <state width="1815" height="362" key="GridCell.Tab.0.right/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541178075" />
  799. <state width="1431" height="470" key="GridCell.Tab.0.right/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625539990085" />
  800. <state width="1799" height="305" key="GridCell.Tab.0.right/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627881554363" />
  801. <state width="1431" height="231" key="GridCell.Tab.0.right/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448697" />
  802. <state width="1431" height="231" key="GridCell.Tab.0.right/62.0.1474.864@62.0.1474.864" timestamp="1628092930649" />
  803. <state width="1877" height="345" key="GridCell.Tab.1.bottom" timestamp="1634291878757">
  804. <screen x="0" y="0" width="1920" height="1160" />
  805. </state>
  806. <state width="1877" height="353" key="GridCell.Tab.1.bottom/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1633761426735" />
  807. <state width="1877" height="371" key="GridCell.Tab.1.bottom/0.0.1920.1160/2880.0.1920.1080@0.0.1920.1160" timestamp="1632449445853" />
  808. <state width="1877" height="345" key="GridCell.Tab.1.bottom/0.0.1920.1160@0.0.1920.1160" timestamp="1634291878757" />
  809. <state width="1815" height="362" key="GridCell.Tab.1.bottom/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541177903" />
  810. <state width="1431" height="413" key="GridCell.Tab.1.bottom/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625118962646" />
  811. <state width="1799" height="530" key="GridCell.Tab.1.bottom/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627874091344" />
  812. <state width="1431" height="490" key="GridCell.Tab.1.bottom/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448689" />
  813. <state width="1431" height="406" key="GridCell.Tab.1.bottom/62.0.1474.864@62.0.1474.864" timestamp="1627985853679" />
  814. <state width="1877" height="345" key="GridCell.Tab.1.center" timestamp="1634291878756">
  815. <screen x="0" y="0" width="1920" height="1160" />
  816. </state>
  817. <state width="1877" height="353" key="GridCell.Tab.1.center/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1633761426734" />
  818. <state width="1877" height="371" key="GridCell.Tab.1.center/0.0.1920.1160/2880.0.1920.1080@0.0.1920.1160" timestamp="1632449445853" />
  819. <state width="1877" height="345" key="GridCell.Tab.1.center/0.0.1920.1160@0.0.1920.1160" timestamp="1634291878756" />
  820. <state width="1815" height="362" key="GridCell.Tab.1.center/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541177903" />
  821. <state width="1431" height="413" key="GridCell.Tab.1.center/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625118962646" />
  822. <state width="1799" height="530" key="GridCell.Tab.1.center/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627874091344" />
  823. <state width="1431" height="490" key="GridCell.Tab.1.center/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448689" />
  824. <state width="1431" height="406" key="GridCell.Tab.1.center/62.0.1474.864@62.0.1474.864" timestamp="1627985853679" />
  825. <state width="1877" height="345" key="GridCell.Tab.1.left" timestamp="1634291878756">
  826. <screen x="0" y="0" width="1920" height="1160" />
  827. </state>
  828. <state width="1877" height="353" key="GridCell.Tab.1.left/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1633761426734" />
  829. <state width="1877" height="371" key="GridCell.Tab.1.left/0.0.1920.1160/2880.0.1920.1080@0.0.1920.1160" timestamp="1632449445853" />
  830. <state width="1877" height="345" key="GridCell.Tab.1.left/0.0.1920.1160@0.0.1920.1160" timestamp="1634291878756" />
  831. <state width="1815" height="362" key="GridCell.Tab.1.left/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541177903" />
  832. <state width="1431" height="413" key="GridCell.Tab.1.left/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625118962646" />
  833. <state width="1799" height="530" key="GridCell.Tab.1.left/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627874091344" />
  834. <state width="1431" height="490" key="GridCell.Tab.1.left/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448689" />
  835. <state width="1431" height="406" key="GridCell.Tab.1.left/62.0.1474.864@62.0.1474.864" timestamp="1627985853679" />
  836. <state width="1877" height="345" key="GridCell.Tab.1.right" timestamp="1634291878756">
  837. <screen x="0" y="0" width="1920" height="1160" />
  838. </state>
  839. <state width="1877" height="353" key="GridCell.Tab.1.right/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1633761426734" />
  840. <state width="1877" height="371" key="GridCell.Tab.1.right/0.0.1920.1160/2880.0.1920.1080@0.0.1920.1160" timestamp="1632449445853" />
  841. <state width="1877" height="345" key="GridCell.Tab.1.right/0.0.1920.1160@0.0.1920.1160" timestamp="1634291878756" />
  842. <state width="1815" height="362" key="GridCell.Tab.1.right/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541177903" />
  843. <state width="1431" height="413" key="GridCell.Tab.1.right/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625118962646" />
  844. <state width="1799" height="530" key="GridCell.Tab.1.right/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627874091344" />
  845. <state width="1431" height="490" key="GridCell.Tab.1.right/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448689" />
  846. <state width="1431" height="406" key="GridCell.Tab.1.right/62.0.1474.864@62.0.1474.864" timestamp="1627985853679" />
  847. <state width="1877" height="345" key="GridCell.Tab.2.bottom" timestamp="1634291878757">
  848. <screen x="0" y="0" width="1920" height="1160" />
  849. </state>
  850. <state width="1877" height="353" key="GridCell.Tab.2.bottom/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1633760891633" />
  851. <state width="1877" height="371" key="GridCell.Tab.2.bottom/0.0.1920.1160/2880.0.1920.1080@0.0.1920.1160" timestamp="1632449445853" />
  852. <state width="1877" height="345" key="GridCell.Tab.2.bottom/0.0.1920.1160@0.0.1920.1160" timestamp="1634291878757" />
  853. <state width="1815" height="362" key="GridCell.Tab.2.bottom/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541177903" />
  854. <state width="1431" height="413" key="GridCell.Tab.2.bottom/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625118962647" />
  855. <state width="1799" height="530" key="GridCell.Tab.2.bottom/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627874091344" />
  856. <state width="1431" height="490" key="GridCell.Tab.2.bottom/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448690" />
  857. <state width="1431" height="406" key="GridCell.Tab.2.bottom/62.0.1474.864@62.0.1474.864" timestamp="1627985853680" />
  858. <state width="1877" height="345" key="GridCell.Tab.2.center" timestamp="1634291878757">
  859. <screen x="0" y="0" width="1920" height="1160" />
  860. </state>
  861. <state width="1877" height="353" key="GridCell.Tab.2.center/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1633760891633" />
  862. <state width="1877" height="371" key="GridCell.Tab.2.center/0.0.1920.1160/2880.0.1920.1080@0.0.1920.1160" timestamp="1632449445853" />
  863. <state width="1877" height="345" key="GridCell.Tab.2.center/0.0.1920.1160@0.0.1920.1160" timestamp="1634291878757" />
  864. <state width="1815" height="362" key="GridCell.Tab.2.center/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541177903" />
  865. <state width="1431" height="413" key="GridCell.Tab.2.center/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625118962646" />
  866. <state width="1799" height="530" key="GridCell.Tab.2.center/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627874091344" />
  867. <state width="1431" height="490" key="GridCell.Tab.2.center/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448690" />
  868. <state width="1431" height="406" key="GridCell.Tab.2.center/62.0.1474.864@62.0.1474.864" timestamp="1627985853680" />
  869. <state width="1877" height="345" key="GridCell.Tab.2.left" timestamp="1634291878757">
  870. <screen x="0" y="0" width="1920" height="1160" />
  871. </state>
  872. <state width="1877" height="353" key="GridCell.Tab.2.left/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1633760891633" />
  873. <state width="1877" height="371" key="GridCell.Tab.2.left/0.0.1920.1160/2880.0.1920.1080@0.0.1920.1160" timestamp="1632449445853" />
  874. <state width="1877" height="345" key="GridCell.Tab.2.left/0.0.1920.1160@0.0.1920.1160" timestamp="1634291878757" />
  875. <state width="1815" height="362" key="GridCell.Tab.2.left/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541177903" />
  876. <state width="1431" height="413" key="GridCell.Tab.2.left/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625118962646" />
  877. <state width="1799" height="530" key="GridCell.Tab.2.left/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627874091344" />
  878. <state width="1431" height="490" key="GridCell.Tab.2.left/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448689" />
  879. <state width="1431" height="406" key="GridCell.Tab.2.left/62.0.1474.864@62.0.1474.864" timestamp="1627985853679" />
  880. <state width="1877" height="345" key="GridCell.Tab.2.right" timestamp="1634291878757">
  881. <screen x="0" y="0" width="1920" height="1160" />
  882. </state>
  883. <state width="1877" height="353" key="GridCell.Tab.2.right/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1633760891633" />
  884. <state width="1877" height="371" key="GridCell.Tab.2.right/0.0.1920.1160/2880.0.1920.1080@0.0.1920.1160" timestamp="1632449445853" />
  885. <state width="1877" height="345" key="GridCell.Tab.2.right/0.0.1920.1160@0.0.1920.1160" timestamp="1634291878757" />
  886. <state width="1815" height="362" key="GridCell.Tab.2.right/62.0.1474.864/1982.0.1858.1080@1982.0.1858.1080" timestamp="1625541177903" />
  887. <state width="1431" height="413" key="GridCell.Tab.2.right/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625118962646" />
  888. <state width="1799" height="530" key="GridCell.Tab.2.right/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627874091344" />
  889. <state width="1431" height="490" key="GridCell.Tab.2.right/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628071448690" />
  890. <state width="1431" height="406" key="GridCell.Tab.2.right/62.0.1474.864@62.0.1474.864" timestamp="1627985853680" />
  891. <state x="491" y="235" key="Maven.ArtifactSearchDialog" timestamp="1632468050042">
  892. <screen x="0" y="0" width="1920" height="1160" />
  893. </state>
  894. <state x="491" y="235" key="Maven.ArtifactSearchDialog/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1632468050042" />
  895. <state x="457" y="132" key="RollbackChangesDialog" timestamp="1627291822313">
  896. <screen x="62" y="0" width="1474" height="864" />
  897. </state>
  898. <state x="457" y="132" key="RollbackChangesDialog/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1627291822313" />
  899. <state x="440" y="28" key="SettingsEditor" timestamp="1632449969968">
  900. <screen x="0" y="0" width="1920" height="1160" />
  901. </state>
  902. <state x="440" y="28" key="SettingsEditor/0.0.1920.1160/2880.0.1920.1080@0.0.1920.1160" timestamp="1632449969968" />
  903. <state x="2420" y="26" key="SettingsEditor/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1627463021455" />
  904. <state x="400" y="21" key="SettingsEditor/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1627952237591" />
  905. <state width="498" height="446" key="SwitcherDM" timestamp="1626317409209">
  906. <screen x="62" y="0" width="1474" height="864" />
  907. </state>
  908. <state width="498" height="446" key="SwitcherDM/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1626317409209" />
  909. <state x="451" y="209" key="Vcs.Push.Dialog.v2" timestamp="1632450169334">
  910. <screen x="0" y="0" width="1920" height="1160" />
  911. </state>
  912. <state x="451" y="209" key="Vcs.Push.Dialog.v2/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1632450169334" />
  913. <state x="451" y="209" key="Vcs.Push.Dialog.v2/0.0.1920.1160/2880.0.1920.1080@0.0.1920.1160" timestamp="1632449859971" />
  914. <state x="408" y="156" key="Vcs.Push.Dialog.v2/62.0.1474.864/1982.0.1858.1080@62.0.1474.864" timestamp="1625106675482" />
  915. <state x="2430" y="195" key="Vcs.Push.Dialog.v2/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1626759375489" />
  916. <state x="408" y="156" key="Vcs.Push.Dialog.v2/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1628066487588" />
  917. <state x="408" y="156" key="Vcs.Push.Dialog.v2/62.0.1474.864@62.0.1474.864" timestamp="1628039025108" />
  918. <state width="968" height="588" key="XDebugger.FullValuePopup" timestamp="1633761535031">
  919. <screen x="0" y="0" width="1920" height="1160" />
  920. </state>
  921. <state width="968" height="588" key="XDebugger.FullValuePopup/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1633761535031" />
  922. <state width="968" height="588" key="XDebugger.FullValuePopup/0.0.1920.1160@0.0.1920.1160" timestamp="1630480352669" />
  923. <state x="555" y="266" key="com.intellij.ide.util.TipDialog" timestamp="1628125102884">
  924. <screen x="62" y="0" width="1474" height="864" />
  925. </state>
  926. <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" />
  927. <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" />
  928. <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" />
  929. <state x="555" y="266" key="com.intellij.ide.util.TipDialog/62.0.1474.864@62.0.1474.864" timestamp="1628037877990" />
  930. <state x="445" y="68" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser" timestamp="1632363466835">
  931. <screen x="0" y="0" width="1920" height="1160" />
  932. </state>
  933. <state x="445" y="68" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1632363466835" />
  934. <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" />
  935. <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" />
  936. <state x="773" y="492" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1629342554748">
  937. <screen x="0" y="0" width="1920" height="1160" />
  938. </state>
  939. <state x="773" y="492" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.0.1920.1160@0.0.1920.1160" timestamp="1629342554748" />
  940. <state x="393" y="0" width="1081" height="742" key="dock-window-1" timestamp="1626676277215">
  941. <screen x="62" y="0" width="1474" height="864" />
  942. </state>
  943. <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" />
  944. <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" />
  945. <state x="2340" y="95" width="759" height="596" key="find.popup" timestamp="1627542367203">
  946. <screen x="1998" y="0" width="1842" height="1080" />
  947. </state>
  948. <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" />
  949. <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" />
  950. <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" />
  951. <state x="2560" y="266" width="700" height="530" key="recent.locations.popup" timestamp="1626680746891">
  952. <screen x="1998" y="0" width="1842" height="1080" />
  953. </state>
  954. <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" />
  955. <state x="602" y="269" key="run.anything.popup" timestamp="1631778572619">
  956. <screen x="0" y="0" width="1920" height="1160" />
  957. </state>
  958. <state x="602" y="269" key="run.anything.popup/0.0.1920.1160/2880.0.1920.1040@0.0.1920.1160" timestamp="1631778572619" />
  959. <state x="602" y="269" key="run.anything.popup/0.0.1920.1160@0.0.1920.1160" timestamp="1630893673828" />
  960. <state x="2575" y="250" key="run.anything.popup/62.0.1474.864/1998.0.1842.1080@1998.0.1842.1080" timestamp="1625820790244" />
  961. <state x="524" y="200" key="run.anything.popup/62.0.1474.864/1998.0.1842.1080@62.0.1474.864" timestamp="1626318275914" />
  962. <state x="539" y="204" width="877" height="956" key="search.everywhere.popup" timestamp="1630460911129">
  963. <screen x="0" y="0" width="1920" height="1160" />
  964. </state>
  965. <state x="539" y="204" width="877" height="956" key="search.everywhere.popup/0.0.1920.1160@0.0.1920.1160" timestamp="1630460911129" />
  966. <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" />
  967. <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" />
  968. <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" />
  969. <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" />
  970. <state x="589" y="262" key="spring file set editor" timestamp="1630649635378">
  971. <screen x="0" y="0" width="1920" height="1160" />
  972. </state>
  973. <state x="589" y="262" key="spring file set editor/0.0.1920.1160@0.0.1920.1160" timestamp="1630649635378" />
  974. </component>
  975. <component name="XDebuggerManager">
  976. <breakpoint-manager>
  977. <breakpoints>
  978. <line-breakpoint type="java-line">
  979. <url>file://$PROJECT_DIR$/yijia-label/src/main/java/com/yijia/markert/controller/CustomerLabelController.java</url>
  980. <line>116</line>
  981. <option name="timeStamp" value="3" />
  982. </line-breakpoint>
  983. <line-breakpoint enabled="true" type="java-line">
  984. <url>file://$PROJECT_DIR$/yijia-common/src/main/java/com/yijia/common/utils/SecurityUtils.java</url>
  985. <line>75</line>
  986. <option name="timeStamp" value="9" />
  987. </line-breakpoint>
  988. <line-breakpoint enabled="true" type="java-line">
  989. <url>file://$PROJECT_DIR$/yijia-coupon/src/main/java/com/yijia/coupon/controller/CouponIssueController.java</url>
  990. <line>250</line>
  991. <option name="timeStamp" value="16" />
  992. </line-breakpoint>
  993. <line-breakpoint enabled="true" type="java-line">
  994. <url>file://$PROJECT_DIR$/yijia-coupon/src/main/java/com/yijia/coupon/controller/CouponIssueController.java</url>
  995. <line>229</line>
  996. <option name="timeStamp" value="17" />
  997. </line-breakpoint>
  998. <line-breakpoint enabled="true" type="java-line">
  999. <url>file://$PROJECT_DIR$/yijia-coupon/src/main/java/com/yijia/coupon/controller/CouponIssueController.java</url>
  1000. <line>228</line>
  1001. <option name="timeStamp" value="18" />
  1002. </line-breakpoint>
  1003. <line-breakpoint enabled="true" type="java-line">
  1004. <url>file://$PROJECT_DIR$/yijia-coupon/src/main/java/com/yijia/coupon/controller/CouponIssueController.java</url>
  1005. <line>137</line>
  1006. <option name="timeStamp" value="19" />
  1007. </line-breakpoint>
  1008. <line-breakpoint enabled="true" type="java-line">
  1009. <url>file://$PROJECT_DIR$/yijia-coupon/src/main/java/com/yijia/coupon/controller/CouponIssueController.java</url>
  1010. <line>271</line>
  1011. <option name="timeStamp" value="21" />
  1012. </line-breakpoint>
  1013. <line-breakpoint enabled="true" type="java-line">
  1014. <url>file://$PROJECT_DIR$/yijia-coupon/src/main/java/com/yijia/coupon/controller/CouponIssueController.java</url>
  1015. <line>270</line>
  1016. <option name="timeStamp" value="27" />
  1017. </line-breakpoint>
  1018. <line-breakpoint enabled="true" type="java-line">
  1019. <url>file://$PROJECT_DIR$/yijia-admin/src/main/java/com/yijia/web/controller/common/CommonController.java</url>
  1020. <line>75</line>
  1021. <option name="timeStamp" value="42" />
  1022. </line-breakpoint>
  1023. <line-breakpoint enabled="true" type="java-line">
  1024. <url>file://$PROJECT_DIR$/yijia-admin/src/main/java/com/yijia/web/controller/common/CommonController.java</url>
  1025. <line>82</line>
  1026. <option name="timeStamp" value="43" />
  1027. </line-breakpoint>
  1028. <line-breakpoint enabled="true" type="java-line">
  1029. <url>file://$PROJECT_DIR$/yijia-admin/src/main/java/com/yijia/web/controller/common/CommonController.java</url>
  1030. <line>90</line>
  1031. <option name="timeStamp" value="44" />
  1032. </line-breakpoint>
  1033. <line-breakpoint enabled="true" type="java-line">
  1034. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/controller/CardExcelImportController.java</url>
  1035. <line>91</line>
  1036. <option name="timeStamp" value="61" />
  1037. </line-breakpoint>
  1038. <line-breakpoint enabled="true" type="java-line">
  1039. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/controller/CardExcelImportController.java</url>
  1040. <line>90</line>
  1041. <option name="timeStamp" value="62" />
  1042. </line-breakpoint>
  1043. <line-breakpoint enabled="true" type="java-line">
  1044. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/controller/CardExcelImportController.java</url>
  1045. <line>88</line>
  1046. <option name="timeStamp" value="66" />
  1047. </line-breakpoint>
  1048. <line-breakpoint enabled="true" type="java-line">
  1049. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/controller/CardExcelImportController.java</url>
  1050. <line>87</line>
  1051. <option name="timeStamp" value="67" />
  1052. </line-breakpoint>
  1053. <line-breakpoint enabled="true" type="java-line">
  1054. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/controller/CardExcelImportController.java</url>
  1055. <line>106</line>
  1056. <option name="timeStamp" value="68" />
  1057. </line-breakpoint>
  1058. <line-breakpoint enabled="true" type="java-line">
  1059. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/controller/CardExcelImportController.java</url>
  1060. <line>104</line>
  1061. <option name="timeStamp" value="69" />
  1062. </line-breakpoint>
  1063. <line-breakpoint enabled="true" type="java-line">
  1064. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1065. <line>146</line>
  1066. <option name="timeStamp" value="71" />
  1067. </line-breakpoint>
  1068. <line-breakpoint enabled="true" type="java-line">
  1069. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1070. <line>145</line>
  1071. <option name="timeStamp" value="72" />
  1072. </line-breakpoint>
  1073. <line-breakpoint enabled="true" type="java-line">
  1074. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1075. <line>132</line>
  1076. <option name="timeStamp" value="73" />
  1077. </line-breakpoint>
  1078. <line-breakpoint enabled="true" type="java-line">
  1079. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1080. <line>154</line>
  1081. <option name="timeStamp" value="86" />
  1082. </line-breakpoint>
  1083. <line-breakpoint enabled="true" type="java-line">
  1084. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1085. <line>156</line>
  1086. <option name="timeStamp" value="87" />
  1087. </line-breakpoint>
  1088. <line-breakpoint enabled="true" type="java-line">
  1089. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1090. <line>155</line>
  1091. <option name="timeStamp" value="88" />
  1092. </line-breakpoint>
  1093. <line-breakpoint enabled="true" type="java-line">
  1094. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1095. <line>195</line>
  1096. <option name="timeStamp" value="89" />
  1097. </line-breakpoint>
  1098. <line-breakpoint enabled="true" type="java-line">
  1099. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1100. <line>192</line>
  1101. <option name="timeStamp" value="90" />
  1102. </line-breakpoint>
  1103. <line-breakpoint enabled="true" type="java-line">
  1104. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1105. <line>190</line>
  1106. <option name="timeStamp" value="91" />
  1107. </line-breakpoint>
  1108. <line-breakpoint enabled="true" type="java-line">
  1109. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1110. <line>187</line>
  1111. <option name="timeStamp" value="92" />
  1112. </line-breakpoint>
  1113. <line-breakpoint enabled="true" type="java-line">
  1114. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1115. <line>179</line>
  1116. <option name="timeStamp" value="93" />
  1117. </line-breakpoint>
  1118. <line-breakpoint enabled="true" type="java-line">
  1119. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1120. <line>181</line>
  1121. <option name="timeStamp" value="94" />
  1122. </line-breakpoint>
  1123. <line-breakpoint enabled="true" type="java-line">
  1124. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1125. <line>175</line>
  1126. <option name="timeStamp" value="95" />
  1127. </line-breakpoint>
  1128. <line-breakpoint enabled="true" type="java-line">
  1129. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1130. <line>168</line>
  1131. <option name="timeStamp" value="96" />
  1132. </line-breakpoint>
  1133. <line-breakpoint enabled="true" type="java-line">
  1134. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1135. <line>162</line>
  1136. <option name="timeStamp" value="97" />
  1137. </line-breakpoint>
  1138. <line-breakpoint enabled="true" type="java-line">
  1139. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1140. <line>213</line>
  1141. <option name="timeStamp" value="104" />
  1142. </line-breakpoint>
  1143. <line-breakpoint enabled="true" type="java-line">
  1144. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1145. <line>364</line>
  1146. <option name="timeStamp" value="106" />
  1147. </line-breakpoint>
  1148. <line-breakpoint enabled="true" type="java-line">
  1149. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1150. <line>365</line>
  1151. <option name="timeStamp" value="107" />
  1152. </line-breakpoint>
  1153. <line-breakpoint enabled="true" type="java-line">
  1154. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1155. <line>375</line>
  1156. <option name="timeStamp" value="111" />
  1157. </line-breakpoint>
  1158. <line-breakpoint enabled="true" type="java-line">
  1159. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1160. <line>370</line>
  1161. <option name="timeStamp" value="114" />
  1162. </line-breakpoint>
  1163. <line-breakpoint enabled="true" type="java-line">
  1164. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1165. <line>381</line>
  1166. <option name="timeStamp" value="115" />
  1167. </line-breakpoint>
  1168. <line-breakpoint enabled="true" type="java-line">
  1169. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1170. <line>221</line>
  1171. <option name="timeStamp" value="132" />
  1172. </line-breakpoint>
  1173. <line-breakpoint enabled="true" type="java-line">
  1174. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1175. <line>223</line>
  1176. <option name="timeStamp" value="133" />
  1177. </line-breakpoint>
  1178. <line-breakpoint enabled="true" type="java-line">
  1179. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/service/impl/CardExcelImportServiceImpl.java</url>
  1180. <line>225</line>
  1181. <option name="timeStamp" value="134" />
  1182. </line-breakpoint>
  1183. <line-breakpoint enabled="true" type="java-line">
  1184. <url>file://$PROJECT_DIR$/yijia-customer/src/main/java/com/yijia/customer/controller/CardExcelImportController.java</url>
  1185. <line>162</line>
  1186. <option name="timeStamp" value="135" />
  1187. </line-breakpoint>
  1188. <line-breakpoint enabled="true" type="java-line">
  1189. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1190. <line>769</line>
  1191. <option name="timeStamp" value="151" />
  1192. </line-breakpoint>
  1193. <line-breakpoint enabled="true" type="java-line">
  1194. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1195. <line>542</line>
  1196. <option name="timeStamp" value="152" />
  1197. </line-breakpoint>
  1198. <line-breakpoint enabled="true" type="java-line">
  1199. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1200. <line>543</line>
  1201. <option name="timeStamp" value="153" />
  1202. </line-breakpoint>
  1203. <line-breakpoint enabled="true" type="java-line">
  1204. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1205. <line>541</line>
  1206. <option name="timeStamp" value="154" />
  1207. </line-breakpoint>
  1208. <line-breakpoint enabled="true" type="java-line">
  1209. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1210. <line>645</line>
  1211. <option name="timeStamp" value="155" />
  1212. </line-breakpoint>
  1213. <line-breakpoint enabled="true" type="java-line">
  1214. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1215. <line>644</line>
  1216. <option name="timeStamp" value="156" />
  1217. </line-breakpoint>
  1218. <line-breakpoint enabled="true" type="java-line">
  1219. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1220. <line>977</line>
  1221. <option name="timeStamp" value="157" />
  1222. </line-breakpoint>
  1223. <line-breakpoint enabled="true" type="java-line">
  1224. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1225. <line>983</line>
  1226. <option name="timeStamp" value="158" />
  1227. </line-breakpoint>
  1228. <line-breakpoint enabled="true" type="java-line">
  1229. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1230. <line>990</line>
  1231. <option name="timeStamp" value="159" />
  1232. </line-breakpoint>
  1233. <line-breakpoint enabled="true" type="java-line">
  1234. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1235. <line>991</line>
  1236. <option name="timeStamp" value="160" />
  1237. </line-breakpoint>
  1238. <line-breakpoint enabled="true" type="java-line">
  1239. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1240. <line>538</line>
  1241. <option name="timeStamp" value="161" />
  1242. </line-breakpoint>
  1243. <line-breakpoint enabled="true" type="java-line">
  1244. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1245. <line>992</line>
  1246. <option name="timeStamp" value="162" />
  1247. </line-breakpoint>
  1248. <line-breakpoint enabled="true" type="java-line">
  1249. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1250. <line>993</line>
  1251. <option name="timeStamp" value="163" />
  1252. </line-breakpoint>
  1253. <line-breakpoint enabled="true" type="java-line">
  1254. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1255. <line>1050</line>
  1256. <option name="timeStamp" value="164" />
  1257. </line-breakpoint>
  1258. <line-breakpoint enabled="true" type="java-line">
  1259. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1260. <line>1051</line>
  1261. <option name="timeStamp" value="165" />
  1262. </line-breakpoint>
  1263. <line-breakpoint enabled="true" type="java-line">
  1264. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1265. <line>1042</line>
  1266. <option name="timeStamp" value="166" />
  1267. </line-breakpoint>
  1268. <line-breakpoint enabled="true" type="java-line">
  1269. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1270. <line>1022</line>
  1271. <option name="timeStamp" value="167" />
  1272. </line-breakpoint>
  1273. <line-breakpoint enabled="true" type="java-line">
  1274. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1275. <line>1235</line>
  1276. <option name="timeStamp" value="168" />
  1277. </line-breakpoint>
  1278. <line-breakpoint enabled="true" type="java-line">
  1279. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1280. <line>1083</line>
  1281. <option name="timeStamp" value="169" />
  1282. </line-breakpoint>
  1283. <line-breakpoint enabled="true" type="java-line">
  1284. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1285. <line>1073</line>
  1286. <option name="timeStamp" value="170" />
  1287. </line-breakpoint>
  1288. <line-breakpoint enabled="true" type="java-line">
  1289. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1290. <line>1074</line>
  1291. <option name="timeStamp" value="171" />
  1292. </line-breakpoint>
  1293. <line-breakpoint enabled="true" type="java-line">
  1294. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1295. <line>1044</line>
  1296. <option name="timeStamp" value="172" />
  1297. </line-breakpoint>
  1298. <line-breakpoint enabled="true" type="java-line">
  1299. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1300. <line>1615</line>
  1301. <option name="timeStamp" value="174" />
  1302. </line-breakpoint>
  1303. <line-breakpoint enabled="true" type="java-line">
  1304. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1305. <line>1592</line>
  1306. <option name="timeStamp" value="176" />
  1307. </line-breakpoint>
  1308. <line-breakpoint enabled="true" type="java-line">
  1309. <url>file://$PROJECT_DIR$/yijia-station/src/main/java/com/yijia/station/controller/StationClassStructureController.java</url>
  1310. <line>1608</line>
  1311. <option name="timeStamp" value="177" />
  1312. </line-breakpoint>
  1313. <line-breakpoint type="java-method">
  1314. <url>file://$PROJECT_DIR$/yijia-label/src/main/java/com/yijia/label/mapper/CustomerLabelMapper.java</url>
  1315. <line>27</line>
  1316. <properties class="com.yijia.label.mapper.CustomerLabelMapper" method="selectCustomerLabelList" />
  1317. <option name="timeStamp" value="5" />
  1318. </line-breakpoint>
  1319. </breakpoints>
  1320. </breakpoint-manager>
  1321. <watches-manager>
  1322. <configuration name="SpringBootApplicationConfigurationType">
  1323. <watch expression="resultStr" />
  1324. <watch expression="payOrder.beginTime" />
  1325. </configuration>
  1326. </watches-manager>
  1327. </component>
  1328. <component name="XSLT-Support.FileAssociations.UIState">
  1329. <expand />
  1330. <select />
  1331. </component>
  1332. <component name="com.intellij.coverage.CoverageDataManagerImpl">
  1333. <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" />
  1334. </component>
  1335. </project>