jinlin
2025-03-25 6d51ffe34d3d5c90945b91cc98f77b2a9001829f
src/main/java/com/example/client/service/UserAddOrUpdate.java
@@ -56,8 +56,6 @@
        JComboBoxItem[] deptList = sysTeamGroupClassService.getDeptList();
        JComboBoxItem[] boatList = boatFleetService.getBoatList();
        JLabel JLabel0 = new JLabel("用户名");
        JTextField userName = new JTextField(16);
        if (StringUtils.isNotBlank(data.getUsername())) {