@ibiz-template/model-helper 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js
CHANGED
|
@@ -15579,7 +15579,7 @@ var ModelHelper = class {
|
|
|
15579
15579
|
const dsl = this.dsl.appDataEntity(model);
|
|
15580
15580
|
const list = util.servicePathUtil.calcRequestPaths(dsl.id);
|
|
15581
15581
|
dsl.requestPaths = list;
|
|
15582
|
-
dsl.codeName2 = plural(dsl.codeName);
|
|
15582
|
+
dsl.codeName2 = plural(dsl.codeName.toLowerCase());
|
|
15583
15583
|
return dsl;
|
|
15584
15584
|
}
|
|
15585
15585
|
/**
|