| | |
| | | package com.thhy.materials.modules.biz.weigh.service; |
| | | |
| | | import com.thhy.general.common.BasicResult; |
| | | import com.thhy.materials.modules.biz.concret.entity.SysSteel; |
| | | import com.thhy.materials.modules.biz.concret.entity.dto.DicetName; |
| | | import com.thhy.materials.modules.biz.concret.entity.dto.TMinxingPlant; |
| | | import com.thhy.materials.modules.biz.concret.entity.dto.WeighDto; |
| | |
| | | |
| | | BasicResult weighbridgeList(Map<String, Object> values); |
| | | |
| | | BasicResult headThingJsInventory(); |
| | | |
| | | List<SysSteel> steelType(); |
| | | |
| | | BasicResult materialWarehouseRecordList(Map<String, Object> values); |
| | | |
| | | BasicResult materialWarehouseRecordInsert(Map<String, Object> values); |
| | | |
| | | BasicResult materialWarehouseRecordUpdate(Map<String, Object> values); |
| | | |
| | | BasicResult materialWarehouseRecordDel(String id); |
| | | |
| | | BasicResult headThingJsDateValue(); |
| | | } |