添加打印日志
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package com.chaozhanggui.system.cashierservice.dao;
|
||||
|
||||
import com.chaozhanggui.system.cashierservice.entity.tbHandover;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component
|
||||
@Mapper
|
||||
public interface tbHandoverMapper {
|
||||
int deleteByPrimaryKey(Integer id);
|
||||
|
||||
int insert(tbHandover record);
|
||||
|
||||
int insertSelective(tbHandover record);
|
||||
|
||||
tbHandover selectByPrimaryKey(Integer id);
|
||||
|
||||
int updateByPrimaryKeySelective(tbHandover record);
|
||||
|
||||
int updateByPrimaryKey(tbHandover record);
|
||||
}
|
||||
Reference in New Issue
Block a user