From 2c3f16e44367ca8550f46bc4a4f9ee0827c57506 Mon Sep 17 00:00:00 2001 From: kchh <365619549@qq.com> Date: Tue, 21 Nov 2023 14:57:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6vin=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/mini-service-v4.iml | 6 ++ .../1a25fb2226d431d3137611d7dc73b25dc1203279 | 33 ++++++++ .../1dfd7bb56827f7cac04a40b35b84ebbeac3d2508 | 2 + .../22661b853b5d07909dc6bb6a60fccc02ae31a42e | 3 + .../4aa036e9d687aad91b770f113810a70d5ea5fd24 | 0 .../5d5b59939e8507fb0c0bbf9cfa60f170a6bae184 | 0 .../666369fee408bd289277e11801a6d000b873de94 | 0 .../7388177bb311bdfa914536fd9bd13051a4062f7d | 0 .../7fa5b9a5b2bfd9717fbc7a18751adeebfacaeb55 | 29 +++++++ .../8e78280253f7d8b93e07906dd13dd4c901d0fbe6 | 78 +++++++++++++++++++ .../9aa58592af3de8f6aa78fbc1670a9880561f0fd9 | 2 + .../9b9c619d7179c103b9b511d33a6b07e1c02dbadb | 44 +++++++++++ .../b693c5fc5454c315021a1ad69b4251633c650305 | 0 .../b7d6d14d9ab2a0ae82109887abce5e44c933f7d1 | 38 +++++++++ .../bd40c827cc342985d419277ddd528ecae16fc843 | 13 ++++ .../bdfbdec1be13a927db043a99eeaacdaaa750c59d | 4 + .../c139220325823fbc1526cd5c8dca6251a66bb47a | 16 ++++ .../dc1f1f9911af62b7698a7cd29b083756ad4812d1 | 0 .../ecdd23c1fbe3902ff30c9742de5dfd28146749ba | 14 ++++ .idea/sonarlint/issuestore/index.pb | 37 +++++++++ .../1a25fb2226d431d3137611d7dc73b25dc1203279 | 0 .../1dfd7bb56827f7cac04a40b35b84ebbeac3d2508 | 0 .../22661b853b5d07909dc6bb6a60fccc02ae31a42e | 0 .../4aa036e9d687aad91b770f113810a70d5ea5fd24 | 0 .../5d5b59939e8507fb0c0bbf9cfa60f170a6bae184 | 0 .../666369fee408bd289277e11801a6d000b873de94 | 0 .../7388177bb311bdfa914536fd9bd13051a4062f7d | 0 .../7fa5b9a5b2bfd9717fbc7a18751adeebfacaeb55 | 0 .../8e78280253f7d8b93e07906dd13dd4c901d0fbe6 | 0 .../9aa58592af3de8f6aa78fbc1670a9880561f0fd9 | 0 .../9b9c619d7179c103b9b511d33a6b07e1c02dbadb | 0 .../b693c5fc5454c315021a1ad69b4251633c650305 | 0 .../b7d6d14d9ab2a0ae82109887abce5e44c933f7d1 | 0 .../bd40c827cc342985d419277ddd528ecae16fc843 | 0 .../bdfbdec1be13a927db043a99eeaacdaaa750c59d | 0 .../c139220325823fbc1526cd5c8dca6251a66bb47a | 0 .../dc1f1f9911af62b7698a7cd29b083756ad4812d1 | 0 .../ecdd23c1fbe3902ff30c9742de5dfd28146749ba | 0 .idea/sonarlint/securityhotspotstore/index.pb | 37 +++++++++ interfaces/interfaces.iml | 6 ++ mapper/mapper.iml | 6 ++ models/models.iml | 6 ++ utils/utils.iml | 6 ++ wx-applet-admin/wx-applet-admin.iml | 6 ++ wx-applet/wx-applet.iml | 6 ++ 45 files changed, 392 insertions(+) create mode 100644 .idea/mini-service-v4.iml create mode 100644 .idea/sonarlint/issuestore/1/a/1a25fb2226d431d3137611d7dc73b25dc1203279 create mode 100644 .idea/sonarlint/issuestore/1/d/1dfd7bb56827f7cac04a40b35b84ebbeac3d2508 create mode 100644 .idea/sonarlint/issuestore/2/2/22661b853b5d07909dc6bb6a60fccc02ae31a42e create mode 100644 .idea/sonarlint/issuestore/4/a/4aa036e9d687aad91b770f113810a70d5ea5fd24 create mode 100644 .idea/sonarlint/issuestore/5/d/5d5b59939e8507fb0c0bbf9cfa60f170a6bae184 create mode 100644 .idea/sonarlint/issuestore/6/6/666369fee408bd289277e11801a6d000b873de94 create mode 100644 .idea/sonarlint/issuestore/7/3/7388177bb311bdfa914536fd9bd13051a4062f7d create mode 100644 .idea/sonarlint/issuestore/7/f/7fa5b9a5b2bfd9717fbc7a18751adeebfacaeb55 create mode 100644 .idea/sonarlint/issuestore/8/e/8e78280253f7d8b93e07906dd13dd4c901d0fbe6 create mode 100644 .idea/sonarlint/issuestore/9/a/9aa58592af3de8f6aa78fbc1670a9880561f0fd9 create mode 100644 .idea/sonarlint/issuestore/9/b/9b9c619d7179c103b9b511d33a6b07e1c02dbadb create mode 100644 .idea/sonarlint/issuestore/b/6/b693c5fc5454c315021a1ad69b4251633c650305 create mode 100644 .idea/sonarlint/issuestore/b/7/b7d6d14d9ab2a0ae82109887abce5e44c933f7d1 create mode 100644 .idea/sonarlint/issuestore/b/d/bd40c827cc342985d419277ddd528ecae16fc843 create mode 100644 .idea/sonarlint/issuestore/b/d/bdfbdec1be13a927db043a99eeaacdaaa750c59d create mode 100644 .idea/sonarlint/issuestore/c/1/c139220325823fbc1526cd5c8dca6251a66bb47a create mode 100644 .idea/sonarlint/issuestore/d/c/dc1f1f9911af62b7698a7cd29b083756ad4812d1 create mode 100644 .idea/sonarlint/issuestore/e/c/ecdd23c1fbe3902ff30c9742de5dfd28146749ba create mode 100644 .idea/sonarlint/issuestore/index.pb create mode 100644 .idea/sonarlint/securityhotspotstore/1/a/1a25fb2226d431d3137611d7dc73b25dc1203279 create mode 100644 .idea/sonarlint/securityhotspotstore/1/d/1dfd7bb56827f7cac04a40b35b84ebbeac3d2508 create mode 100644 .idea/sonarlint/securityhotspotstore/2/2/22661b853b5d07909dc6bb6a60fccc02ae31a42e create mode 100644 .idea/sonarlint/securityhotspotstore/4/a/4aa036e9d687aad91b770f113810a70d5ea5fd24 create mode 100644 .idea/sonarlint/securityhotspotstore/5/d/5d5b59939e8507fb0c0bbf9cfa60f170a6bae184 create mode 100644 .idea/sonarlint/securityhotspotstore/6/6/666369fee408bd289277e11801a6d000b873de94 create mode 100644 .idea/sonarlint/securityhotspotstore/7/3/7388177bb311bdfa914536fd9bd13051a4062f7d create mode 100644 .idea/sonarlint/securityhotspotstore/7/f/7fa5b9a5b2bfd9717fbc7a18751adeebfacaeb55 create mode 100644 .idea/sonarlint/securityhotspotstore/8/e/8e78280253f7d8b93e07906dd13dd4c901d0fbe6 create mode 100644 .idea/sonarlint/securityhotspotstore/9/a/9aa58592af3de8f6aa78fbc1670a9880561f0fd9 create mode 100644 .idea/sonarlint/securityhotspotstore/9/b/9b9c619d7179c103b9b511d33a6b07e1c02dbadb create mode 100644 .idea/sonarlint/securityhotspotstore/b/6/b693c5fc5454c315021a1ad69b4251633c650305 create mode 100644 .idea/sonarlint/securityhotspotstore/b/7/b7d6d14d9ab2a0ae82109887abce5e44c933f7d1 create mode 100644 .idea/sonarlint/securityhotspotstore/b/d/bd40c827cc342985d419277ddd528ecae16fc843 create mode 100644 .idea/sonarlint/securityhotspotstore/b/d/bdfbdec1be13a927db043a99eeaacdaaa750c59d create mode 100644 .idea/sonarlint/securityhotspotstore/c/1/c139220325823fbc1526cd5c8dca6251a66bb47a create mode 100644 .idea/sonarlint/securityhotspotstore/d/c/dc1f1f9911af62b7698a7cd29b083756ad4812d1 create mode 100644 .idea/sonarlint/securityhotspotstore/e/c/ecdd23c1fbe3902ff30c9742de5dfd28146749ba create mode 100644 .idea/sonarlint/securityhotspotstore/index.pb create mode 100644 interfaces/interfaces.iml create mode 100644 mapper/mapper.iml create mode 100644 models/models.iml create mode 100644 utils/utils.iml create mode 100644 wx-applet-admin/wx-applet-admin.iml create mode 100644 wx-applet/wx-applet.iml diff --git a/.idea/mini-service-v4.iml b/.idea/mini-service-v4.iml new file mode 100644 index 0000000..1769fc4 --- /dev/null +++ b/.idea/mini-service-v4.iml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/sonarlint/issuestore/1/a/1a25fb2226d431d3137611d7dc73b25dc1203279 b/.idea/sonarlint/issuestore/1/a/1a25fb2226d431d3137611d7dc73b25dc1203279 new file mode 100644 index 0000000..aef67ff --- /dev/null +++ b/.idea/sonarlint/issuestore/1/a/1a25fb2226d431d3137611d7dc73b25dc1203279 @@ -0,0 +1,33 @@ + +h java:S116"SRename this field "users_id" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +s java:S116"YRename this field "transport_type" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ʴ +q java:S116"WRename this field "truck_number" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +j java:S116"URename this field "tel_number" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ۓ +l java:S116"RRename this field "id_code" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +n java:S116"TRename this field "truck_vin" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +n java:S116"YRename this field "vehicle_weight" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +y java:S116"_Rename this field "vehicle_frame_weight" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ւ +t java:S116"ZRename this field "driving_license" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(׌ +r java:S116 "XRename this field "approach_date" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +k java:S116""WRename this field "port_area_id" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(v +p java:S116$"[Rename this field "appointment_type" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +m java:S116&"SRename this field "biz_type" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +o java:S116("URename this field "enter_type" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +o java:S116*"URename this field "goods_type" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +n java:S116,"YRename this field "goods_quantity" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(⎦ +v java:S116."\Rename this field "appointment_state" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +j java:S1160"VRename this field "cancel_time" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +p java:S1162"VRename this field "create_time" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ه +k java:S1164"VRename this field "update_time" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +f java:S1166"QRename this field "is_del" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(տۑ +n java:S116:"TRename this field "yard_name" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +m java:S116<"XRename this field "gate_canal_in" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(߷ +n java:S116>"YRename this field "gate_canal_out" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +w java:S116@"]Rename this field "gate_canal_in_time" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +s java:S116B"^Rename this field "gate_canal_out_time" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +s java:S116D"YRename this field "instruct_state" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ү +n java:S116F"TRename this field "send_time" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +r java:S116J"XRename this field "check_in_time" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(і +o java:S116L"ZRename this field "check_over_time" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ⳟ +o java:S116N"ZRename this field "plate_scan_time" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +z java:S116P"`Rename this field "is_conventionality_in" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( \ No newline at end of file diff --git a/.idea/sonarlint/issuestore/1/d/1dfd7bb56827f7cac04a40b35b84ebbeac3d2508 b/.idea/sonarlint/issuestore/1/d/1dfd7bb56827f7cac04a40b35b84ebbeac3d2508 new file mode 100644 index 0000000..8b863ec --- /dev/null +++ b/.idea/sonarlint/issuestore/1/d/1dfd7bb56827f7cac04a40b35b84ebbeac3d2508 @@ -0,0 +1,2 @@ + +f java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ͳ \ No newline at end of file diff --git a/.idea/sonarlint/issuestore/2/2/22661b853b5d07909dc6bb6a60fccc02ae31a42e b/.idea/sonarlint/issuestore/2/2/22661b853b5d07909dc6bb6a60fccc02ae31a42e new file mode 100644 index 0000000..b04ce70 --- /dev/null +++ b/.idea/sonarlint/issuestore/2/2/22661b853b5d07909dc6bb6a60fccc02ae31a42e @@ -0,0 +1,3 @@ + +k java:S1171"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(˗ +k java:S117\"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Û \ No newline at end of file diff --git a/.idea/sonarlint/issuestore/4/a/4aa036e9d687aad91b770f113810a70d5ea5fd24 b/.idea/sonarlint/issuestore/4/a/4aa036e9d687aad91b770f113810a70d5ea5fd24 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/5/d/5d5b59939e8507fb0c0bbf9cfa60f170a6bae184 b/.idea/sonarlint/issuestore/5/d/5d5b59939e8507fb0c0bbf9cfa60f170a6bae184 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/6/6/666369fee408bd289277e11801a6d000b873de94 b/.idea/sonarlint/issuestore/6/6/666369fee408bd289277e11801a6d000b873de94 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/7/3/7388177bb311bdfa914536fd9bd13051a4062f7d b/.idea/sonarlint/issuestore/7/3/7388177bb311bdfa914536fd9bd13051a4062f7d new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/7/f/7fa5b9a5b2bfd9717fbc7a18751adeebfacaeb55 b/.idea/sonarlint/issuestore/7/f/7fa5b9a5b2bfd9717fbc7a18751adeebfacaeb55 new file mode 100644 index 0000000..ada74c4 --- /dev/null +++ b/.idea/sonarlint/issuestore/7/f/7fa5b9a5b2bfd9717fbc7a18751adeebfacaeb55 @@ -0,0 +1,29 @@ + +h java:S116 "SRename this field "users_id" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +s java:S116 "YRename this field "transport_type" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ʴ +r java:S116"^Rename this field "transport_type_name" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(W +q java:S116"WRename this field "truck_number" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +l java:S116"RRename this field "id_code" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +j java:S116"URename this field "tel_number" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ۓ +n java:S116"TRename this field "truck_vin" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +n java:S116"YRename this field "vehicle_weight" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +y java:S116"_Rename this field "vehicle_frame_weight" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ւ +t java:S116"ZRename this field "driving_license" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(׌ +r java:S116"XRename this field "approach_date" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +k java:S116!"WRename this field "port_area_id" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(v +n java:S116#"YRename this field "port_area_name" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +m java:S116%"SRename this field "biz_type" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +o java:S116'"URename this field "enter_type" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +p java:S116)"[Rename this field "appointment_type" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +u java:S116+"`Rename this field "appointment_type_name" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ୄ +o java:S116."ZRename this field "enter_type_name" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +o java:S1160"URename this field "goods_type" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +n java:S1162"ZRename this field "goods_type_name" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(/ +n java:S1164"YRename this field "goods_quantity" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(⎦ +v java:S1166"\Rename this field "appointment_state" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +j java:S1168"VRename this field "cancel_time" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +p java:S116:"VRename this field "create_time" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ه +k java:S116<"VRename this field "update_time" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( +f java:S116>"QRename this field "is_del" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(տۑ +N +java:S1128"8Remove this unused import 'org.apache.poi.hpsf.Decimal'.( \ No newline at end of file diff --git a/.idea/sonarlint/issuestore/8/e/8e78280253f7d8b93e07906dd13dd4c901d0fbe6 b/.idea/sonarlint/issuestore/8/e/8e78280253f7d8b93e07906dd13dd4c901d0fbe6 new file mode 100644 index 0000000..02807a1 --- /dev/null +++ b/.idea/sonarlint/issuestore/8/e/8e78280253f7d8b93e07906dd13dd4c901d0fbe6 @@ -0,0 +1,78 @@ + +m java:S117@"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8̤1 +m java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( 8̤1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8̤1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8̤1 +m java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( 8̤1 +m java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( 8̤1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8̤1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8̤1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8̤1 +m java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( 8̤1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ҿ8̤1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ԙ8̤1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8̤1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8̤1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8̤1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ꄄ8̤1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(݉8̤1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8̤1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8̤1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ì8̤1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Å8̤1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8̤1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(˥8̤1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8̤1 +n +java:S1301 +"KReplace this "switch" statement by "if" statements to increase readability.(8̤1 +V +java:S2589 +"8Remove this expression which always evaluates to "false"(٥8դ1 +y +java:S1149 +"VReplace the synchronized class "Hashtable" by an unsynchronized one such as "HashMap".(8դ1 +q +java:S3776"SRefactor this method to reduce its Cognitive Complexity from 151 to the 15 allowed.(큒8դ1 +D +java:S1481"'Remove this unused "x1" local variable.(d8դ1 +v +java:S3776"SRefactor this method to reduce its Cognitive Complexity from 102 to the 15 allowed.(8դ1 +O +java:S1481"1Remove this unused "port_area_id" local variable.(8դ1 +Y java:S125""QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8哪1 +m java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(s8擪1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8擪1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8擪1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(˧8擪1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8瓪1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8瓪1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ϗ8蓪1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8蓪1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8蓪1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8蓪1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8铪1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(״8铪1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(״8铪1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(״8铪1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8铪1 +m java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(-8ꓪ1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Š8ꓪ1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8ꓪ1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8ꓪ1 +n java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(8ꓪ1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¯8듪1 +s java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ل8듪1 +N +java:S1481c"1Remove this unused "punchClockId" local variable.(Ą81 +C +java:S1481p"&Remove this unused "x" local variable.(81 +^ java:S125" + + + + \ No newline at end of file diff --git a/mapper/mapper.iml b/mapper/mapper.iml new file mode 100644 index 0000000..770cefe --- /dev/null +++ b/mapper/mapper.iml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/models/models.iml b/models/models.iml new file mode 100644 index 0000000..c7479b5 --- /dev/null +++ b/models/models.iml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/utils/utils.iml b/utils/utils.iml new file mode 100644 index 0000000..563af64 --- /dev/null +++ b/utils/utils.iml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/wx-applet-admin/wx-applet-admin.iml b/wx-applet-admin/wx-applet-admin.iml new file mode 100644 index 0000000..60113a8 --- /dev/null +++ b/wx-applet-admin/wx-applet-admin.iml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/wx-applet/wx-applet.iml b/wx-applet/wx-applet.iml new file mode 100644 index 0000000..8d73b6f --- /dev/null +++ b/wx-applet/wx-applet.iml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file