import React, { Component } from "react"; import ContractChange from "../../order/orderNew/contractJszj.js"; class ContractChangeJszj extends Component { constructor(props) { super(props); this.state = { processState: 5 }; } render() { return ; } } export default ContractChangeJszj;