Yansen 10 месяцев назад
Родитель
Сommit
028f585799

+ 1
- 1
deploy/.s/1636896505560465-cn-shanghai-stategrid-service-invoice-filling-httpTrigger.json Просмотреть файл

@@ -22,7 +22,7 @@
22 22
       "disableURLInternet": false
23 23
     },
24 24
     "createdTime": "2022-07-18T02:02:16Z",
25
-    "lastModifiedTime": "2024-02-19T08:03:39Z",
25
+    "lastModifiedTime": "2024-07-06T13:07:59Z",
26 26
     "status": null,
27 27
     "targetArn": null,
28 28
     "name": "httpTrigger"

+ 3
- 3
deploy/.s/1636896505560465-cn-shanghai-stategrid-service-invoice-filling.json Просмотреть файл

@@ -8,13 +8,13 @@
8 8
     "timeout": 30,
9 9
     "initializer": "",
10 10
     "initializationTimeout": 3,
11
-    "codeSize": 69225457,
12
-    "codeChecksum": "2971357795404311667",
11
+    "codeSize": 69225605,
12
+    "codeChecksum": "16716663287251665922",
13 13
     "memorySize": 1024,
14 14
     "gpuMemorySize": null,
15 15
     "environmentVariables": {},
16 16
     "createdTime": "2022-07-18T02:02:16Z",
17
-    "lastModifiedTime": "2024-02-19T08:03:39Z",
17
+    "lastModifiedTime": "2024-07-06T13:07:58Z",
18 18
     "instanceConcurrency": 1,
19 19
     "instanceSoftConcurrency": null,
20 20
     "customContainerConfig": null,

+ 1
- 1
deploy/.s/1636896505560465-cn-shanghai-stategrid-service.json Просмотреть файл

@@ -12,7 +12,7 @@
12 12
     },
13 13
     "serviceId": "6e96fa7b-9988-4908-b06a-0aa7e510c881",
14 14
     "createdTime": "2022-02-26T04:50:56Z",
15
-    "lastModifiedTime": "2024-02-19T08:03:39Z",
15
+    "lastModifiedTime": "2024-07-06T13:07:59Z",
16 16
     "vpcConfig": {
17 17
       "vpcId": "",
18 18
       "vSwitchIds": [],

+ 1
- 1
deploy/.s/invoice-filling.stategrid.njyunzhi.com.json Просмотреть файл

@@ -29,7 +29,7 @@
29 29
     ]
30 30
   },
31 31
   "createdTime": "2022-07-18T02:03:47Z",
32
-  "lastModifiedTime": "2024-02-19T08:03:40Z",
32
+  "lastModifiedTime": "2024-07-06T13:07:59Z",
33 33
   "keepFullPath": null,
34 34
   "subdomainCount": null,
35 35
   "wafConfig": null

+ 1
- 1
deploy/s.prod.yaml Просмотреть файл

@@ -49,7 +49,7 @@ services:
49 49
       function:
50 50
         name: invoice-filling
51 51
         description: '发票确认'
52
-        codeUri: ../target/invoice-0.0.9.jar
52
+        codeUri: ../target/invoice-0.0.10.jar
53 53
         runtime: custom
54 54
         memorySize: 1024
55 55
         timeout: 30

+ 1
- 1
pom.xml Просмотреть файл

@@ -10,7 +10,7 @@
10 10
 	</parent>
11 11
 	<groupId>com.njyunzhi</groupId>
12 12
 	<artifactId>invoice</artifactId>
13
-	<version>0.0.9</version>
13
+	<version>0.0.10</version>
14 14
 	<name>invoice-fill</name>
15 15
 	<description>发票填报</description>
16 16
 	<properties>

+ 4
- 0
src/main/java/com/njyunzhi/invoice/entity/TaInvoiceDetail.java Просмотреть файл

@@ -79,6 +79,10 @@ public class TaInvoiceDetail implements Serializable {
79 79
     @ApiModelProperty(value = "电话")
80 80
     private String phone;
81 81
 
82
+    @ExcelProperty(index = 14)
83
+    @ApiModelProperty(value = "邮箱")
84
+    private String email;
85
+
82 86
     @ApiModelProperty(value = "银行ID")
83 87
     private String bankId;
84 88
 

Двоичные данные
src/main/resources/excel/invoice_tpl.xlsx Просмотреть файл