Compare commits
5 Commits
054191d53a
...
16d456130d
Author | SHA1 | Date |
---|---|---|
|
16d456130d | 2 months ago |
|
755fa6ae52 | 2 years ago |
|
237b379a08 | 2 years ago |
|
20612d0945 | 2 years ago |
|
3b71b59f38 | 3 years ago |
7 changed files with 61 additions and 30 deletions
@ -0,0 +1,18 @@
|
||||
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