Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
custom-server
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhonghong
custom-server
Commits
db23c40e
Commit
db23c40e
authored
Jun 03, 2026
by
HuAnYing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改主键规则
parent
32473551
Show whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
22 additions
and
22 deletions
+22
-22
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductBlacklistEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductCnRemarkEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductCraftRelEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductDiyUserRelEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductFactoryPriceIntervalRelEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductFactoryPriceRelEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductImageEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductInfoEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductInfoPropertyEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductItemEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductRemarkEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductWarehouseRelEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomWarehouseInfoEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/DbDiyEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/LogCustomProductEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/SysMenuEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/SysRoleDeptEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/SysRoleEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/SysRoleMenuEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/SysUserEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/SysUserOldEntity.java
+1
-1
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/SysUserRoleEntity.java
+1
-1
No files found.
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductBlacklistEntity.java
View file @
db23c40e
...
@@ -25,7 +25,7 @@ public class CustomProductBlacklistEntity implements Serializable {
...
@@ -25,7 +25,7 @@ public class CustomProductBlacklistEntity implements Serializable {
/**
/**
*
*
*/
*/
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
UTO
)
private
Integer
id
;
private
Integer
id
;
/**
/**
* custom_product_info的id
* custom_product_info的id
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductCnRemarkEntity.java
View file @
db23c40e
...
@@ -26,7 +26,7 @@ public class CustomProductCnRemarkEntity implements Serializable {
...
@@ -26,7 +26,7 @@ public class CustomProductCnRemarkEntity implements Serializable {
/**
/**
* id
* id
*/
*/
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
UTO
)
private
Integer
id
;
private
Integer
id
;
/**
/**
* custom_product_info表id
* custom_product_info表id
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductCraftRelEntity.java
View file @
db23c40e
...
@@ -25,7 +25,7 @@ public class CustomProductCraftRelEntity implements Serializable {
...
@@ -25,7 +25,7 @@ public class CustomProductCraftRelEntity implements Serializable {
/**
/**
*
*
*/
*/
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
UTO
)
private
Integer
id
;
private
Integer
id
;
/**
/**
* custom_product_info 的id
* custom_product_info 的id
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductDiyUserRelEntity.java
View file @
db23c40e
...
@@ -25,7 +25,7 @@ public class CustomProductDiyUserRelEntity implements Serializable {
...
@@ -25,7 +25,7 @@ public class CustomProductDiyUserRelEntity implements Serializable {
/**
/**
*
*
*/
*/
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
UTO
)
private
Integer
id
;
private
Integer
id
;
/**
/**
* custom_product_info的id
* custom_product_info的id
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductFactoryPriceIntervalRelEntity.java
View file @
db23c40e
...
@@ -26,7 +26,7 @@ public class CustomProductFactoryPriceIntervalRelEntity implements Serializable
...
@@ -26,7 +26,7 @@ public class CustomProductFactoryPriceIntervalRelEntity implements Serializable
/**
/**
*
*
*/
*/
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
UTO
)
private
Integer
id
;
private
Integer
id
;
/**
/**
* custom_product_info 表id
* custom_product_info 表id
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductFactoryPriceRelEntity.java
View file @
db23c40e
...
@@ -27,7 +27,7 @@ public class CustomProductFactoryPriceRelEntity implements Serializable {
...
@@ -27,7 +27,7 @@ public class CustomProductFactoryPriceRelEntity implements Serializable {
/**
/**
*
*
*/
*/
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
UTO
)
private
Integer
id
;
private
Integer
id
;
/**
/**
* custom_product_info表id
* custom_product_info表id
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductImageEntity.java
View file @
db23c40e
...
@@ -26,7 +26,7 @@ public class CustomProductImageEntity implements Serializable {
...
@@ -26,7 +26,7 @@ public class CustomProductImageEntity implements Serializable {
/**
/**
*
*
*/
*/
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
UTO
)
private
Integer
id
;
private
Integer
id
;
/**
/**
* 商品ID
* 商品ID
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductInfoEntity.java
View file @
db23c40e
...
@@ -27,7 +27,7 @@ public class CustomProductInfoEntity implements Serializable {
...
@@ -27,7 +27,7 @@ public class CustomProductInfoEntity implements Serializable {
/**
/**
*
*
*/
*/
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
UTO
)
private
Integer
id
;
private
Integer
id
;
/**
/**
* sku
* sku
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductInfoPropertyEntity.java
View file @
db23c40e
...
@@ -25,7 +25,7 @@ public class CustomProductInfoPropertyEntity implements Serializable {
...
@@ -25,7 +25,7 @@ public class CustomProductInfoPropertyEntity implements Serializable {
/**
/**
*
*
*/
*/
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
UTO
)
private
Integer
id
;
private
Integer
id
;
/**
/**
* custom_product_info表id
* custom_product_info表id
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductItemEntity.java
View file @
db23c40e
...
@@ -27,7 +27,7 @@ public class CustomProductItemEntity implements Serializable {
...
@@ -27,7 +27,7 @@ public class CustomProductItemEntity implements Serializable {
/**
/**
*
*
*/
*/
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
UTO
)
private
Integer
id
;
private
Integer
id
;
/**
/**
* 商品ID
* 商品ID
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductRemarkEntity.java
View file @
db23c40e
...
@@ -26,7 +26,7 @@ public class CustomProductRemarkEntity implements Serializable {
...
@@ -26,7 +26,7 @@ public class CustomProductRemarkEntity implements Serializable {
/**
/**
* id
* id
*/
*/
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
UTO
)
private
Integer
id
;
private
Integer
id
;
/**
/**
* custom_product_info表id
* custom_product_info表id
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomProductWarehouseRelEntity.java
View file @
db23c40e
...
@@ -25,7 +25,7 @@ public class CustomProductWarehouseRelEntity implements Serializable {
...
@@ -25,7 +25,7 @@ public class CustomProductWarehouseRelEntity implements Serializable {
/**
/**
*
*
*/
*/
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
UTO
)
private
Integer
id
;
private
Integer
id
;
/**
/**
*
*
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/CustomWarehouseInfoEntity.java
View file @
db23c40e
...
@@ -26,7 +26,7 @@ public class CustomWarehouseInfoEntity implements Serializable {
...
@@ -26,7 +26,7 @@ public class CustomWarehouseInfoEntity implements Serializable {
/**
/**
*
*
*/
*/
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
UTO
)
private
Long
id
;
private
Long
id
;
/**
/**
* 仓库名称
* 仓库名称
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/DbDiyEntity.java
View file @
db23c40e
...
@@ -28,7 +28,7 @@ public class DbDiyEntity implements Serializable {
...
@@ -28,7 +28,7 @@ public class DbDiyEntity implements Serializable {
/**
/**
* 主键
* 主键
*/
*/
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
UTO
)
private
Integer
id
;
private
Integer
id
;
/**
/**
* 唯一标识
* 唯一标识
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/LogCustomProductEntity.java
View file @
db23c40e
...
@@ -26,7 +26,7 @@ public class LogCustomProductEntity implements Serializable {
...
@@ -26,7 +26,7 @@ public class LogCustomProductEntity implements Serializable {
/**
/**
* 主键
* 主键
*/
*/
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
UTO
)
private
Long
id
;
private
Long
id
;
/**
/**
* 商品id(custom_product_info表id)
* 商品id(custom_product_info表id)
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/SysMenuEntity.java
View file @
db23c40e
...
@@ -25,7 +25,7 @@ public class SysMenuEntity implements Serializable {
...
@@ -25,7 +25,7 @@ public class SysMenuEntity implements Serializable {
/**
/**
* 菜单ID
* 菜单ID
*/
*/
@TableId
(
value
=
"menu_id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"menu_id"
,
type
=
IdType
.
A
UTO
)
private
Long
menuId
;
private
Long
menuId
;
/**
/**
* 菜单名称
* 菜单名称
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/SysRoleDeptEntity.java
View file @
db23c40e
...
@@ -24,7 +24,7 @@ public class SysRoleDeptEntity implements Serializable {
...
@@ -24,7 +24,7 @@ public class SysRoleDeptEntity implements Serializable {
/**
/**
* 角色ID
* 角色ID
*/
*/
@TableId
(
value
=
"role_id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"role_id"
,
type
=
IdType
.
A
UTO
)
private
Long
roleId
;
private
Long
roleId
;
/**
/**
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/SysRoleEntity.java
View file @
db23c40e
...
@@ -25,7 +25,7 @@ public class SysRoleEntity implements Serializable {
...
@@ -25,7 +25,7 @@ public class SysRoleEntity implements Serializable {
/**
/**
* 角色ID
* 角色ID
*/
*/
@TableId
(
value
=
"role_id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"role_id"
,
type
=
IdType
.
A
UTO
)
private
Long
roleId
;
private
Long
roleId
;
/**
/**
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/SysRoleMenuEntity.java
View file @
db23c40e
...
@@ -24,7 +24,7 @@ public class SysRoleMenuEntity implements Serializable {
...
@@ -24,7 +24,7 @@ public class SysRoleMenuEntity implements Serializable {
/**
/**
* 角色ID
* 角色ID
*/
*/
@TableId
(
value
=
"role_id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"role_id"
,
type
=
IdType
.
A
UTO
)
private
Long
roleId
;
private
Long
roleId
;
/**
/**
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/SysUserEntity.java
View file @
db23c40e
...
@@ -26,7 +26,7 @@ public class SysUserEntity implements Serializable {
...
@@ -26,7 +26,7 @@ public class SysUserEntity implements Serializable {
/**
/**
* 用户ID
* 用户ID
*/
*/
@TableId
(
value
=
"user_id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"user_id"
,
type
=
IdType
.
A
UTO
)
private
Long
userId
;
private
Long
userId
;
/**
/**
* 部门ID
* 部门ID
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/SysUserOldEntity.java
View file @
db23c40e
...
@@ -28,7 +28,7 @@ public class SysUserOldEntity implements Serializable {
...
@@ -28,7 +28,7 @@ public class SysUserOldEntity implements Serializable {
/**
/**
* id
* id
*/
*/
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"id"
,
type
=
IdType
.
A
UTO
)
private
Integer
id
;
private
Integer
id
;
/**
/**
* 登录账号
* 登录账号
...
...
custom-server-domain/src/main/java/com/jomalls/custom/dal/entity/SysUserRoleEntity.java
View file @
db23c40e
...
@@ -27,7 +27,7 @@ public class SysUserRoleEntity implements Serializable {
...
@@ -27,7 +27,7 @@ public class SysUserRoleEntity implements Serializable {
/**
/**
* 用户ID
* 用户ID
*/
*/
@TableId
(
value
=
"user_id"
,
type
=
IdType
.
A
SSIGN_ID
)
@TableId
(
value
=
"user_id"
,
type
=
IdType
.
A
UTO
)
private
Long
userId
;
private
Long
userId
;
/**
/**
* 角色ID
* 角色ID
...
...
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