| | |
| | | } |
| | | return await InsertEx(vmo, vmo.Diagram, vmo.Diagram?.GraphList); |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 插入拓展 |
| | | /// </summary> |
| | | public async virtual Task<long> InsertEx(Vmo.PhartDiagramRelationVmo relation, Vmo.PhartDiagramVmo diagram, List<Vmo.PhartGraphVmo> graphList) |
| | | public async virtual Task<long> InsertEx(Vmo.PhartDiagramRelationVmo relation, Yw.Vmo.PhartDiagramVmo diagram, List<Yw.Vmo.PhartGraphVmo> graphList) |
| | | { |
| | | if (relation == null) |
| | | { |
| | |
| | | /// <summary> |
| | | /// 更新拓展 |
| | | /// </summary> |
| | | public async virtual Task<bool> UpdateEx(Vmo.PhartDiagramRelationVmo relation, Vmo.PhartDiagramVmo diagram, List<Vmo.PhartGraphVmo> graphList) |
| | | public async virtual Task<bool> UpdateEx(Vmo.PhartDiagramRelationVmo relation, Yw.Vmo.PhartDiagramVmo diagram, List<Yw.Vmo.PhartGraphVmo> graphList) |
| | | { |
| | | if (relation == null) |
| | | { |