提交 7a08f968 编写于 作者: F fengjin

在服务层添加住房更新金额已经按id查找用户的功能

上级 53793c31
package com.hqyj.seven.service;
import com.hqyj.seven.pojo.Customer;
public interface CustomerService {
//住房更新金额
int updateByNameToRemainder(double money, int id);
//按id查找用户
Customer queryById(int customerId);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册