| | |
| | | import com.qianwen.smartman.common.constant.DateConstant; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/dnc/vo/FolderVO.class */ |
| | | public class FolderVO implements Serializable { |
| | | private static final long serialVersionUID = 1; |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | |
| | | @ApiModelProperty("更新人名称") |
| | | private String updateUserName; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/dnc/vo/FolderVO$FolderVOBuilder.class */ |
| | | |
| | | public static class FolderVOBuilder { |
| | | private Long id; |
| | | private String name; |