v3: gstack-code-gen 生成

This commit is contained in:
hangshuo652
2026-05-24 12:36:44 +08:00
commit 818e81269c
50 changed files with 1343 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
program: "SIMPLE"
field_mapping:
- cobol_field: "BR-AMT"
java_field: "billAmount"
type: "decimal"
precision: 2
- cobol_field: "BR-STATUS"
java_field: "statusCode"
type: "string"
- cobol_field: "BR-DATE"
java_field: "billDate"
type: "date"
format: "YYYYMMDD"