Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dm_project
Project
Project
Details
Activity
Releases
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
姚本章
dm_project
Commits
2be7919f
Commit
2be7919f
authored
Dec 12, 2020
by
ysongq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
b4522db4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
EnterpriseAuditRequest.java
...troller/customer/bean/request/EnterpriseAuditRequest.java
+2
-1
SaveCustomerRequest.java
...controller/customer/bean/request/SaveCustomerRequest.java
+2
-1
No files found.
jz-dm-manage/src/main/java/com/jz/manage/moduls/controller/customer/bean/request/EnterpriseAuditRequest.java
View file @
2be7919f
...
@@ -2,6 +2,7 @@ package com.jz.manage.moduls.controller.customer.bean.request;
...
@@ -2,6 +2,7 @@ package com.jz.manage.moduls.controller.customer.bean.request;
import
com.jz.common.bean.BasePageBean
;
import
com.jz.common.bean.BasePageBean
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
/**
/**
...
@@ -10,7 +11,7 @@ import io.swagger.annotations.ApiModelProperty;
...
@@ -10,7 +11,7 @@ import io.swagger.annotations.ApiModelProperty;
* @Date: 2020/12/10
* @Date: 2020/12/10
* @Version:
* @Version:
*/
*/
@Api
(
tags
=
"企业审核信息请求参数封装"
)
@Api
Model
(
value
=
"企业审核信息请求参数封装"
)
public
class
EnterpriseAuditRequest
extends
BasePageBean
{
public
class
EnterpriseAuditRequest
extends
BasePageBean
{
@ApiModelProperty
(
value
=
"企业地址"
)
@ApiModelProperty
(
value
=
"企业地址"
)
...
...
jz-dm-manage/src/main/java/com/jz/manage/moduls/controller/customer/bean/request/SaveCustomerRequest.java
View file @
2be7919f
...
@@ -4,6 +4,7 @@ import com.baomidou.mybatisplus.annotation.IdType;
...
@@ -4,6 +4,7 @@ import com.baomidou.mybatisplus.annotation.IdType;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
com.jz.common.bean.BasePageBean
;
import
com.jz.common.bean.BasePageBean
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
java.math.BigDecimal
;
import
java.math.BigDecimal
;
...
@@ -14,7 +15,7 @@ import java.math.BigDecimal;
...
@@ -14,7 +15,7 @@ import java.math.BigDecimal;
* @Date: 2020/12/10
* @Date: 2020/12/10
* @Version:
* @Version:
*/
*/
@Api
(
tags
=
"用户添加信息请求参数封装"
)
@Api
Model
(
value
=
"用户添加信息请求参数封装"
)
public
class
SaveCustomerRequest
extends
BasePageBean
{
public
class
SaveCustomerRequest
extends
BasePageBean
{
@ApiModelProperty
(
value
=
"企业id"
)
@ApiModelProperty
(
value
=
"企业id"
)
@TableId
(
value
=
"department_id"
,
type
=
IdType
.
AUTO
)
@TableId
(
value
=
"department_id"
,
type
=
IdType
.
AUTO
)
...
...
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