| | |
| | | } |
| | | return true; |
| | | } |
| | | |
| | | |
| | | public static void main(String[] args) { |
| | | // CreateEnterpriseRequest request = new CreateEnterpriseRequest(); |
| | | // request.setName("黔南云码通数字产业运营有限公司"); |
| | | // request.setNickName("黔南云码通"); |
| | | // request.setIndustry_code("123456789"); |
| | | // request.setMobile("15180824124"); |
| | | // request.setMobileFlag("1"); |
| | | // CreateEnterprise enterprise = EnterpriseUtil.createEnterprise(request); |
| | | // System.out.println(enterprise); |
| | | // |
| | | |
| | | CheckEnterExist checkEnterExist = EnterpriseUtil.checkEnterNameExist("黔南云码通数字产业运营有限公司"); |
| | | System.out.println(checkEnterExist); |
| | | } |
| | | } |