|
@@ -27,18 +27,11 @@ public class TDataSizeInfoWarehouseUnitsController {
|
|
private TDataSizeInfoWarehouseUnitsService tDataSizeInfoWarehouseUnitsService;
|
|
private TDataSizeInfoWarehouseUnitsService tDataSizeInfoWarehouseUnitsService;
|
|
|
|
|
|
/**
|
|
/**
|
|
- * 资产录入
|
|
|
|
- * 参数:
|
|
|
|
- * userId :当前登录人的id
|
|
|
|
- * name :名称,tagId:标签id,modelNumber:模具型号,company:公司
|
|
|
|
- * ,address:地址,factory:生产厂家,pic:产品图片文件路径,serviceLife:服务期限(天),
|
|
|
|
- * nextIndate:下次维护日期,number:数量,deptStr:部门编号前缀,goodStr:产品编号前缀
|
|
|
|
- * 注:产品编号=部门编号前缀+产品编号前缀+随机数
|
|
|
|
- *
|
|
|
|
|
|
+ * 中心库数据模块数据
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
@ApiOperation(value = "中心库数据模块数据", notes = "中心库数据模块数据")
|
|
@ApiOperation(value = "中心库数据模块数据", notes = "中心库数据模块数据")
|
|
- @RequestMapping("/add")
|
|
|
|
|
|
+ @RequestMapping("/centralRepository")
|
|
@ResponseBody
|
|
@ResponseBody
|
|
public HttpRespMsg add() {
|
|
public HttpRespMsg add() {
|
|
HttpRespMsg msg = new HttpRespMsg();
|
|
HttpRespMsg msg = new HttpRespMsg();
|