Browse Source

fix

photo
winter 1 year ago
parent
commit
ea2ec16e5d
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      suimangService/src/main/java/com/iformall/domain/po/sm/ServiceInfo.java
  2. +1
    -1
      suimangService/src/main/resources/mapper/ServiceInfoMapper.xml

+ 3
- 0
suimangService/src/main/java/com/iformall/domain/po/sm/ServiceInfo.java View File

@@ -10,6 +10,7 @@ import lombok.EqualsAndHashCode;
import lombok.ToString;

import java.util.Date;
import java.util.List;

/**
* 接入商实体
@@ -19,6 +20,8 @@ import java.util.Date;
*/
@TableName(value = "service_info")
@Data
@ToString(callSuper = true)
@EqualsAndHashCode(callSuper = true)
public class ServiceInfo extends BaseEntity{

private Long id;


+ 1
- 1
suimangService/src/main/resources/mapper/ServiceInfoMapper.xml View File

@@ -13,7 +13,7 @@
<result column="status" jdbcType="INTEGER" property="status"/>
<result column="del_flag" jdbcType="INTEGER" property="delFlag"/>
<result column="mall_user_info" jdbcType="BIGINT" property="mallUserInfo"/>
<result column="remaining_times" jdbcType="INTEGER" property="remaining_times"/>
<result column="remaining_times" jdbcType="INTEGER" property="remainingTimes"/>
</resultMap>




Loading…
Cancel
Save