Browse Source

查找工艺的添加增项目ID

pull/93/head
zhangxin 3 years ago
parent
commit
588587762e
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      dao/base/Operation.dao.go

+ 3
- 1
dao/base/Operation.dao.go View File

@ -228,6 +228,8 @@ type OperationDAO interface {
* *
* @Function Parameters : workLineId * @Function Parameters : workLineId
* *
* @Function Parameters : project id
*
* @Return Value : model.OperationRelData * @Return Value : model.OperationRelData
* *
* @Return Value : 执行时发生的错误 * @Return Value : 执行时发生的错误
@ -237,7 +239,7 @@ type OperationDAO interface {
* @Date : 2021-07-13 * @Date : 2021-07-13
* *
******************************************************************************/ ******************************************************************************/
GetOperationRelData([]string, string) ([]model.OperationRelData, error)
GetOperationRelData([]string, string, string) ([]model.OperationRelData, error)
} }
/****************************************************************************** /******************************************************************************


Loading…
Cancel
Save