|
@@ -23,6 +23,7 @@ import java.util.List;
|
|
|
@Accessors(chain = true)
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
public class SbUnusedVO extends BaseVO implements Serializable{
|
|
|
+ private LocalDateTime updateTime;
|
|
|
private String applyName;
|
|
|
private String advice;//意见
|
|
|
|