Merge branch 'feature/resource' of https://gitea.qinmian.online/CY/mcwl-ai into preview

feature/comment
ChenYan 2025-01-02 17:03:22 +08:00
commit 2ccd2c658a
2 changed files with 2 additions and 7 deletions

View File

@ -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;
/**
*
*/

View File

@ -6,9 +6,8 @@
<select id="selectMallProductById" resultType="java.lang.String">
select id,
select product_id,
user_id,
product_id,
product_name,
detail,
model,