@@ -17,8 +17,6 @@ public interface VerificationMapper extends CommonBaseMapper<Verification> {
int deleteByPrimaryKey(Integer vc_id);
-// Long insert(Verification record);
-
int insertSelective(Verification record);
List<Verification> selectByExample(VerificationExample example);
@@ -17,8 +17,6 @@ public interface VerificationdetMapper extends CommonBaseMapper<Verificationdet>
int deleteByPrimaryKey(Integer vd_id);
-// Long insert(Verificationdet record);
int insertSelective(Verificationdet record);
List<Verificationdet> selectByExample(VerificationdetExample example);
@@ -18,8 +18,6 @@ public interface VerificationdetailMapper extends CommonBaseMapper<Verificationd
int deleteByPrimaryKey(Integer vcd_id);
-// Long insert(Verificationdetail record);
int insertSelective(Verificationdetail record);
List<Verificationdetail> selectByExample(VerificationdetailExample example);