1.结果
数据库里面这里存的是id字段 但是要展示怎么展示
2.代码
1.后端
1.StaffMapper.xml
<resultMap type="DbStaff" id="DbStaffResult">
<result property="staffId" column="staff_id" />
<result property="staffName" column="staff_name" />
<result property="firstName" column="first_name" />
<result property="bank" column="bank" />
<result property="bankAccount" column="bank_account" />
<result property="registrationStatus"