Skip to content

Commit

Permalink
修改包名
Browse files Browse the repository at this point in the history
  • Loading branch information
tangllty committed Jan 22, 2024
1 parent c1fc950 commit faa9f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import com.tang.app.mapper.AppChatMessageMapper;
import com.tang.app.service.AppChatListService;
import com.tang.commons.utils.SecurityUtils;
import com.tang.commons.utils.date.DateUtils;
import com.tang.commons.utils.time.DateUtils;
import com.tang.system.mapper.SysUserMapper;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.tang.commons.utils.date;
package com.tang.commons.utils.time;

import java.time.DayOfWeek;
import java.time.LocalDateTime;
Expand Down

0 comments on commit faa9f01

Please sign in to comment.