更新9.29
This commit is contained in:
parent
3817350e1d
commit
ee46331d8d
@ -66,7 +66,8 @@
|
||||
create_time,
|
||||
update_time,
|
||||
create_by,
|
||||
update_by
|
||||
update_by,
|
||||
address_id
|
||||
from integral_orders
|
||||
where id = #{id}
|
||||
</select>
|
||||
|
@ -1,6 +1,9 @@
|
||||
package com.fuint.business.userManager.entity;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.fuint.repository.model.base.BaseEntity;
|
||||
import lombok.Data;
|
||||
|
||||
@ -14,6 +17,7 @@ import lombok.Data;
|
||||
public class MtUserExpressAddress extends BaseEntity {
|
||||
private static final long serialVersionUID = -79175411933260284L;
|
||||
|
||||
@TableId(type = IdType.AUTO)
|
||||
private Integer id;
|
||||
/**
|
||||
* 关联用户ID
|
||||
|
Loading…
Reference in New Issue
Block a user