Compare commits
3 Commits
effbb7f046
...
efa88e9d7a
Author | SHA1 | Date |
---|---|---|
|
efa88e9d7a | |
|
2ccd2c658a | |
|
4c4f03583a |
|
@ -28,15 +28,11 @@ public class MallProduct extends BaseEntity {
|
|||
* ID
|
||||
*/
|
||||
@TableId
|
||||
private Long Id;
|
||||
private Integer productId;
|
||||
/**
|
||||
* 用户ID
|
||||
*/
|
||||
private Integer userId;
|
||||
/**
|
||||
* 商品ID
|
||||
*/
|
||||
private Integer productId;
|
||||
/**
|
||||
* 商品名称
|
||||
*/
|
||||
|
|
|
@ -6,9 +6,8 @@
|
|||
|
||||
|
||||
<select id="selectMallProductById" resultType="java.lang.String">
|
||||
select id,
|
||||
select product_id,
|
||||
user_id,
|
||||
product_id,
|
||||
product_name,
|
||||
detail,
|
||||
model,
|
||||
|
|
Loading…
Reference in New Issue