| | |
| | | package com.thhy.materials.modules.biz.helmet.service; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.thhy.general.common.BasicResult; |
| | | import com.thhy.materials.modules.biz.helmet.entity.*; |
| | | |
| | |
| | | |
| | | BasicResult helmetMotionList(Map<String, Object> values); |
| | | |
| | | BasicResult dataValueInsert(Map<String, Object> values); |
| | | BasicResult dataValueIn(Map<String, Object> values); |
| | | |
| | | BasicResult helmetReportTotal(Map<String, Object> values); |
| | | |
| | |
| | | BasicResult dataSmockList(Map<String, Object> values); |
| | | |
| | | BasicResult dataValuesList(Map<String, Object> values); |
| | | |
| | | BasicResult dataBox(JSONObject result); |
| | | } |