|
@@ -43,9 +43,11 @@ public class GoodsController {
|
|
|
* 参数:
|
|
|
* userId :当前登录人的id
|
|
|
* name :名称,tagId:标签id,modelNumber:模具型号,company:公司
|
|
|
- * ,address:地址,factory:生产厂家,pic:产品图片文件路径,serviceLife:服务期限(天),
|
|
|
- * nextIndate:下次维护日期,number:数量,deptStr:部门编号前缀,goodStr:产品编号前缀
|
|
|
- *
|
|
|
+ * ,address:地址,pic:产品图片文件路径,serviceLife:服务期限(天),
|
|
|
+ * nextIndate:下次维护日期,number:数量
|
|
|
+ * factory:供应商,
|
|
|
+ * projectNo:项目编号,projectName:项目名称,purchaseDate,采购日期(如:2015-12-09),warrantyPeriod:质保期限:单位(年)
|
|
|
+ * price:采购价格
|
|
|
* @return
|
|
|
*/
|
|
|
@ApiOperation(value = "资产录入", notes = "资产录入方法")
|
|
@@ -83,7 +85,9 @@ public class GoodsController {
|
|
|
* 资产基本信息修改
|
|
|
* 参数:id:资产信息id
|
|
|
* name :名称,tagId:标签id,modelNumber:模具型号,company:公司
|
|
|
- * ,address:地址,factory:生产厂家,pic:产品图片文件路径,serviceLife:服务期限(天),
|
|
|
+ * ,address:地址,factory:供应商,pic:产品图片文件路径,serviceLife:服务期限(天),
|
|
|
+ * projectNo:项目编号,projectName:项目名称,purchaseDate,采购日期(如:2015-12-09),warrantyPeriod:质保期限:单位(年)
|
|
|
+ * price:采购价格
|
|
|
* nextIndate:下次维护日期(以上信息除了id外未修改的均不传)
|
|
|
*
|
|
|
* @return
|