| | |
| | | * |
| | | * @return 单据类型列表 |
| | | */ |
| | | @PreAuthorize("@ss.hasPermi('sqlserver:dictionary:list')") |
| | | @GetMapping("/serviceOrdAreaTypes") |
| | | public AjaxResult getServiceOrdAreaTypes() |
| | | { |
| | |
| | | * |
| | | * @return 服务单编码列表 |
| | | */ |
| | | @PreAuthorize("@ss.hasPermi('sqlserver:dictionary:list')") |
| | | @GetMapping("/serviceOrderClass") |
| | | public AjaxResult getServiceOrderClass() |
| | | { |
| | |
| | | * |
| | | * @return 调度单编码列表 |
| | | */ |
| | | @PreAuthorize("@ss.hasPermi('sqlserver:dictionary:list')") |
| | | @GetMapping("/dispatchOrderClass") |
| | | public AjaxResult getDispatchOrderClass() |
| | | { |
| | |
| | | * |
| | | * @return 服务订单类型列表 |
| | | */ |
| | | @PreAuthorize("@ss.hasPermi('sqlserver:dictionary:list')") |
| | | @GetMapping("/serviceOrderTypes") |
| | | public AjaxResult getServiceOrderTypes() |
| | | { |
| | |
| | | * |
| | | * @return 医院科室列表 |
| | | */ |
| | | @PreAuthorize("@ss.hasPermi('sqlserver:dictionary:list')") |
| | | @GetMapping("/hospitalDepartments") |
| | | public AjaxResult getHospitalDepartments() |
| | | { |