review code.

This commit is contained in:
lijiahang
2023-09-21 11:30:50 +08:00
parent 6c8ccb3864
commit fbc40116f0
9 changed files with 12 additions and 13 deletions

View File

@@ -174,7 +174,7 @@ public class ${table.serviceImplName} implements ${table.serviceName} {
}
/**
* 检对象是否存在
* 检对象是否存在
*
* @param domain domain
*/

View File

@@ -19,13 +19,12 @@
@added="() => table.addedCallback()"
@updated="() => table.updatedCallback()" />
#end
</div>
</template>
<script lang="ts">
export default {
name: '${vue.module}-${vue.feature}'
name: '${vue.moduleEntityFirstLower}${vue.featureEntity}'
};
</script>