修改xhpc_ic_card_info对应的mapper、domain
This commit is contained in:
parent
51e97eb6a5
commit
e6aa02a4a7
@ -7,12 +7,10 @@ import java.util.Date;
|
||||
|
||||
/**
|
||||
* xhpc_ic_card_info
|
||||
*
|
||||
* @author WH
|
||||
*/
|
||||
@Data
|
||||
public class XhpcIcCardInfo implements Serializable {
|
||||
|
||||
/**
|
||||
* 记录id
|
||||
*/
|
||||
@ -94,5 +92,4 @@ public class XhpcIcCardInfo implements Serializable {
|
||||
private Long delFlag;
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
}
|
||||
@ -6,7 +6,7 @@ import com.xhpc.common.domain.XhpcIcCardInfo;
|
||||
* XhpcIcCardInfoMapper
|
||||
*
|
||||
* @author WH
|
||||
* @date 2022/1/25 10:15
|
||||
* @date 2022/1/25 10:54
|
||||
* @since version-1.0
|
||||
*/
|
||||
public interface XhpcIcCardInfoMapper {
|
||||
@ -22,5 +22,4 @@ public interface XhpcIcCardInfoMapper {
|
||||
int updateByPrimaryKeySelective(XhpcIcCardInfo record);
|
||||
|
||||
int updateByPrimaryKey(XhpcIcCardInfo record);
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user