|
@@ -6,8 +6,10 @@ import com.fdkankan.fusion.entity.Model;
|
|
|
import lombok.Data;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
+import org.springframework.context.annotation.Configuration;
|
|
|
|
|
|
@Data
|
|
|
+@Configuration
|
|
|
public class SceneVo extends Model {
|
|
|
private Long id;
|
|
|
private Integer buildObjStatus;
|