Browse Source

资金模块-删除insert方法

huangx 7 years ago
parent
commit
1c8d992e43

+ 0 - 2
applications/money/money-server/src/main/java/com/usoftchina/saas/money/mapper/VerificationMapper.java

@@ -17,8 +17,6 @@ public interface VerificationMapper extends CommonBaseMapper<Verification> {
 
 
     int deleteByPrimaryKey(Integer vc_id);
     int deleteByPrimaryKey(Integer vc_id);
 
 
-//    Long insert(Verification record);
-
     int insertSelective(Verification record);
     int insertSelective(Verification record);
 
 
     List<Verification> selectByExample(VerificationExample example);
     List<Verification> selectByExample(VerificationExample example);

+ 0 - 2
applications/money/money-server/src/main/java/com/usoftchina/saas/money/mapper/VerificationdetMapper.java

@@ -17,8 +17,6 @@ public interface VerificationdetMapper extends CommonBaseMapper<Verificationdet>
 
 
     int deleteByPrimaryKey(Integer vd_id);
     int deleteByPrimaryKey(Integer vd_id);
 
 
-//    Long insert(Verificationdet record);
-
     int insertSelective(Verificationdet record);
     int insertSelective(Verificationdet record);
 
 
     List<Verificationdet> selectByExample(VerificationdetExample example);
     List<Verificationdet> selectByExample(VerificationdetExample example);

+ 0 - 2
applications/money/money-server/src/main/java/com/usoftchina/saas/money/mapper/VerificationdetailMapper.java

@@ -18,8 +18,6 @@ public interface VerificationdetailMapper extends CommonBaseMapper<Verificationd
 
 
     int deleteByPrimaryKey(Integer vcd_id);
     int deleteByPrimaryKey(Integer vcd_id);
 
 
-//    Long insert(Verificationdetail record);
-
     int insertSelective(Verificationdetail record);
     int insertSelective(Verificationdetail record);
 
 
     List<Verificationdetail> selectByExample(VerificationdetailExample example);
     List<Verificationdetail> selectByExample(VerificationdetailExample example);