提交 0d1fbb0e 编写于 作者: ibizdev's avatar ibizdev

xignzi006 部署微服务应用

上级 1ec2e705
{ {
"websitechannelgridview": { "websitechannelgridview": {
"title": "频道表格视图", "title": "站点频道",
"caption": "网站频道", "caption": "站点频道",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "WebSite", "viewmodule": "WebSite",
"viewname": "WebSiteChannelGridView", "viewname": "WebSiteChannelGridView",
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
"memo": "" "memo": ""
}, },
"websiteresourcegridview": { "websiteresourcegridview": {
"title": "网站资源表格视图", "title": "站点资源",
"caption": "网站资源", "caption": "站点资源",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "WebSite", "viewmodule": "WebSite",
"viewname": "WebSiteResourceGridView", "viewname": "WebSiteResourceGridView",
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
}, },
"websitecontenteditview": { "websitecontenteditview": {
"title": "内容编辑视图", "title": "内容编辑视图",
"caption": "网站内容", "caption": "站点内容",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "WebSite", "viewmodule": "WebSite",
"viewname": "WebSiteContentEditView", "viewname": "WebSiteContentEditView",
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
}, },
"websiteresourceeditview": { "websiteresourceeditview": {
"title": "网站资源编辑视图", "title": "网站资源编辑视图",
"caption": "网站资源", "caption": "站点资源",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "WebSite", "viewmodule": "WebSite",
"viewname": "WebSiteResourceEditView", "viewname": "WebSiteResourceEditView",
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
}, },
"websitechanneleditview": { "websitechanneleditview": {
"title": "频道编辑视图", "title": "频道编辑视图",
"caption": "网站频道", "caption": "站点频道",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "WebSite", "viewmodule": "WebSite",
"viewname": "WebSiteChannelEditView", "viewname": "WebSiteChannelEditView",
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"memo": "系统自动添加" "memo": "系统自动添加"
}, },
"websitegridview": { "websitegridview": {
"title": "实体表格视图", "title": "站点",
"caption": "站点", "caption": "站点",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "WebSite", "viewmodule": "WebSite",
...@@ -70,8 +70,8 @@ ...@@ -70,8 +70,8 @@
"memo": "" "memo": ""
}, },
"websitecontentgridview": { "websitecontentgridview": {
"title": "内容表格视图", "title": "站点内容",
"caption": "网站内容", "caption": "站点内容",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "WebSite", "viewmodule": "WebSite",
"viewname": "WebSiteContentGridView", "viewname": "WebSiteContentGridView",
......
...@@ -19,11 +19,11 @@ export default { ...@@ -19,11 +19,11 @@ export default {
}, },
views: { views: {
gridview: { gridview: {
caption: "网站频道", caption: "站点频道",
title: "频道表格视图", title: "站点频道",
}, },
editview: { editview: {
caption: "网站频道", caption: "站点频道",
title: "频道编辑视图", title: "频道编辑视图",
}, },
}, },
......
...@@ -18,11 +18,11 @@ export default { ...@@ -18,11 +18,11 @@ export default {
}, },
views: { views: {
gridview: { gridview: {
caption: "网站频道", caption: "站点频道",
title: "频道表格视图", title: "站点频道",
}, },
editview: { editview: {
caption: "网站频道", caption: "站点频道",
title: "频道编辑视图", title: "频道编辑视图",
}, },
}, },
......
...@@ -24,12 +24,12 @@ export default { ...@@ -24,12 +24,12 @@ export default {
}, },
views: { views: {
editview: { editview: {
caption: "网站内容", caption: "站点内容",
title: "内容编辑视图", title: "内容编辑视图",
}, },
gridview: { gridview: {
caption: "网站内容", caption: "站点内容",
title: "内容表格视图", title: "站点内容",
}, },
}, },
main_form: { main_form: {
......
...@@ -23,12 +23,12 @@ export default { ...@@ -23,12 +23,12 @@ export default {
}, },
views: { views: {
editview: { editview: {
caption: "网站内容", caption: "站点内容",
title: "内容编辑视图", title: "内容编辑视图",
}, },
gridview: { gridview: {
caption: "网站内容", caption: "站点内容",
title: "内容表格视图", title: "站点内容",
}, },
}, },
main_form: { main_form: {
......
...@@ -12,11 +12,11 @@ export default { ...@@ -12,11 +12,11 @@ export default {
}, },
views: { views: {
gridview: { gridview: {
caption: "网站资源", caption: "站点资源",
title: "网站资源表格视图", title: "站点资源",
}, },
editview: { editview: {
caption: "网站资源", caption: "站点资源",
title: "网站资源编辑视图", title: "网站资源编辑视图",
}, },
}, },
......
...@@ -11,11 +11,11 @@ export default { ...@@ -11,11 +11,11 @@ export default {
}, },
views: { views: {
gridview: { gridview: {
caption: "网站资源", caption: "站点资源",
title: "网站资源表格视图", title: "站点资源",
}, },
editview: { editview: {
caption: "网站资源", caption: "站点资源",
title: "网站资源编辑视图", title: "网站资源编辑视图",
}, },
}, },
......
...@@ -18,7 +18,7 @@ export default { ...@@ -18,7 +18,7 @@ export default {
}, },
gridview: { gridview: {
caption: "站点", caption: "站点",
title: "实体表格视图", title: "站点",
}, },
}, },
main_form: { main_form: {
......
...@@ -17,7 +17,7 @@ export default { ...@@ -17,7 +17,7 @@ export default {
}, },
gridview: { gridview: {
caption: "站点", caption: "站点",
title: "实体表格视图", title: "站点",
}, },
}, },
main_form: { main_form: {
......
...@@ -8,16 +8,16 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -8,16 +8,16 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
let status = MockAdapter.mockStatus(config); let status = MockAdapter.mockStatus(config);
return [status,{ return [status,{
"websitechannelgridview": { "websitechannelgridview": {
"title": "频道表格视图", "title": "站点频道",
"caption": "网站频道", "caption": "站点频道",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "WebSite", "viewmodule": "WebSite",
"viewname": "WebSiteChannelGridView", "viewname": "WebSiteChannelGridView",
"viewtag": "217b6c971b8e8981b6ed12189607c795" "viewtag": "217b6c971b8e8981b6ed12189607c795"
}, },
"websiteresourcegridview": { "websiteresourcegridview": {
"title": "网站资源表格视图", "title": "站点资源",
"caption": "网站资源", "caption": "站点资源",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "WebSite", "viewmodule": "WebSite",
"viewname": "WebSiteResourceGridView", "viewname": "WebSiteResourceGridView",
...@@ -25,7 +25,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -25,7 +25,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
}, },
"websitecontenteditview": { "websitecontenteditview": {
"title": "内容编辑视图", "title": "内容编辑视图",
"caption": "网站内容", "caption": "站点内容",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "WebSite", "viewmodule": "WebSite",
"viewname": "WebSiteContentEditView", "viewname": "WebSiteContentEditView",
...@@ -33,7 +33,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -33,7 +33,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
}, },
"websiteresourceeditview": { "websiteresourceeditview": {
"title": "网站资源编辑视图", "title": "网站资源编辑视图",
"caption": "网站资源", "caption": "站点资源",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "WebSite", "viewmodule": "WebSite",
"viewname": "WebSiteResourceEditView", "viewname": "WebSiteResourceEditView",
...@@ -49,14 +49,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -49,14 +49,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
}, },
"websitechanneleditview": { "websitechanneleditview": {
"title": "频道编辑视图", "title": "频道编辑视图",
"caption": "网站频道", "caption": "站点频道",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "WebSite", "viewmodule": "WebSite",
"viewname": "WebSiteChannelEditView", "viewname": "WebSiteChannelEditView",
"viewtag": "a7a0d344965e73bc3007248ca2cfdfa9" "viewtag": "a7a0d344965e73bc3007248ca2cfdfa9"
}, },
"websitegridview": { "websitegridview": {
"title": "实体表格视图", "title": "站点",
"caption": "站点", "caption": "站点",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "WebSite", "viewmodule": "WebSite",
...@@ -64,8 +64,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -64,8 +64,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "ae5751b832d4b1fcd33a2195a2425390" "viewtag": "ae5751b832d4b1fcd33a2195a2425390"
}, },
"websitecontentgridview": { "websitecontentgridview": {
"title": "内容表格视图", "title": "站点内容",
"caption": "网站内容", "caption": "站点内容",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "WebSite", "viewmodule": "WebSite",
"viewname": "WebSiteContentGridView", "viewname": "WebSiteContentGridView",
......
...@@ -7,7 +7,7 @@ import CodeListService from "@service/app/codelist-service"; ...@@ -7,7 +7,7 @@ import CodeListService from "@service/app/codelist-service";
/** /**
* 频道表格视图视图基类 * 站点频道视图基类
* *
* @export * @export
* @class WebSiteChannelGridViewBase * @class WebSiteChannelGridViewBase
......
<studio-view-style2 viewName="websitechannelgridview" viewTitle="频道表格视图" class='degridview web-site-channel-grid-view'> <studio-view-style2 viewName="websitechannelgridview" viewTitle="站点频道" class='degridview web-site-channel-grid-view'>
<template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template>
<i-input slot="quickSearch" v-show="!isExpandSearchForm" v-model="query" search @on-search="onSearch($event)"/> <i-input slot="quickSearch" v-show="!isExpandSearchForm" v-model="query" search @on-search="onSearch($event)"/>
<template slot="toolbar"> <template slot="toolbar">
<view-toolbar mode="STYLE2" :model="toolBarModels" @item-click="toolbar_click($event)"/> </template> <view-toolbar mode="STYLE2" :model="toolBarModels" @item-click="toolbar_click($event)"/> </template>
......
...@@ -7,7 +7,7 @@ import view_grid from '@widgets/web-site-channel/main-grid/main-grid.vue'; ...@@ -7,7 +7,7 @@ import view_grid from '@widgets/web-site-channel/main-grid/main-grid.vue';
import view_searchform from '@widgets/web-site-channel/default-searchform/default-searchform.vue'; import view_searchform from '@widgets/web-site-channel/default-searchform/default-searchform.vue';
/** /**
* 频道表格视图视图 * 站点频道视图
* *
* @export * @export
* @class WebSiteChannelGridView * @class WebSiteChannelGridView
......
...@@ -7,7 +7,7 @@ import CodeListService from "@service/app/codelist-service"; ...@@ -7,7 +7,7 @@ import CodeListService from "@service/app/codelist-service";
/** /**
* 内容表格视图视图基类 * 站点内容视图基类
* *
* @export * @export
* @class WebSiteContentGridViewBase * @class WebSiteContentGridViewBase
......
<studio-view-style2 viewName="websitecontentgridview" viewTitle="内容表格视图" class='degridview web-site-content-grid-view'> <studio-view-style2 viewName="websitecontentgridview" viewTitle="站点内容" class='degridview web-site-content-grid-view'>
<template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template>
<i-input slot="quickSearch" v-show="!isExpandSearchForm" v-model="query" search @on-search="onSearch($event)"/> <i-input slot="quickSearch" v-show="!isExpandSearchForm" v-model="query" search @on-search="onSearch($event)"/>
<template slot="toolbar"> <template slot="toolbar">
<view-toolbar mode="STYLE2" :model="toolBarModels" @item-click="toolbar_click($event)"/> </template> <view-toolbar mode="STYLE2" :model="toolBarModels" @item-click="toolbar_click($event)"/> </template>
......
...@@ -7,7 +7,7 @@ import view_grid from '@widgets/web-site-content/main-grid/main-grid.vue'; ...@@ -7,7 +7,7 @@ import view_grid from '@widgets/web-site-content/main-grid/main-grid.vue';
import view_searchform from '@widgets/web-site-content/default-searchform/default-searchform.vue'; import view_searchform from '@widgets/web-site-content/default-searchform/default-searchform.vue';
/** /**
* 内容表格视图视图 * 站点内容视图
* *
* @export * @export
* @class WebSiteContentGridView * @class WebSiteContentGridView
......
...@@ -7,7 +7,7 @@ import CodeListService from "@service/app/codelist-service"; ...@@ -7,7 +7,7 @@ import CodeListService from "@service/app/codelist-service";
/** /**
* 实体表格视图视图基类 * 站点视图基类
* *
* @export * @export
* @class WebSiteGridViewBase * @class WebSiteGridViewBase
......
<studio-view-style2 viewName="websitegridview" viewTitle="实体表格视图" class='degridview web-site-grid-view'> <studio-view-style2 viewName="websitegridview" viewTitle="站点" class='degridview web-site-grid-view'>
<template slot='title'> <template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span> <span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template> </template>
......
...@@ -7,7 +7,7 @@ import view_grid from '@widgets/web-site/main-grid/main-grid.vue'; ...@@ -7,7 +7,7 @@ import view_grid from '@widgets/web-site/main-grid/main-grid.vue';
import view_searchform from '@widgets/web-site/default-searchform/default-searchform.vue'; import view_searchform from '@widgets/web-site/default-searchform/default-searchform.vue';
/** /**
* 实体表格视图视图 * 站点视图
* *
* @export * @export
* @class WebSiteGridView * @class WebSiteGridView
......
...@@ -7,7 +7,7 @@ import CodeListService from "@service/app/codelist-service"; ...@@ -7,7 +7,7 @@ import CodeListService from "@service/app/codelist-service";
/** /**
* 网站资源表格视图视图基类 * 站点资源视图基类
* *
* @export * @export
* @class WebSiteResourceGridViewBase * @class WebSiteResourceGridViewBase
......
<studio-view-style2 viewName="websiteresourcegridview" viewTitle="网站资源表格视图" class='degridview web-site-resource-grid-view'> <studio-view-style2 viewName="websiteresourcegridview" viewTitle="站点资源" class='degridview web-site-resource-grid-view'>
<template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template>
<i-input slot="quickSearch" v-show="!isExpandSearchForm" v-model="query" search @on-search="onSearch($event)"/> <i-input slot="quickSearch" v-show="!isExpandSearchForm" v-model="query" search @on-search="onSearch($event)"/>
<template slot="toolbar"> <template slot="toolbar">
<view-toolbar mode="STYLE2" :model="toolBarModels" @item-click="toolbar_click($event)"/> </template> <view-toolbar mode="STYLE2" :model="toolBarModels" @item-click="toolbar_click($event)"/> </template>
......
...@@ -7,7 +7,7 @@ import view_grid from '@widgets/web-site-resource/main-grid/main-grid.vue'; ...@@ -7,7 +7,7 @@ import view_grid from '@widgets/web-site-resource/main-grid/main-grid.vue';
import view_searchform from '@widgets/web-site-resource/default-searchform/default-searchform.vue'; import view_searchform from '@widgets/web-site-resource/default-searchform/default-searchform.vue';
/** /**
* 网站资源表格视图视图 * 站点资源视图
* *
* @export * @export
* @class WebSiteResourceGridView * @class WebSiteResourceGridView
......
...@@ -4,7 +4,7 @@ import EntityService from '../entity-service'; ...@@ -4,7 +4,7 @@ import EntityService from '../entity-service';
/** /**
* 网站频道服务对象基类 * 站点频道服务对象基类
* *
* @export * @export
* @class WebSiteChannelServiceBase * @class WebSiteChannelServiceBase
......
...@@ -3,7 +3,7 @@ import WebSiteChannelServiceBase from './web-site-channel-service-base'; ...@@ -3,7 +3,7 @@ import WebSiteChannelServiceBase from './web-site-channel-service-base';
/** /**
* 网站频道服务对象 * 站点频道服务对象
* *
* @export * @export
* @class WebSiteChannelService * @class WebSiteChannelService
......
...@@ -4,7 +4,7 @@ import EntityService from '../entity-service'; ...@@ -4,7 +4,7 @@ import EntityService from '../entity-service';
/** /**
* 网站内容服务对象基类 * 站点内容服务对象基类
* *
* @export * @export
* @class WebSiteContentServiceBase * @class WebSiteContentServiceBase
......
...@@ -3,7 +3,7 @@ import WebSiteContentServiceBase from './web-site-content-service-base'; ...@@ -3,7 +3,7 @@ import WebSiteContentServiceBase from './web-site-content-service-base';
/** /**
* 网站内容服务对象 * 站点内容服务对象
* *
* @export * @export
* @class WebSiteContentService * @class WebSiteContentService
......
...@@ -4,7 +4,7 @@ import EntityService from '../entity-service'; ...@@ -4,7 +4,7 @@ import EntityService from '../entity-service';
/** /**
* 网站资源服务对象基类 * 站点资源服务对象基类
* *
* @export * @export
* @class WebSiteResourceServiceBase * @class WebSiteResourceServiceBase
......
...@@ -3,7 +3,7 @@ import WebSiteResourceServiceBase from './web-site-resource-service-base'; ...@@ -3,7 +3,7 @@ import WebSiteResourceServiceBase from './web-site-resource-service-base';
/** /**
* 网站资源服务对象 * 站点资源服务对象
* *
* @export * @export
* @class WebSiteResourceService * @class WebSiteResourceService
......
...@@ -5,7 +5,7 @@ import { Subject } from 'rxjs'; ...@@ -5,7 +5,7 @@ import { Subject } from 'rxjs';
import WebSiteChannelService from '@/service/web-site-channel/web-site-channel-service'; import WebSiteChannelService from '@/service/web-site-channel/web-site-channel-service';
/** /**
* 网站频道UI服务对象基类 * 站点频道UI服务对象基类
* *
* @export * @export
* @class WebSiteChannelUIServiceBase * @class WebSiteChannelUIServiceBase
......
import WebSiteChannelUIServiceBase from './web-site-channel-ui-service-base'; import WebSiteChannelUIServiceBase from './web-site-channel-ui-service-base';
/** /**
* 网站频道UI服务对象 * 站点频道UI服务对象
* *
* @export * @export
* @class WebSiteChannelUIService * @class WebSiteChannelUIService
......
...@@ -5,7 +5,7 @@ import { Subject } from 'rxjs'; ...@@ -5,7 +5,7 @@ import { Subject } from 'rxjs';
import WebSiteContentService from '@/service/web-site-content/web-site-content-service'; import WebSiteContentService from '@/service/web-site-content/web-site-content-service';
/** /**
* 网站内容UI服务对象基类 * 站点内容UI服务对象基类
* *
* @export * @export
* @class WebSiteContentUIServiceBase * @class WebSiteContentUIServiceBase
......
import WebSiteContentUIServiceBase from './web-site-content-ui-service-base'; import WebSiteContentUIServiceBase from './web-site-content-ui-service-base';
/** /**
* 网站内容UI服务对象 * 站点内容UI服务对象
* *
* @export * @export
* @class WebSiteContentUIService * @class WebSiteContentUIService
......
...@@ -5,7 +5,7 @@ import { Subject } from 'rxjs'; ...@@ -5,7 +5,7 @@ import { Subject } from 'rxjs';
import WebSiteResourceService from '@/service/web-site-resource/web-site-resource-service'; import WebSiteResourceService from '@/service/web-site-resource/web-site-resource-service';
/** /**
* 网站资源UI服务对象基类 * 站点资源UI服务对象基类
* *
* @export * @export
* @class WebSiteResourceUIServiceBase * @class WebSiteResourceUIServiceBase
......
import WebSiteResourceUIServiceBase from './web-site-resource-ui-service-base'; import WebSiteResourceUIServiceBase from './web-site-resource-ui-service-base';
/** /**
* 网站资源UI服务对象 * 站点资源UI服务对象
* *
* @export * @export
* @class WebSiteResourceUIService * @class WebSiteResourceUIService
......
...@@ -13,7 +13,7 @@ import DefaultModel from './default-searchform-model'; ...@@ -13,7 +13,7 @@ import DefaultModel from './default-searchform-model';
export default class DefaultService extends ControlService { export default class DefaultService extends ControlService {
/** /**
* 网站频道服务对象 * 站点频道服务对象
* *
* @type {WebSiteChannelService} * @type {WebSiteChannelService}
* @memberof DefaultService * @memberof DefaultService
......
...@@ -13,7 +13,7 @@ import MainModel from './main-form-model'; ...@@ -13,7 +13,7 @@ import MainModel from './main-form-model';
export default class MainService extends ControlService { export default class MainService extends ControlService {
/** /**
* 网站频道服务对象 * 站点频道服务对象
* *
* @type {WebSiteChannelService} * @type {WebSiteChannelService}
* @memberof MainService * @memberof MainService
......
...@@ -13,7 +13,7 @@ import MainModel from './main-grid-model'; ...@@ -13,7 +13,7 @@ import MainModel from './main-grid-model';
export default class MainService extends ControlService { export default class MainService extends ControlService {
/** /**
* 网站频道服务对象 * 站点频道服务对象
* *
* @type {WebSiteChannelService} * @type {WebSiteChannelService}
* @memberof MainService * @memberof MainService
......
...@@ -13,7 +13,7 @@ import DefaultModel from './default-searchform-model'; ...@@ -13,7 +13,7 @@ import DefaultModel from './default-searchform-model';
export default class DefaultService extends ControlService { export default class DefaultService extends ControlService {
/** /**
* 网站内容服务对象 * 站点内容服务对象
* *
* @type {WebSiteContentService} * @type {WebSiteContentService}
* @memberof DefaultService * @memberof DefaultService
......
...@@ -13,7 +13,7 @@ import MainModel from './main-form-model'; ...@@ -13,7 +13,7 @@ import MainModel from './main-form-model';
export default class MainService extends ControlService { export default class MainService extends ControlService {
/** /**
* 网站内容服务对象 * 站点内容服务对象
* *
* @type {WebSiteContentService} * @type {WebSiteContentService}
* @memberof MainService * @memberof MainService
......
...@@ -13,7 +13,7 @@ import MainModel from './main-grid-model'; ...@@ -13,7 +13,7 @@ import MainModel from './main-grid-model';
export default class MainService extends ControlService { export default class MainService extends ControlService {
/** /**
* 网站内容服务对象 * 站点内容服务对象
* *
* @type {WebSiteContentService} * @type {WebSiteContentService}
* @memberof MainService * @memberof MainService
......
...@@ -13,7 +13,7 @@ import DefaultModel from './default-searchform-model'; ...@@ -13,7 +13,7 @@ import DefaultModel from './default-searchform-model';
export default class DefaultService extends ControlService { export default class DefaultService extends ControlService {
/** /**
* 网站资源服务对象 * 站点资源服务对象
* *
* @type {WebSiteResourceService} * @type {WebSiteResourceService}
* @memberof DefaultService * @memberof DefaultService
......
...@@ -13,7 +13,7 @@ import MainModel from './main-form-model'; ...@@ -13,7 +13,7 @@ import MainModel from './main-form-model';
export default class MainService extends ControlService { export default class MainService extends ControlService {
/** /**
* 网站资源服务对象 * 站点资源服务对象
* *
* @type {WebSiteResourceService} * @type {WebSiteResourceService}
* @memberof MainService * @memberof MainService
......
...@@ -13,7 +13,7 @@ import MainModel from './main-grid-model'; ...@@ -13,7 +13,7 @@ import MainModel from './main-grid-model';
export default class MainService extends ControlService { export default class MainService extends ControlService {
/** /**
* 网站资源服务对象 * 站点资源服务对象
* *
* @type {WebSiteResourceService} * @type {WebSiteResourceService}
* @memberof MainService * @memberof MainService
......
...@@ -28,7 +28,7 @@ import com.baomidou.mybatisplus.annotation.*; ...@@ -28,7 +28,7 @@ import com.baomidou.mybatisplus.annotation.*;
import cn.ibizlab.businesscentral.util.domain.EntityMP; import cn.ibizlab.businesscentral.util.domain.EntityMP;
/** /**
* 实体[网站频道] * 实体[站点频道]
*/ */
@Getter @Getter
@Setter @Setter
......
...@@ -28,7 +28,7 @@ import com.baomidou.mybatisplus.annotation.*; ...@@ -28,7 +28,7 @@ import com.baomidou.mybatisplus.annotation.*;
import cn.ibizlab.businesscentral.util.domain.EntityMP; import cn.ibizlab.businesscentral.util.domain.EntityMP;
/** /**
* 实体[网站内容] * 实体[站点内容]
*/ */
@Getter @Getter
@Setter @Setter
......
...@@ -28,7 +28,7 @@ import com.baomidou.mybatisplus.annotation.*; ...@@ -28,7 +28,7 @@ import com.baomidou.mybatisplus.annotation.*;
import cn.ibizlab.businesscentral.util.domain.EntityMP; import cn.ibizlab.businesscentral.util.domain.EntityMP;
/** /**
* 实体[网站资源] * 实体[站点资源]
*/ */
@Getter @Getter
@Setter @Setter
......
...@@ -38,7 +38,7 @@ import com.alibaba.fastjson.JSONObject; ...@@ -38,7 +38,7 @@ import com.alibaba.fastjson.JSONObject;
import org.springframework.util.StringUtils; import org.springframework.util.StringUtils;
/** /**
* 实体[网站频道] 服务对象接口实现 * 实体[站点频道] 服务对象接口实现
*/ */
@Slf4j @Slf4j
@Service("WebSiteChannelServiceImpl") @Service("WebSiteChannelServiceImpl")
......
...@@ -38,7 +38,7 @@ import com.alibaba.fastjson.JSONObject; ...@@ -38,7 +38,7 @@ import com.alibaba.fastjson.JSONObject;
import org.springframework.util.StringUtils; import org.springframework.util.StringUtils;
/** /**
* 实体[网站内容] 服务对象接口实现 * 实体[站点内容] 服务对象接口实现
*/ */
@Slf4j @Slf4j
@Service("WebSiteContentServiceImpl") @Service("WebSiteContentServiceImpl")
......
...@@ -38,7 +38,7 @@ import com.alibaba.fastjson.JSONObject; ...@@ -38,7 +38,7 @@ import com.alibaba.fastjson.JSONObject;
import org.springframework.util.StringUtils; import org.springframework.util.StringUtils;
/** /**
* 实体[网站资源] 服务对象接口实现 * 实体[站点资源] 服务对象接口实现
*/ */
@Slf4j @Slf4j
@Service("WebSiteResourceServiceImpl") @Service("WebSiteResourceServiceImpl")
......
...@@ -10853,7 +10853,7 @@ ...@@ -10853,7 +10853,7 @@
<!--输出实体[WEBSITE]数据结构 --> <!--输出实体[WEBSITE]数据结构 -->
<changeSet author="a_LAB01_e85d8801c" id="tab-website-22-128"> <changeSet author="a_LAB01_e85d8801c" id="tab-website-23-128">
<createTable tableName="WEBSITE"> <createTable tableName="WEBSITE">
<column name="WEBSITENAME" remarks="" type="VARCHAR(200)"> <column name="WEBSITENAME" remarks="" type="VARCHAR(200)">
</column> </column>
...@@ -10879,7 +10879,7 @@ ...@@ -10879,7 +10879,7 @@
<!--输出实体[WEBSITECHANNEL]数据结构 --> <!--输出实体[WEBSITECHANNEL]数据结构 -->
<changeSet author="a_LAB01_e85d8801c" id="tab-websitechannel-31-129"> <changeSet author="a_LAB01_e85d8801c" id="tab-websitechannel-34-129">
<createTable tableName="WEBSITECHANNEL"> <createTable tableName="WEBSITECHANNEL">
<column name="WEBSITECHANNELID" remarks="" type="VARCHAR(100)"> <column name="WEBSITECHANNELID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_WEBSITECHANNEL_WEBSITECHANN"/> <constraints primaryKey="true" primaryKeyName="PK_WEBSITECHANNEL_WEBSITECHANN"/>
...@@ -10913,7 +10913,7 @@ ...@@ -10913,7 +10913,7 @@
<!--输出实体[WEBSITECONTENT]数据结构 --> <!--输出实体[WEBSITECONTENT]数据结构 -->
<changeSet author="a_LAB01_e85d8801c" id="tab-websitecontent-31-130"> <changeSet author="a_LAB01_e85d8801c" id="tab-websitecontent-34-130">
<createTable tableName="WEBSITECONTENT"> <createTable tableName="WEBSITECONTENT">
<column name="WEBSITECONTENTID" remarks="" type="VARCHAR(100)"> <column name="WEBSITECONTENTID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_WEBSITECONTENT_WEBSITECONTE"/> <constraints primaryKey="true" primaryKeyName="PK_WEBSITECONTENT_WEBSITECONTE"/>
...@@ -10957,7 +10957,7 @@ ...@@ -10957,7 +10957,7 @@
<!--输出实体[WEBSITERESOURCE]数据结构 --> <!--输出实体[WEBSITERESOURCE]数据结构 -->
<changeSet author="a_LAB01_e85d8801c" id="tab-websiteresource-12-131"> <changeSet author="a_LAB01_e85d8801c" id="tab-websiteresource-15-131">
<createTable tableName="WEBSITERESOURCE"> <createTable tableName="WEBSITERESOURCE">
<column name="WEBSITERESOURCEID" remarks="" type="VARCHAR(100)"> <column name="WEBSITERESOURCEID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_WEBSITERESOURCE_WEBSITERESO"/> <constraints primaryKey="true" primaryKeyName="PK_WEBSITERESOURCE_WEBSITERESO"/>
...@@ -11904,21 +11904,21 @@ ...@@ -11904,21 +11904,21 @@
<!--输出实体[UOMSCHEDULE]外键关系 --> <!--输出实体[UOMSCHEDULE]外键关系 -->
<!--输出实体[WEBSITE]外键关系 --> <!--输出实体[WEBSITE]外键关系 -->
<!--输出实体[WEBSITECHANNEL]外键关系 --> <!--输出实体[WEBSITECHANNEL]外键关系 -->
<changeSet author="a_LAB01_e85d8801c" id="fk-websitechannel-31-427"> <changeSet author="a_LAB01_e85d8801c" id="fk-websitechannel-34-427">
<addForeignKeyConstraint baseColumnNames="PWEBSITECHANNELID" baseTableName="WEBSITECHANNEL" constraintName="DER1N_WEBSITECHANNEL_WEBSITECH" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="WEBSITECHANNELID" referencedTableName="WEBSITECHANNEL" validate="true"/> <addForeignKeyConstraint baseColumnNames="PWEBSITECHANNELID" baseTableName="WEBSITECHANNEL" constraintName="DER1N_WEBSITECHANNEL_WEBSITECH" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="WEBSITECHANNELID" referencedTableName="WEBSITECHANNEL" validate="true"/>
</changeSet> </changeSet>
<changeSet author="a_LAB01_e85d8801c" id="fk-websitechannel-31-428"> <changeSet author="a_LAB01_e85d8801c" id="fk-websitechannel-34-428">
<addForeignKeyConstraint baseColumnNames="WEBSITEID" baseTableName="WEBSITECHANNEL" constraintName="DER1N_WEBSITECHANNEL_WEBSITE_W" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="WEBSITEID" referencedTableName="WEBSITE" validate="true"/> <addForeignKeyConstraint baseColumnNames="WEBSITEID" baseTableName="WEBSITECHANNEL" constraintName="DER1N_WEBSITECHANNEL_WEBSITE_W" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="WEBSITEID" referencedTableName="WEBSITE" validate="true"/>
</changeSet> </changeSet>
<!--输出实体[WEBSITECONTENT]外键关系 --> <!--输出实体[WEBSITECONTENT]外键关系 -->
<changeSet author="a_LAB01_e85d8801c" id="fk-websitecontent-31-429"> <changeSet author="a_LAB01_e85d8801c" id="fk-websitecontent-34-429">
<addForeignKeyConstraint baseColumnNames="WEBSITECHANNELID" baseTableName="WEBSITECONTENT" constraintName="DER1N_WEBSITECONTENT_WEBSITECH" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="WEBSITECHANNELID" referencedTableName="WEBSITECHANNEL" validate="true"/> <addForeignKeyConstraint baseColumnNames="WEBSITECHANNELID" baseTableName="WEBSITECONTENT" constraintName="DER1N_WEBSITECONTENT_WEBSITECH" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="WEBSITECHANNELID" referencedTableName="WEBSITECHANNEL" validate="true"/>
</changeSet> </changeSet>
<changeSet author="a_LAB01_e85d8801c" id="fk-websitecontent-31-430"> <changeSet author="a_LAB01_e85d8801c" id="fk-websitecontent-34-430">
<addForeignKeyConstraint baseColumnNames="WEBSITEID" baseTableName="WEBSITECONTENT" constraintName="DER1N_WEBSITECONTENT_WEBSITE_W" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="WEBSITEID" referencedTableName="WEBSITE" validate="true"/> <addForeignKeyConstraint baseColumnNames="WEBSITEID" baseTableName="WEBSITECONTENT" constraintName="DER1N_WEBSITECONTENT_WEBSITE_W" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="WEBSITEID" referencedTableName="WEBSITE" validate="true"/>
</changeSet> </changeSet>
<!--输出实体[WEBSITERESOURCE]外键关系 --> <!--输出实体[WEBSITERESOURCE]外键关系 -->
<changeSet author="a_LAB01_e85d8801c" id="fk-websiteresource-12-431"> <changeSet author="a_LAB01_e85d8801c" id="fk-websiteresource-15-431">
<addForeignKeyConstraint baseColumnNames="WEBSITEID" baseTableName="WEBSITERESOURCE" constraintName="DER1N_WEBSITERESOURCE_WEBSITE_" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="WEBSITEID" referencedTableName="WEBSITE" validate="true"/> <addForeignKeyConstraint baseColumnNames="WEBSITEID" baseTableName="WEBSITERESOURCE" constraintName="DER1N_WEBSITERESOURCE_WEBSITE_" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="WEBSITEID" referencedTableName="WEBSITE" validate="true"/>
</changeSet> </changeSet>
......
...@@ -421,7 +421,7 @@ ...@@ -421,7 +421,7 @@
} }
, { , {
"dename":"WebSiteResource", "dename":"WebSiteResource",
"delogicname":"网站资源", "delogicname":"站点资源",
"sysmoudle":{"id":"WEBSITE","name":"WebSite"}, "sysmoudle":{"id":"WEBSITE","name":"WebSite"},
"dedataset":[{"id":"Default" , "name":"DEFAULT"}], "dedataset":[{"id":"Default" , "name":"DEFAULT"}],
"deaction":[{"id":"Create" , "name":"Create" , "type":"BUILTIN" },{"id":"Update" , "name":"Update" , "type":"BUILTIN" },{"id":"Remove" , "name":"Remove" , "type":"BUILTIN" },{"id":"Get" , "name":"Get" , "type":"BUILTIN" },{"id":"GetDraft" , "name":"GetDraft" , "type":"BUILTIN" },{"id":"CheckKey" , "name":"CheckKey" , "type":"BUILTIN" },{"id":"Save" , "name":"Save" , "type":"BUILTIN" }], "deaction":[{"id":"Create" , "name":"Create" , "type":"BUILTIN" },{"id":"Update" , "name":"Update" , "type":"BUILTIN" },{"id":"Remove" , "name":"Remove" , "type":"BUILTIN" },{"id":"Get" , "name":"Get" , "type":"BUILTIN" },{"id":"GetDraft" , "name":"GetDraft" , "type":"BUILTIN" },{"id":"CheckKey" , "name":"CheckKey" , "type":"BUILTIN" },{"id":"Save" , "name":"Save" , "type":"BUILTIN" }],
...@@ -437,7 +437,7 @@ ...@@ -437,7 +437,7 @@
} }
, { , {
"dename":"WebSiteContent", "dename":"WebSiteContent",
"delogicname":"网站内容", "delogicname":"站点内容",
"sysmoudle":{"id":"WEBSITE","name":"WebSite"}, "sysmoudle":{"id":"WEBSITE","name":"WebSite"},
"dedataset":[{"id":"Default" , "name":"DEFAULT"}], "dedataset":[{"id":"Default" , "name":"DEFAULT"}],
"deaction":[{"id":"Create" , "name":"Create" , "type":"BUILTIN" },{"id":"Update" , "name":"Update" , "type":"BUILTIN" },{"id":"Remove" , "name":"Remove" , "type":"BUILTIN" },{"id":"Get" , "name":"Get" , "type":"BUILTIN" },{"id":"GetDraft" , "name":"GetDraft" , "type":"BUILTIN" },{"id":"CheckKey" , "name":"CheckKey" , "type":"BUILTIN" },{"id":"Save" , "name":"Save" , "type":"BUILTIN" }], "deaction":[{"id":"Create" , "name":"Create" , "type":"BUILTIN" },{"id":"Update" , "name":"Update" , "type":"BUILTIN" },{"id":"Remove" , "name":"Remove" , "type":"BUILTIN" },{"id":"Get" , "name":"Get" , "type":"BUILTIN" },{"id":"GetDraft" , "name":"GetDraft" , "type":"BUILTIN" },{"id":"CheckKey" , "name":"CheckKey" , "type":"BUILTIN" },{"id":"Save" , "name":"Save" , "type":"BUILTIN" }],
...@@ -445,7 +445,7 @@ ...@@ -445,7 +445,7 @@
} }
, { , {
"dename":"WebSiteChannel", "dename":"WebSiteChannel",
"delogicname":"网站频道", "delogicname":"站点频道",
"sysmoudle":{"id":"WEBSITE","name":"WebSite"}, "sysmoudle":{"id":"WEBSITE","name":"WebSite"},
"dedataset":[{"id":"Default" , "name":"DEFAULT"}], "dedataset":[{"id":"Default" , "name":"DEFAULT"}],
"deaction":[{"id":"Create" , "name":"Create" , "type":"BUILTIN" },{"id":"Update" , "name":"Update" , "type":"BUILTIN" },{"id":"Remove" , "name":"Remove" , "type":"BUILTIN" },{"id":"Get" , "name":"Get" , "type":"BUILTIN" },{"id":"GetDraft" , "name":"GetDraft" , "type":"BUILTIN" },{"id":"CheckKey" , "name":"CheckKey" , "type":"BUILTIN" },{"id":"Save" , "name":"Save" , "type":"BUILTIN" }], "deaction":[{"id":"Create" , "name":"Create" , "type":"BUILTIN" },{"id":"Update" , "name":"Update" , "type":"BUILTIN" },{"id":"Remove" , "name":"Remove" , "type":"BUILTIN" },{"id":"Get" , "name":"Get" , "type":"BUILTIN" },{"id":"GetDraft" , "name":"GetDraft" , "type":"BUILTIN" },{"id":"CheckKey" , "name":"CheckKey" , "type":"BUILTIN" },{"id":"Save" , "name":"Save" , "type":"BUILTIN" }],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册