修改xhpc_ic_card_info对应的mapper、domain

This commit is contained in:
wen 2022-01-25 10:55:43 +08:00
parent 51e97eb6a5
commit e6aa02a4a7
3 changed files with 215 additions and 219 deletions

View File

@ -7,12 +7,10 @@ import java.util.Date;
/** /**
* xhpc_ic_card_info * xhpc_ic_card_info
*
* @author WH * @author WH
*/ */
@Data @Data
public class XhpcIcCardInfo implements Serializable { public class XhpcIcCardInfo implements Serializable {
/** /**
* 记录id * 记录id
*/ */
@ -94,5 +92,4 @@ public class XhpcIcCardInfo implements Serializable {
private Long delFlag; private Long delFlag;
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
} }

View File

@ -6,7 +6,7 @@ import com.xhpc.common.domain.XhpcIcCardInfo;
* XhpcIcCardInfoMapper * XhpcIcCardInfoMapper
* *
* @author WH * @author WH
* @date 2022/1/25 10:15 * @date 2022/1/25 10:54
* @since version-1.0 * @since version-1.0
*/ */
public interface XhpcIcCardInfoMapper { public interface XhpcIcCardInfoMapper {
@ -22,5 +22,4 @@ public interface XhpcIcCardInfoMapper {
int updateByPrimaryKeySelective(XhpcIcCardInfo record); int updateByPrimaryKeySelective(XhpcIcCardInfo record);
int updateByPrimaryKey(XhpcIcCardInfo record); int updateByPrimaryKey(XhpcIcCardInfo record);
} }