Commit 7a762930 by baochunxin

#G:物品新增字

parent 19a8f263
......@@ -17,6 +17,9 @@ public class SchoolEquipmentRepair extends OurBaseEntity
{
/** 设备id */
private Long id;
/** 设备id */
private Long equipmentId;
/** 分类编码 */
......
......@@ -53,6 +53,7 @@ public class EquipmentLeaseController {
@Autowired
ISysUserService iSysUserService;
/**
* 扫码借用获取设备基本信息
*/
......@@ -265,4 +266,16 @@ public class EquipmentLeaseController {
return AjaxResult.success(b);
}
/**
* 获取修理人下拉框
* @return
*/
@GetMapping("/getRepair")
public AjaxResult getRepair(){
return AjaxResult.success(iEquipmentRepairService.getRepair());
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment