Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
a9bf1e6c
Commit
a9bf1e6c
authored
Jun 29, 2021
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
时间转换
parent
b2ec39c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
FireStation.java
.../yeejoin/amos/boot/module/jcs/api/entity/FireStation.java
+4
-0
AlertFormController.java
...s/boot/module/jcs/biz/controller/AlertFormController.java
+1
-1
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-jcs-api/src/main/java/com/yeejoin/amos/boot/module/jcs/api/entity/FireStation.java
View file @
a9bf1e6c
...
...
@@ -9,6 +9,8 @@ import lombok.EqualsAndHashCode;
import
lombok.experimental.Accessors
;
import
java.util.Date
;
import
org.springframework.format.annotation.DateTimeFormat
;
/**
* 微型消防站
*
...
...
@@ -71,9 +73,11 @@ public class FireStation extends BaseEntity {
private
String
bizCompanyCode
;
@ApiModelProperty
(
value
=
"建造日期"
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd"
)
private
Date
buildTime
;
@ApiModelProperty
(
value
=
"启用日期"
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd"
)
private
Date
enableTime
;
@ApiModelProperty
(
value
=
"图片信息"
)
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-jcs-biz/src/main/java/com/yeejoin/amos/boot/module/jcs/biz/controller/AlertFormController.java
View file @
a9bf1e6c
...
...
@@ -106,7 +106,7 @@ public class AlertFormController extends BaseController {
* @return
*/
@TycloudOperation
(
needAuth
=
fals
e
,
ApiLevel
=
UserType
.
AGENCY
)
@TycloudOperation
(
needAuth
=
tru
e
,
ApiLevel
=
UserType
.
AGENCY
)
@RequestMapping
(
value
=
"/form/{code}"
,
method
=
RequestMethod
.
GET
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据表态类型code查询表单数据项"
,
notes
=
"根据表态类型code查询表单数据项"
)
public
ResponseModel
<
Object
>
selectFormdItem
(
HttpServletRequest
request
,
@PathVariable
String
code
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment