ycl-pojo/src/main/java/com/ycl/platform/domain/result/HK/CodeByAreaResult.java
@@ -2,6 +2,7 @@ import com.ycl.platform.domain.result.BaseResult; import lombok.Data; import org.springframework.data.mongodb.core.index.TextIndexed; import org.springframework.data.mongodb.core.mapping.Document; /** @@ -10,17 +11,19 @@ * @author gonghl */ @Data @Document(collection = "code_by_area") @Document(collection = "hk_code_by_area") public class CodeByAreaResult extends BaseResult { /** * 组织编号 */ @TextIndexed private String orgCode; /** * 组织名称 */ @TextIndexed private String orgName; /**