first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package lingtao.net.dao;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import lingtao.net.bean.QuoteLog;
|
||||
|
||||
public interface QuoteLogMapper {
|
||||
|
||||
List<QuoteLog> quoteLogs(QuoteLog quoteLog);
|
||||
|
||||
void insertSelective(QuoteLog log);
|
||||
}
|
||||
Reference in New Issue
Block a user