| | |
| | | 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.FoodPrice; |
| | | import com.fzzy.igds.service.FoodPriceService; |
| | | import com.ruoyi.common.annotation.Log; |
| | | import com.ruoyi.common.enums.BusinessType; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | @Expose |
| | | @Log(title = "粮库价格", businessType = BusinessType.DELETE,bizType = BizTypeEnum.INOUT) |
| | | public String delData(FoodPrice data) { |
| | | FoodPrice foodPrice = new FoodPrice(); |
| | | BeanUtils.copyProperties(data, foodPrice); |