Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gogirl-miniapp-backend
Overview
Overview
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
huluobin
gogirl-miniapp-backend
Commits
6b51b7de
Commit
6b51b7de
authored
Jan 05, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
dfb834df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
BaseProduceSubject.java
...a/com/gogirl/domain/product/serve/BaseProduceSubject.java
+3
-1
BaseProduceMapper.xml
src/main/resources/mapper/product/BaseProduceMapper.xml
+2
-1
No files found.
src/main/java/com/gogirl/domain/product/serve/BaseProduceSubject.java
View file @
6b51b7de
package
com
.
gogirl
.
domain
.
product
.
serve
;
package
com
.
gogirl
.
domain
.
product
.
serve
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
...
@@ -21,7 +22,7 @@ import java.io.Serializable;
...
@@ -21,7 +22,7 @@ import java.io.Serializable;
@Data
@Data
@EqualsAndHashCode
(
callSuper
=
false
)
@EqualsAndHashCode
(
callSuper
=
false
)
@Accessors
(
chain
=
true
)
@Accessors
(
chain
=
true
)
@ApiModel
(
value
=
"BaseProduceSubject对象"
,
description
=
"款式主题"
)
@ApiModel
(
value
=
"BaseProduceSubject对象"
,
description
=
"款式主题"
)
public
class
BaseProduceSubject
implements
Serializable
{
public
class
BaseProduceSubject
implements
Serializable
{
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
...
@@ -31,6 +32,7 @@ public class BaseProduceSubject implements Serializable {
...
@@ -31,6 +32,7 @@ public class BaseProduceSubject implements Serializable {
private
String
name
;
private
String
name
;
@TableField
(
value
=
"`describe`"
)
private
String
describe
;
private
String
describe
;
private
String
picturePath
;
private
String
picturePath
;
...
...
src/main/resources/mapper/product/BaseProduceMapper.xml
View file @
6b51b7de
...
@@ -71,7 +71,8 @@
...
@@ -71,7 +71,8 @@
produce.brief_introduction produce_brief_introduction,
produce.brief_introduction produce_brief_introduction,
produce.details produce_details,
produce.details produce_details,
produce.sub_title produce_sub_title,
produce.sub_title produce_sub_title,
produce.service_id service_id
produce.service_id service_id,
produce.subject_id subject_id
</sql>
</sql>
<sql
id=
"baseSql"
>
<sql
id=
"baseSql"
>
id, name,picture_path picturePath, type, label,shop_sort shopSort,req_grade reqGrade, status, remark, details
id, name,picture_path picturePath, type, label,shop_sort shopSort,req_grade reqGrade, status, remark, details
...
...
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