| | |
| | | package com.thhy.materials.modules.biz.concret.mapper; |
| | | |
| | | import com.thhy.general.annotations.Idkey; |
| | | import com.thhy.materials.modules.biz.concret.entity.TMaterialRelease; |
| | | import com.thhy.materials.modules.biz.concret.entity.TMixing; |
| | | import com.thhy.materials.modules.biz.concret.entity.TRawMaterial; |
| | | import com.thhy.materials.modules.biz.concret.entity.TReleaseData; |
| | | import com.thhy.materials.modules.biz.concret.entity.*; |
| | | import com.thhy.materials.modules.biz.concret.entity.dto.PieceDto; |
| | | |
| | | import java.util.HashMap; |
| | |
| | | void mixingInsert(@Idkey("mixingId") HashMap<String, Object> values); |
| | | |
| | | List<TMixing> mixingList(HashMap<String, Object> values); |
| | | |
| | | List<TSilo> siloList(Integer types); |
| | | |
| | | TMixing mixingLists(String siloId); |
| | | } |