Skip to content

Commit

Permalink
Column increase
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Jul 25, 2024
1 parent aa6918d commit 229ab39
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ public abstract class BaseRequest {
/**
* The Create user.
*/
@Size(max = 32)
@Size(max = 100)
public String createUser;
/**
* The Update user.
*/
@Size(max = 32)
@Size(max = 100)
public String updateUser;
/**
* The Create date.
Expand Down

0 comments on commit 229ab39

Please sign in to comment.