| | |
| | | package com.consum.base.core; |
| | | |
| | | |
| | | import com.consum.base.core.tools.SqlParameter; |
| | | import com.consum.base.core.utils.SqlParameter; |
| | | import com.consum.model.po.BaseCodeIndexing; |
| | | import com.walker.infrastructure.utils.DateUtils; |
| | | import com.walker.infrastructure.utils.NumberGenerator; |
| | | import com.walker.jdbc.service.BaseServiceImpl; |
| | | import io.swagger.models.auth.In; |
| | | import org.apache.commons.lang3.StringUtils; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.util.IdGenerator; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 编码统一生成服务 |