9.spring和junit的整合(注解版)

1.看图 2.实体类Account package com.itheima.domin; public class Account{ private Integer id; private String name; private Float money; public Integer getId() { return id; }
相关文章
相关标签/搜索