优化用户和单据模块
This commit is contained in:
@@ -6,7 +6,7 @@ import java.util.List;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
public interface DepotHeadMapper {
|
||||
int countByExample(DepotHeadExample example);
|
||||
long countByExample(DepotHeadExample example);
|
||||
|
||||
int deleteByExample(DepotHeadExample example);
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ import java.util.List;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
public interface UserMapper {
|
||||
int countByExample(UserExample example);
|
||||
long countByExample(UserExample example);
|
||||
|
||||
int deleteByExample(UserExample example);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user