商品查询修改
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.chaozhanggui.system.cashierservice.dao;
|
||||
|
||||
import com.chaozhanggui.system.cashierservice.entity.OrderChildDetail;
|
||||
|
||||
public interface OrderChildDetailMapper {
|
||||
int deleteByPrimaryKey(Integer id);
|
||||
|
||||
int insert(OrderChildDetail record);
|
||||
|
||||
int insertSelective(OrderChildDetail record);
|
||||
|
||||
OrderChildDetail selectByPrimaryKey(Integer id);
|
||||
|
||||
int updateByPrimaryKeySelective(OrderChildDetail record);
|
||||
|
||||
int updateByPrimaryKey(OrderChildDetail record);
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
package com.chaozhanggui.system.cashierservice.dao;
|
||||
|
||||
import com.chaozhanggui.system.cashierservice.entity.OrderChildInfo;
|
||||
|
||||
public interface OrderChildInfoMapper {
|
||||
int deleteByPrimaryKey(Integer id);
|
||||
|
||||
int insert(OrderChildInfo record);
|
||||
|
||||
int insertSelective(OrderChildInfo record);
|
||||
|
||||
OrderChildInfo selectByPrimaryKey(Integer id);
|
||||
|
||||
int updateByPrimaryKeySelective(OrderChildInfo record);
|
||||
|
||||
int updateByPrimaryKey(OrderChildInfo record);
|
||||
}
|
||||
Reference in New Issue
Block a user