Compare commits
No commits in common. '16d456130d8b4a4490e93ac30b58e887dc377e24' and '054191d53a95487c6acee2bb8fb6e10af2e50bb4' have entirely different histories.
16d456130d
...
054191d53a
7 changed files with 30 additions and 61 deletions
@ -1,18 +0,0 @@
|
||||
package top.naccl.dwz.entity; |
||||
|
||||
import lombok.AllArgsConstructor; |
||||
import lombok.Builder; |
||||
import lombok.Data; |
||||
import lombok.NoArgsConstructor; |
||||
|
||||
/** |
||||
* @author Naccl |
||||
* @date 2023-07-16 |
||||
*/ |
||||
@Builder |
||||
@Data |
||||
@AllArgsConstructor |
||||
@NoArgsConstructor |
||||
public class GenerateCmd { |
||||
private String longURL; |
||||
} |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue