| | |
| | | import com.bstek.dorado.annotation.DataProvider; |
| | | import com.bstek.dorado.annotation.DataResolver; |
| | | import com.bstek.dorado.annotation.Expose; |
| | | import com.fzzy.common.constant.BizTypeEnum; |
| | | import com.fzzy.igds.domain.DepotConf; |
| | | import com.fzzy.igds.service.DepotConfService; |
| | | import com.fzzy.igds.utils.ContextUtil; |
| | | import com.ruoyi.common.annotation.Log; |
| | | import com.ruoyi.common.enums.BusinessType; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.stereotype.Component; |
| | |
| | | * @param conf |
| | | */ |
| | | @Expose |
| | | @Log(title = "粮情配置", businessType = BusinessType.DELETE,bizType = BizTypeEnum.GRAIN) |
| | | public void delDepotConf(DepotConf conf) { |
| | | DepotConf depotConf = new DepotConf(); |
| | | BeanUtils.copyProperties(conf, depotConf); |