Commit 360998fc authored by huyuchen's avatar huyuchen

huyc 项目档案代码提交

parent 943d0baa
...@@ -64,7 +64,6 @@ import java.util.List; ...@@ -64,7 +64,6 @@ import java.util.List;
@RequiredArgsConstructor @RequiredArgsConstructor
@RequestMapping("/temployeeinfo") @RequestMapping("/temployeeinfo")
@Tag(name = "人员档案表管理") @Tag(name = "人员档案表管理")
@EnableConfigurationProperties(DaprUpmsProperties.class)
public class TEmployeeInfoController { public class TEmployeeInfoController {
private final TEmployeeInfoService tEmployeeInfoService; private final TEmployeeInfoService tEmployeeInfoService;
......
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