| | |
| | | import java.lang.Exception; |
| | | import javax.annotation.Resource; |
| | | import java.util.Date; |
| | | |
| | | import com.yeshi.makemoney.app.entity.SystemEnum; |
| | | import com.yeshi.makemoney.app.entity.goldcorn.GoldCornGetType; |
| | | import org.yeshi.utils.bean.BeanUtil; |
| | | import java.util.List; |
| | | import com.yeshi.makemoney.app.entity.goldcorn.GoldCornGetPrice; |
| | |
| | | */ |
| | | public void delete(List<String> idList) ; |
| | | |
| | | /** |
| | | * @author hxh |
| | | * @description 获取价格 |
| | | * @date 18:14 2022/4/6 |
| | | * @param: system |
| | | * @param: type |
| | | * @param: date |
| | | * @return com.yeshi.makemoney.app.entity.goldcorn.GoldCornGetPrice |
| | | **/ |
| | | public GoldCornGetPrice getPrice(SystemEnum system, GoldCornGetType type,Date date); |
| | | |
| | | |
| | | } |