update 提现记录表

This commit is contained in:
2023-08-08 14:35:18 +08:00
parent 7ca9ecd514
commit c0edb0aee9
4 changed files with 121 additions and 57 deletions

View File

@@ -8,6 +8,7 @@ import java.util.List;
public interface ClearingWithdrawInfoMapper {
/**
* delete by primary key
*
* @param id primaryKey
* @return deleteCount
*/
@@ -15,6 +16,7 @@ public interface ClearingWithdrawInfoMapper {
/**
* insert record to table
*
* @param record the record
* @return insert count
*/
@@ -26,6 +28,7 @@ public interface ClearingWithdrawInfoMapper {
/**
* insert record to table selective
*
* @param record the record
* @return insert count
*/
@@ -33,6 +36,7 @@ public interface ClearingWithdrawInfoMapper {
/**
* select by primary key
*
* @param id primary key
* @return object by primary key
*/
@@ -40,6 +44,7 @@ public interface ClearingWithdrawInfoMapper {
/**
* update record selective
*
* @param record the updated record
* @return update count
*/
@@ -47,6 +52,7 @@ public interface ClearingWithdrawInfoMapper {
/**
* update record
*
* @param record the updated record
* @return update count
*/