Михаил Капелько 10 달 전
부모
커밋
a35ffcfbd4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      Utilities/platform/2/generation/pipeBusSource.py

+ 2
- 0
Utilities/platform/2/generation/pipeBusSource.py 파일 보기

@@ -2,9 +2,11 @@ from generation.isPipeMany import *

def pipeBusSource(name, entity, busKey, structure, fmt):
valueType = structure.model.fields[name][0]
print(f"pipeBS-1 name: '{name}'")
if isPipeMany(name, entity):
itemType = structure.model.fields[key][0]
valueType = f"MPAK.Many<{itemType}>"
print(f"pipeBS-2 name: '{name}'")

return fmt \
.replace("%BUS_KEY%", busKey) \


불러오는 중...
취소
저장