| | |
| | | package com.consum.base.core; |
| | | |
| | | import com.consum.base.core.param.BaseWarehouseParam; |
| | | import com.consum.base.core.utils.SqlParameter; |
| | | import com.consum.base.core.utils.DateUtil; |
| | | import com.consum.base.core.utils.SqlParameter; |
| | | import com.consum.model.po.*; |
| | | import com.walker.infrastructure.utils.NumberGenerator; |
| | | import com.walker.jdbc.service.BaseServiceImpl; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Propagation; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | import org.springframework.util.Assert; |
| | | |
| | | import java.util.ArrayList; |
| | |
| | | */ |
| | | @Service |
| | | @Slf4j |
| | | @Transactional(rollbackFor = Exception.class, propagation = Propagation.REQUIRED) |
| | | public class WarehouseCoreService extends BaseServiceImpl { |
| | | |
| | | public static void main(String[] args) { |