|
|
@@ -1,6 +1,6 @@ |
|
|
|
package com.iformall.domain.dto.neuver; |
|
|
|
|
|
|
|
import com.iformall.common.CommonConstant; |
|
|
|
import com.iformall.common.CommonConstants; |
|
|
|
import com.iformall.common.IdWorker; |
|
|
|
import com.iformall.domain.po.sm.ServiceInfo; |
|
|
|
import io.swagger.annotations.ApiModel; |
|
|
@@ -30,7 +30,7 @@ public class SaveServiceInfoDTO { |
|
|
|
serviceInfo.setAddress(dto.getAddress()); |
|
|
|
serviceInfo.setCode(dto.getCode()); |
|
|
|
serviceInfo.setType(dto.getType()); |
|
|
|
serviceInfo.setStatus(CommonConstant.STATUS_NORMAL); |
|
|
|
serviceInfo.setStatus(CommonConstants.STATUS_NORMAL); |
|
|
|
return serviceInfo; |
|
|
|
} |
|
|
|
} |