拍照时间表管理修改
parent
becc73840b
commit
719aac9d22
@ -0,0 +1,17 @@
|
||||
package com.shxy.xymanager_dao.dao;
|
||||
|
||||
import com.shxy.xymanager_common.entity.TerminalScheduleDetails;
|
||||
|
||||
public interface TerminalScheduleDetailsDao {
|
||||
int deleteByPrimaryKey(Integer id);
|
||||
|
||||
int insert(TerminalScheduleDetails record);
|
||||
|
||||
int insertSelective(TerminalScheduleDetails record);
|
||||
|
||||
TerminalScheduleDetails selectByPrimaryKey(Integer id);
|
||||
|
||||
int updateByPrimaryKeySelective(TerminalScheduleDetails record);
|
||||
|
||||
int updateByPrimaryKey(TerminalScheduleDetails record);
|
||||
}
|
Loading…
Reference in New Issue