update 增加昨日收入金额,和累计提现金额

This commit is contained in:
2023-10-17 16:07:54 +08:00
parent 7cbabc5e10
commit a90584443d
5 changed files with 35 additions and 5 deletions

View File

@@ -8,7 +8,6 @@ import com.jsowell.pile.vo.web.WithdrawInfoVO;
import java.util.List;
public interface ClearingWithdrawInfoService{
int deleteByPrimaryKey(Integer id);
int insert(ClearingWithdrawInfo record);