Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
iBiz企业中心
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz企业套件
iBiz企业中心
提交
d76bfe59
提交
d76bfe59
编写于
6月 13, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
xignzi006 发布系统代码
上级
67c9390b
变更
66
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
66 个修改的文件
包含
525 行增加
和
525 行删除
+525
-525
ibiz-list.ts
app_iBizBusinessCentral/src/interface/entity/ibiz-list.ts
+2
-2
incident.ts
app_iBizBusinessCentral/src/interface/entity/incident.ts
+2
-2
invoice.ts
app_iBizBusinessCentral/src/interface/entity/invoice.ts
+2
-2
lead.ts
app_iBizBusinessCentral/src/interface/entity/lead.ts
+2
-2
opportunity.ts
app_iBizBusinessCentral/src/interface/entity/opportunity.ts
+2
-2
quote.ts
app_iBizBusinessCentral/src/interface/entity/quote.ts
+2
-2
sales-order.ts
app_iBizBusinessCentral/src/interface/entity/sales-order.ts
+2
-2
ibiz-list_en_US.ts
...l/src/locale/lanres/entities/ibiz-list/ibiz-list_en_US.ts
+2
-2
ibiz-list_zh_CN.ts
...l/src/locale/lanres/entities/ibiz-list/ibiz-list_zh_CN.ts
+2
-2
incident_en_US.ts
...ral/src/locale/lanres/entities/incident/incident_en_US.ts
+2
-2
incident_zh_CN.ts
...ral/src/locale/lanres/entities/incident/incident_zh_CN.ts
+2
-2
invoice_en_US.ts
...ntral/src/locale/lanres/entities/invoice/invoice_en_US.ts
+2
-2
invoice_zh_CN.ts
...ntral/src/locale/lanres/entities/invoice/invoice_zh_CN.ts
+2
-2
lead_en_US.ts
...nessCentral/src/locale/lanres/entities/lead/lead_en_US.ts
+2
-2
lead_zh_CN.ts
...nessCentral/src/locale/lanres/entities/lead/lead_zh_CN.ts
+2
-2
opportunity_en_US.ts
...c/locale/lanres/entities/opportunity/opportunity_en_US.ts
+2
-2
opportunity_zh_CN.ts
...c/locale/lanres/entities/opportunity/opportunity_zh_CN.ts
+2
-2
quote_en_US.ts
...ssCentral/src/locale/lanres/entities/quote/quote_en_US.ts
+2
-2
quote_zh_CN.ts
...ssCentral/src/locale/lanres/entities/quote/quote_zh_CN.ts
+2
-2
sales-order_en_US.ts
...c/locale/lanres/entities/sales-order/sales-order_en_US.ts
+2
-2
sales-order_zh_CN.ts
...c/locale/lanres/entities/sales-order/sales-order_zh_CN.ts
+2
-2
LanguageLocale.java
...zlab/businesscentral/core/base/domain/LanguageLocale.java
+1
-1
Invoice.java
.../ibizlab/businesscentral/core/finance/domain/Invoice.java
+4
-4
InvoiceDetail.java
...ab/businesscentral/core/finance/domain/InvoiceDetail.java
+4
-4
Campaign.java
...izlab/businesscentral/core/marketing/domain/Campaign.java
+4
-4
IBizList.java
...izlab/businesscentral/core/marketing/domain/IBizList.java
+4
-4
BulkOperationLog.java
...businesscentral/core/runtime/domain/BulkOperationLog.java
+4
-4
Lead.java
...va/cn/ibizlab/businesscentral/core/sales/domain/Lead.java
+4
-4
Opportunity.java
...bizlab/businesscentral/core/sales/domain/Opportunity.java
+4
-4
OpportunityProduct.java
...businesscentral/core/sales/domain/OpportunityProduct.java
+4
-4
Quote.java
...a/cn/ibizlab/businesscentral/core/sales/domain/Quote.java
+4
-4
QuoteDetail.java
...bizlab/businesscentral/core/sales/domain/QuoteDetail.java
+4
-4
SalesOrder.java
...ibizlab/businesscentral/core/sales/domain/SalesOrder.java
+4
-4
SalesOrderDetail.java
...b/businesscentral/core/sales/domain/SalesOrderDetail.java
+4
-4
BookableResource.java
...inesscentral/core/scheduling/domain/BookableResource.java
+55
-55
BookableResourceBooking.java
...ntral/core/scheduling/domain/BookableResourceBooking.java
+59
-59
BookableResourceBookingHeader.java
...core/scheduling/domain/BookableResourceBookingHeader.java
+45
-45
BookableResourceCategory.java
...tral/core/scheduling/domain/BookableResourceCategory.java
+33
-33
BookableResourceCategoryAssn.java
.../core/scheduling/domain/BookableResourceCategoryAssn.java
+39
-39
BookableResourceCharacteristic.java
...ore/scheduling/domain/BookableResourceCharacteristic.java
+49
-49
BookableResourceGroup.java
...central/core/scheduling/domain/BookableResourceGroup.java
+45
-45
BookableResourceBookingHeaderSearchContext.java
...ng/filter/BookableResourceBookingHeaderSearchContext.java
+4
-4
BookableResourceBookingSearchContext.java
...heduling/filter/BookableResourceBookingSearchContext.java
+8
-8
BookableResourceCategoryAssnSearchContext.java
...ing/filter/BookableResourceCategoryAssnSearchContext.java
+6
-6
BookableResourceCategorySearchContext.java
...eduling/filter/BookableResourceCategorySearchContext.java
+4
-4
BookableResourceCharacteristicSearchContext.java
...g/filter/BookableResourceCharacteristicSearchContext.java
+7
-7
BookableResourceGroupSearchContext.java
...scheduling/filter/BookableResourceGroupSearchContext.java
+6
-6
BookableResourceSearchContext.java
...core/scheduling/filter/BookableResourceSearchContext.java
+8
-8
BookableResourceBookingHeaderServiceImpl.java
...ervice/impl/BookableResourceBookingHeaderServiceImpl.java
+1
-1
BookableResourceBookingServiceImpl.java
...ling/service/impl/BookableResourceBookingServiceImpl.java
+1
-1
BookableResourceCategoryAssnServiceImpl.java
...service/impl/BookableResourceCategoryAssnServiceImpl.java
+1
-1
BookableResourceCategoryServiceImpl.java
...ing/service/impl/BookableResourceCategoryServiceImpl.java
+1
-1
BookableResourceCharacteristicServiceImpl.java
...rvice/impl/BookableResourceCharacteristicServiceImpl.java
+1
-1
BookableResourceGroupServiceImpl.java
...duling/service/impl/BookableResourceGroupServiceImpl.java
+1
-1
BookableResourceServiceImpl.java
.../scheduling/service/impl/BookableResourceServiceImpl.java
+1
-1
BookingStatus.java
...ab/businesscentral/core/service/domain/BookingStatus.java
+4
-4
Characteristic.java
...b/businesscentral/core/service/domain/Characteristic.java
+4
-4
Contract.java
...ibizlab/businesscentral/core/service/domain/Contract.java
+4
-4
ContractDetail.java
...b/businesscentral/core/service/domain/ContractDetail.java
+4
-4
Entitlement.java
...zlab/businesscentral/core/service/domain/Entitlement.java
+4
-4
EntitlementChannel.java
...sinesscentral/core/service/domain/EntitlementChannel.java
+4
-4
Incident.java
...ibizlab/businesscentral/core/service/domain/Incident.java
+4
-4
KnowledgeArticleIncident.java
...central/core/service/domain/KnowledgeArticleIncident.java
+4
-4
RatingModel.java
...zlab/businesscentral/core/service/domain/RatingModel.java
+4
-4
RatingValue.java
...zlab/businesscentral/core/service/domain/RatingValue.java
+4
-4
h2_table.xml
...esscentral-core/src/main/resources/liquibase/h2_table.xml
+19
-19
未找到文件。
app_iBizBusinessCentral/src/interface/entity/ibiz-list.ts
浏览文件 @
d76bfe59
...
...
@@ -7,7 +7,7 @@
export
interface
IBizList
{
/**
*
Owner Id Type
*
*
* @returns {*}
* @memberof IBizList
...
...
@@ -135,7 +135,7 @@ export interface IBizList {
statuscode
?:
any
;
/**
*
Yomi name of the owner
*
*
* @returns {*}
* @memberof IBizList
...
...
app_iBizBusinessCentral/src/interface/entity/incident.ts
浏览文件 @
d76bfe59
...
...
@@ -103,7 +103,7 @@ export interface Incident {
description
?:
any
;
/**
*
Owner Id Type
*
*
* @returns {*}
* @memberof Incident
...
...
@@ -415,7 +415,7 @@ export interface Incident {
traversedpath
?:
any
;
/**
*
Yomi name of the owner
*
*
* @returns {*}
* @memberof Incident
...
...
app_iBizBusinessCentral/src/interface/entity/invoice.ts
浏览文件 @
d76bfe59
...
...
@@ -23,7 +23,7 @@ export interface Invoice {
billto_telephone
?:
any
;
/**
*
Owner Id Type
*
*
* @returns {*}
* @memberof Invoice
...
...
@@ -503,7 +503,7 @@ export interface Invoice {
datedelivered
?:
any
;
/**
*
Yomi name of the owner
*
*
* @returns {*}
* @memberof Invoice
...
...
app_iBizBusinessCentral/src/interface/entity/lead.ts
浏览文件 @
d76bfe59
...
...
@@ -279,7 +279,7 @@ export interface Lead {
qualificationcomments
?:
any
;
/**
*
Owner Id Type
*
*
* @returns {*}
* @memberof Lead
...
...
@@ -1087,7 +1087,7 @@ export interface Lead {
decisionmaker
?:
any
;
/**
*
Yomi name of the owner
*
*
* @returns {*}
* @memberof Lead
...
...
app_iBizBusinessCentral/src/interface/entity/opportunity.ts
浏览文件 @
d76bfe59
...
...
@@ -239,7 +239,7 @@ export interface Opportunity {
budgetamount_base
?:
any
;
/**
*
Yomi name of the owner
*
*
* @returns {*}
* @memberof Opportunity
...
...
@@ -687,7 +687,7 @@ export interface Opportunity {
opportunityname
?:
any
;
/**
*
Owner Id Type
*
*
* @returns {*}
* @memberof Opportunity
...
...
app_iBizBusinessCentral/src/interface/entity/quote.ts
浏览文件 @
d76bfe59
...
...
@@ -455,7 +455,7 @@ export interface Quote {
exchangerate
?:
any
;
/**
*
Yomi name of the owner
*
*
* @returns {*}
* @memberof Quote
...
...
@@ -463,7 +463,7 @@ export interface Quote {
owneridyominame
?:
any
;
/**
*
Owner Id Type
*
*
* @returns {*}
* @memberof Quote
...
...
app_iBizBusinessCentral/src/interface/entity/sales-order.ts
浏览文件 @
d76bfe59
...
...
@@ -215,7 +215,7 @@ export interface SalesOrder {
timezoneruleversionnumber
?:
any
;
/**
*
Yomi name of the owner
*
*
* @returns {*}
* @memberof SalesOrder
...
...
@@ -703,7 +703,7 @@ export interface SalesOrder {
salesordername
?:
any
;
/**
*
Owner Id Type
*
*
* @returns {*}
* @memberof SalesOrder
...
...
app_iBizBusinessCentral/src/locale/lanres/entities/ibiz-list/ibiz-list_en_US.ts
浏览文件 @
d76bfe59
export
default
{
fields
:
{
owneridtype
:
'
Owner Id Type
'
,
owneridtype
:
''
,
query
:
'查询'
,
updateman
:
'更新人'
,
lockstatus
:
'已锁定'
,
...
...
@@ -17,7 +17,7 @@ export default {
exchangerate
:
'汇率'
,
listname
:
'名称'
,
statuscode
:
'状态描述'
,
owneridyominame
:
'
Yomi name of the owner
'
,
owneridyominame
:
''
,
description
:
'说明'
,
type
:
'类型'
,
createdate
:
'建立时间'
,
...
...
app_iBizBusinessCentral/src/locale/lanres/entities/ibiz-list/ibiz-list_zh_CN.ts
浏览文件 @
d76bfe59
export
default
{
fields
:
{
owneridtype
:
'
Owner Id Type
'
,
owneridtype
:
''
,
query
:
'查询'
,
updateman
:
'更新人'
,
lockstatus
:
'已锁定'
,
...
...
@@ -16,7 +16,7 @@ export default {
exchangerate
:
'汇率'
,
listname
:
'名称'
,
statuscode
:
'状态描述'
,
owneridyominame
:
'
Yomi name of the owner
'
,
owneridyominame
:
''
,
description
:
'说明'
,
type
:
'类型'
,
createdate
:
'建立时间'
,
...
...
app_iBizBusinessCentral/src/locale/lanres/entities/incident/incident_en_US.ts
浏览文件 @
d76bfe59
...
...
@@ -13,7 +13,7 @@ export default {
merged
:
'仅供内部使用'
,
productserialnumber
:
'序列号'
,
description
:
'说明'
,
owneridtype
:
'
Owner Id Type
'
,
owneridtype
:
''
,
escalated
:
'已升级'
,
stageid
:
'Stage Id'
,
casetypecode
:
'案例类型'
,
...
...
@@ -52,7 +52,7 @@ export default {
incidentid
:
'案例'
,
servicestage
:
'服务阶段'
,
traversedpath
:
'Traversed Path'
,
owneridyominame
:
'
Yomi name of the owner
'
,
owneridyominame
:
''
,
numberofchildincidents
:
'子案例'
,
slaname
:
''
,
blockedprofile
:
'已阻止的配置文件'
,
...
...
app_iBizBusinessCentral/src/locale/lanres/entities/incident/incident_zh_CN.ts
浏览文件 @
d76bfe59
...
...
@@ -12,7 +12,7 @@ export default {
merged
:
'仅供内部使用'
,
productserialnumber
:
'序列号'
,
description
:
'说明'
,
owneridtype
:
'
Owner Id Type
'
,
owneridtype
:
''
,
escalated
:
'已升级'
,
stageid
:
'Stage Id'
,
casetypecode
:
'案例类型'
,
...
...
@@ -51,7 +51,7 @@ export default {
incidentid
:
'案例'
,
servicestage
:
'服务阶段'
,
traversedpath
:
'Traversed Path'
,
owneridyominame
:
'
Yomi name of the owner
'
,
owneridyominame
:
''
,
numberofchildincidents
:
'子案例'
,
slaname
:
''
,
blockedprofile
:
'已阻止的配置文件'
,
...
...
app_iBizBusinessCentral/src/locale/lanres/entities/invoice/invoice_en_US.ts
浏览文件 @
d76bfe59
...
...
@@ -3,7 +3,7 @@ export default {
fields
:
{
billto_line1
:
'帐单寄往街道 1'
,
billto_telephone
:
'帐单寄往地的电话号码'
,
owneridtype
:
'
Owner Id Type
'
,
owneridtype
:
''
,
accountidyominame
:
''
,
lastonholdtime
:
'上一暂候时间'
,
billto_stateorprovince
:
'帐单寄往省/市/自治区'
,
...
...
@@ -63,7 +63,7 @@ export default {
shipto_fax
:
'送货地的传真号码'
,
ownerid
:
'Owner'
,
datedelivered
:
'交付日期'
,
owneridyominame
:
'
Yomi name of the owner
'
,
owneridyominame
:
''
,
entityimage_timestamp
:
''
,
processid
:
'Process Id'
,
totaldiscountamount
:
'折扣金额总和'
,
...
...
app_iBizBusinessCentral/src/locale/lanres/entities/invoice/invoice_zh_CN.ts
浏览文件 @
d76bfe59
...
...
@@ -2,7 +2,7 @@ export default {
fields
:
{
billto_line1
:
'帐单寄往街道 1'
,
billto_telephone
:
'帐单寄往地的电话号码'
,
owneridtype
:
'
Owner Id Type
'
,
owneridtype
:
''
,
accountidyominame
:
''
,
lastonholdtime
:
'上一暂候时间'
,
billto_stateorprovince
:
'帐单寄往省/市/自治区'
,
...
...
@@ -62,7 +62,7 @@ export default {
shipto_fax
:
'送货地的传真号码'
,
ownerid
:
'Owner'
,
datedelivered
:
'交付日期'
,
owneridyominame
:
'
Yomi name of the owner
'
,
owneridyominame
:
''
,
entityimage_timestamp
:
''
,
processid
:
'Process Id'
,
totaldiscountamount
:
'折扣金额总和'
,
...
...
app_iBizBusinessCentral/src/locale/lanres/entities/lead/lead_en_US.ts
浏览文件 @
d76bfe59
...
...
@@ -35,7 +35,7 @@ export default {
companyname
:
'公司名称'
,
versionnumber
:
'Version Number'
,
qualificationcomments
:
'资格注释'
,
owneridtype
:
'
Owner Id Type
'
,
owneridtype
:
''
,
contactidyominame
:
''
,
address2_name
:
'地址 2: 名称'
,
emailaddress1
:
'电子邮件'
,
...
...
@@ -136,7 +136,7 @@ export default {
emailaddress2
:
'电子邮件地址 2'
,
updateman
:
'更新人'
,
decisionmaker
:
'决策者?'
,
owneridyominame
:
'
Yomi name of the owner
'
,
owneridyominame
:
''
,
address1_postalcode
:
'邮政编码'
,
address2_postalcode
:
'地址 2: 邮政编码'
,
donotfax
:
'不允许使用传真'
,
...
...
app_iBizBusinessCentral/src/locale/lanres/entities/lead/lead_zh_CN.ts
浏览文件 @
d76bfe59
...
...
@@ -34,7 +34,7 @@ export default {
companyname
:
'公司名称'
,
versionnumber
:
'Version Number'
,
qualificationcomments
:
'资格注释'
,
owneridtype
:
'
Owner Id Type
'
,
owneridtype
:
''
,
contactidyominame
:
''
,
address2_name
:
'地址 2: 名称'
,
emailaddress1
:
'电子邮件'
,
...
...
@@ -135,7 +135,7 @@ export default {
emailaddress2
:
'电子邮件地址 2'
,
updateman
:
'更新人'
,
decisionmaker
:
'决策者?'
,
owneridyominame
:
'
Yomi name of the owner
'
,
owneridyominame
:
''
,
address1_postalcode
:
'邮政编码'
,
address2_postalcode
:
'地址 2: 邮政编码'
,
donotfax
:
'不允许使用传真'
,
...
...
app_iBizBusinessCentral/src/locale/lanres/entities/opportunity/opportunity_en_US.ts
浏览文件 @
d76bfe59
...
...
@@ -30,7 +30,7 @@ export default {
stepid
:
'步骤'
,
resolvefeedback
:
'反馈已解决'
,
budgetamount_base
:
'预算金额 (Base)'
,
owneridyominame
:
'
Yomi name of the owner
'
,
owneridyominame
:
''
,
pursuitdecision
:
'决定进行/不进行'
,
revenuesystemcalculated
:
'收入'
,
scheduleproposalmeeting
:
'安排建议会议'
,
...
...
@@ -86,7 +86,7 @@ export default {
customerpainpoints
:
'客户难点'
,
totaldiscountamount
:
'折扣金额总和'
,
opportunityname
:
'商机名称'
,
owneridtype
:
'
Owner Id Type
'
,
owneridtype
:
''
,
identifycustomercontacts
:
'识别客户联系人'
,
timeline
:
'日程表'
,
lastonholdtime
:
'上一暂候时间'
,
...
...
app_iBizBusinessCentral/src/locale/lanres/entities/opportunity/opportunity_zh_CN.ts
浏览文件 @
d76bfe59
...
...
@@ -29,7 +29,7 @@ export default {
stepid
:
'步骤'
,
resolvefeedback
:
'反馈已解决'
,
budgetamount_base
:
'预算金额 (Base)'
,
owneridyominame
:
'
Yomi name of the owner
'
,
owneridyominame
:
''
,
pursuitdecision
:
'决定进行/不进行'
,
revenuesystemcalculated
:
'收入'
,
scheduleproposalmeeting
:
'安排建议会议'
,
...
...
@@ -85,7 +85,7 @@ export default {
customerpainpoints
:
'客户难点'
,
totaldiscountamount
:
'折扣金额总和'
,
opportunityname
:
'商机名称'
,
owneridtype
:
'
Owner Id Type
'
,
owneridtype
:
''
,
identifycustomercontacts
:
'识别客户联系人'
,
timeline
:
'日程表'
,
lastonholdtime
:
'上一暂候时间'
,
...
...
app_iBizBusinessCentral/src/locale/lanres/entities/quote/quote_en_US.ts
浏览文件 @
d76bfe59
...
...
@@ -57,8 +57,8 @@ export default {
stageid
:
'Stage Id'
,
createdate
:
'建立时间'
,
exchangerate
:
'汇率'
,
owneridyominame
:
'
Yomi name of the owner
'
,
owneridtype
:
'
Owner Id Type
'
,
owneridyominame
:
''
,
owneridtype
:
''
,
versionnumber
:
'Version Number'
,
shipto_country
:
'送至国家/地区'
,
expireson
:
'到期时间'
,
...
...
app_iBizBusinessCentral/src/locale/lanres/entities/quote/quote_zh_CN.ts
浏览文件 @
d76bfe59
...
...
@@ -56,8 +56,8 @@ export default {
stageid
:
'Stage Id'
,
createdate
:
'建立时间'
,
exchangerate
:
'汇率'
,
owneridyominame
:
'
Yomi name of the owner
'
,
owneridtype
:
'
Owner Id Type
'
,
owneridyominame
:
''
,
owneridtype
:
''
,
versionnumber
:
'Version Number'
,
shipto_country
:
'送至国家/地区'
,
expireson
:
'到期时间'
,
...
...
app_iBizBusinessCentral/src/locale/lanres/entities/sales-order/sales-order_en_US.ts
浏览文件 @
d76bfe59
...
...
@@ -27,7 +27,7 @@ export default {
updateman
:
'更新人'
,
ordernumber
:
'订单编码'
,
timezoneruleversionnumber
:
'Time Zone Rule Version Number'
,
owneridyominame
:
'
Yomi name of the owner
'
,
owneridyominame
:
''
,
totaldiscountamount_base
:
'折扣金额总和 (Base)'
,
shipto_contactname
:
'送货地的联系人姓名'
,
requestdeliveryby
:
'要求交付日期'
,
...
...
@@ -88,7 +88,7 @@ export default {
billto_stateorprovince
:
'帐单寄往省/市/自治区'
,
shipto_name
:
'送货地的名称'
,
salesordername
:
'销售订单名称'
,
owneridtype
:
'
Owner Id Type
'
,
owneridtype
:
''
,
shippingmethodcode
:
'送货方式'
,
pricelocked
:
'已锁定的价格'
,
description
:
'说明'
,
...
...
app_iBizBusinessCentral/src/locale/lanres/entities/sales-order/sales-order_zh_CN.ts
浏览文件 @
d76bfe59
...
...
@@ -26,7 +26,7 @@ export default {
updateman
:
'更新人'
,
ordernumber
:
'订单编码'
,
timezoneruleversionnumber
:
'Time Zone Rule Version Number'
,
owneridyominame
:
'
Yomi name of the owner
'
,
owneridyominame
:
''
,
totaldiscountamount_base
:
'折扣金额总和 (Base)'
,
shipto_contactname
:
'送货地的联系人姓名'
,
requestdeliveryby
:
'要求交付日期'
,
...
...
@@ -87,7 +87,7 @@ export default {
billto_stateorprovince
:
'帐单寄往省/市/自治区'
,
shipto_name
:
'送货地的名称'
,
salesordername
:
'销售订单名称'
,
owneridtype
:
'
Owner Id Type
'
,
owneridtype
:
''
,
shippingmethodcode
:
'送货方式'
,
pricelocked
:
'已锁定的价格'
,
description
:
'说明'
,
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/base/domain/LanguageLocale.java
浏览文件 @
d76bfe59
...
...
@@ -49,7 +49,7 @@ public class LanguageLocale extends EntityMP implements Serializable {
@JsonProperty
(
"createdate"
)
private
Timestamp
createdate
;
/**
*
LanguageLocaleId
*
*/
@DEField
(
isKeyField
=
true
)
@TableId
(
value
=
"languagelocaleid"
,
type
=
IdType
.
UUID
)
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/finance/domain/Invoice.java
浏览文件 @
d76bfe59
...
...
@@ -56,7 +56,7 @@ public class Invoice extends EntityMP implements Serializable {
@JsonProperty
(
"billto_telephone"
)
private
String
billtoTelephone
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -511,7 +511,7 @@ public class Invoice extends EntityMP implements Serializable {
@JsonProperty
(
"datedelivered"
)
private
Timestamp
datedelivered
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -761,7 +761,7 @@ public class Invoice extends EntityMP implements Serializable {
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
@@ -1251,7 +1251,7 @@ public class Invoice extends EntityMP implements Serializable {
return
sdf
.
format
(
datedelivered
);
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/finance/domain/InvoiceDetail.java
浏览文件 @
d76bfe59
...
...
@@ -56,7 +56,7 @@ public class InvoiceDetail extends EntityMP implements Serializable {
@JsonProperty
(
"invoicedetailname"
)
private
String
invoicedetailname
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -328,7 +328,7 @@ public class InvoiceDetail extends EntityMP implements Serializable {
@JsonProperty
(
"shipto_line3"
)
private
String
shiptoLine3
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -605,7 +605,7 @@ public class InvoiceDetail extends EntityMP implements Serializable {
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
@@ -889,7 +889,7 @@ public class InvoiceDetail extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/marketing/domain/Campaign.java
浏览文件 @
d76bfe59
...
...
@@ -197,7 +197,7 @@ public class Campaign extends EntityMP implements Serializable {
@JsonProperty
(
"entityimage_timestamp"
)
private
BigInteger
entityimageTimestamp
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -322,7 +322,7 @@ public class Campaign extends EntityMP implements Serializable {
@JsonProperty
(
"message"
)
private
String
message
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -550,7 +550,7 @@ public class Campaign extends EntityMP implements Serializable {
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
@@ -708,7 +708,7 @@ public class Campaign extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/marketing/domain/IBizList.java
浏览文件 @
d76bfe59
...
...
@@ -40,7 +40,7 @@ public class IBizList extends EntityMP implements Serializable {
private
static
final
long
serialVersionUID
=
1L
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -157,7 +157,7 @@ public class IBizList extends EntityMP implements Serializable {
@JsonProperty
(
"statuscode"
)
private
Integer
statuscode
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -310,7 +310,7 @@ public class IBizList extends EntityMP implements Serializable {
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
@@ -432,7 +432,7 @@ public class IBizList extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/runtime/domain/BulkOperationLog.java
浏览文件 @
d76bfe59
...
...
@@ -40,7 +40,7 @@ public class BulkOperationLog extends EntityMP implements Serializable {
private
static
final
long
serialVersionUID
=
1L
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -223,7 +223,7 @@ public class BulkOperationLog extends EntityMP implements Serializable {
@JsonProperty
(
"bulkoperationlogname"
)
private
String
bulkoperationlogname
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -248,7 +248,7 @@ public class BulkOperationLog extends EntityMP implements Serializable {
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
@@ -418,7 +418,7 @@ public class BulkOperationLog extends EntityMP implements Serializable {
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/sales/domain/Lead.java
浏览文件 @
d76bfe59
...
...
@@ -294,7 +294,7 @@ public class Lead extends EntityMP implements Serializable {
@JsonProperty
(
"qualificationcomments"
)
private
String
qualificationcomments
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -1057,7 +1057,7 @@ public class Lead extends EntityMP implements Serializable {
@JsonProperty
(
"decisionmaker"
)
private
Integer
decisionmaker
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -1498,7 +1498,7 @@ public class Lead extends EntityMP implements Serializable {
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
@@ -2342,7 +2342,7 @@ public class Lead extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/sales/domain/Opportunity.java
浏览文件 @
d76bfe59
...
...
@@ -259,7 +259,7 @@ public class Opportunity extends EntityMP implements Serializable {
@JsonProperty
(
"budgetamount_base"
)
private
BigDecimal
budgetamountBase
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -676,7 +676,7 @@ public class Opportunity extends EntityMP implements Serializable {
@JsonProperty
(
"opportunityname"
)
private
String
opportunityname
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -1127,7 +1127,7 @@ public class Opportunity extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
@@ -1609,7 +1609,7 @@ public class Opportunity extends EntityMP implements Serializable {
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/sales/domain/OpportunityProduct.java
浏览文件 @
d76bfe59
...
...
@@ -175,7 +175,7 @@ public class OpportunityProduct extends EntityMP implements Serializable {
@JsonProperty
(
"productdescription"
)
private
String
productdescription
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -239,7 +239,7 @@ public class OpportunityProduct extends EntityMP implements Serializable {
@JsonProperty
(
"parentbundleid"
)
private
String
parentbundleid
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -579,7 +579,7 @@ public class OpportunityProduct extends EntityMP implements Serializable {
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
@@ -651,7 +651,7 @@ public class OpportunityProduct extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/sales/domain/Quote.java
浏览文件 @
d76bfe59
...
...
@@ -464,14 +464,14 @@ public class Quote extends EntityMP implements Serializable {
@JsonProperty
(
"exchangerate"
)
private
BigDecimal
exchangerate
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
@JsonProperty
(
"owneridyominame"
)
private
String
owneridyominame
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -1227,7 +1227,7 @@ public class Quote extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
@@ -1235,7 +1235,7 @@ public class Quote extends EntityMP implements Serializable {
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/sales/domain/QuoteDetail.java
浏览文件 @
d76bfe59
...
...
@@ -40,7 +40,7 @@ public class QuoteDetail extends EntityMP implements Serializable {
private
static
final
long
serialVersionUID
=
1L
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -421,7 +421,7 @@ public class QuoteDetail extends EntityMP implements Serializable {
@JsonProperty
(
"producttypecode"
)
private
String
producttypecode
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -562,7 +562,7 @@ public class QuoteDetail extends EntityMP implements Serializable {
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
@@ -942,7 +942,7 @@ public class QuoteDetail extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/sales/domain/SalesOrder.java
浏览文件 @
d76bfe59
...
...
@@ -235,7 +235,7 @@ public class SalesOrder extends EntityMP implements Serializable {
@JsonProperty
(
"timezoneruleversionnumber"
)
private
Integer
timezoneruleversionnumber
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -699,7 +699,7 @@ public class SalesOrder extends EntityMP implements Serializable {
@JsonProperty
(
"salesordername"
)
private
String
salesordername
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -1023,7 +1023,7 @@ public class SalesOrder extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
@@ -1537,7 +1537,7 @@ public class SalesOrder extends EntityMP implements Serializable {
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/sales/domain/SalesOrderDetail.java
浏览文件 @
d76bfe59
...
...
@@ -92,7 +92,7 @@ public class SalesOrderDetail extends EntityMP implements Serializable {
@JsonProperty
(
"producttypecode"
)
private
String
producttypecode
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -219,7 +219,7 @@ public class SalesOrderDetail extends EntityMP implements Serializable {
@JsonProperty
(
"shipto_country"
)
private
String
shiptoCountry
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -670,7 +670,7 @@ public class SalesOrderDetail extends EntityMP implements Serializable {
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
@@ -790,7 +790,7 @@ public class SalesOrderDetail extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/domain/BookableResource.java
浏览文件 @
d76bfe59
此差异已折叠。
点击以展开。
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/domain/BookableResourceBooking.java
浏览文件 @
d76bfe59
此差异已折叠。
点击以展开。
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/domain/BookableResourceBookingHeader.java
浏览文件 @
d76bfe59
此差异已折叠。
点击以展开。
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/domain/BookableResourceCategory.java
浏览文件 @
d76bfe59
...
...
@@ -28,7 +28,7 @@ import com.baomidou.mybatisplus.annotation.*;
import
cn.ibizlab.businesscentral.util.domain.EntityMP
;
/**
* 实体[
BookableResourceCategory
]
* 实体[
可预订资源的类别
]
*/
@Getter
@Setter
...
...
@@ -40,14 +40,14 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
private
static
final
long
serialVersionUID
=
1L
;
/**
* VersionNumber
* Version
Number
*/
@TableField
(
value
=
"versionnumber"
)
@JSONField
(
name
=
"versionnumber"
)
@JsonProperty
(
"versionnumber"
)
private
BigInteger
versionnumber
;
/**
*
OverriddenCreated
On
*
Record Created
On
*/
@TableField
(
value
=
"overriddencreatedon"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
locale
=
"zh"
,
timezone
=
"GMT+8"
)
...
...
@@ -55,7 +55,7 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
@JsonProperty
(
"overriddencreatedon"
)
private
Timestamp
overriddencreatedon
;
/**
*
UpdateDate
*
更新时间
*/
@DEField
(
preType
=
DEPredefinedFieldType
.
UPDATEDATE
)
@TableField
(
value
=
"updatedate"
)
...
...
@@ -64,28 +64,28 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
@JsonProperty
(
"updatedate"
)
private
Timestamp
updatedate
;
/**
*
OwnerIdYomiName
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
@JsonProperty
(
"owneridyominame"
)
private
String
owneridyominame
;
/**
*
StatusCode
*
状态描述
*/
@TableField
(
value
=
"statuscode"
)
@JSONField
(
name
=
"statuscode"
)
@JsonProperty
(
"statuscode"
)
private
Integer
statuscode
;
/**
* UTC
ConversionTimeZone
Code
* UTC
Conversion Time Zone
Code
*/
@TableField
(
value
=
"utcconversiontimezonecode"
)
@JSONField
(
name
=
"utcconversiontimezonecode"
)
@JsonProperty
(
"utcconversiontimezonecode"
)
private
Integer
utcconversiontimezonecode
;
/**
*
CreateMan
*
建立人
*/
@DEField
(
preType
=
DEPredefinedFieldType
.
CREATEMAN
)
@TableField
(
value
=
"createman"
,
fill
=
FieldFill
.
INSERT
)
...
...
@@ -93,7 +93,7 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
@JsonProperty
(
"createman"
)
private
String
createman
;
/**
*
UpdateMan
*
更新人
*/
@DEField
(
preType
=
DEPredefinedFieldType
.
UPDATEMAN
)
@TableField
(
value
=
"updateman"
)
...
...
@@ -101,14 +101,14 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
@JsonProperty
(
"updateman"
)
private
String
updateman
;
/**
*
OwnerIdType
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
@JsonProperty
(
"owneridtype"
)
private
String
owneridtype
;
/**
*
BookableResourceCategoryId
*
资源类别
*/
@DEField
(
name
=
"bookablerescategoryid"
,
isKeyField
=
true
)
@TableId
(
value
=
"bookablerescategoryid"
,
type
=
IdType
.
UUID
)
...
...
@@ -116,7 +116,7 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
@JsonProperty
(
"bookableresourcecategoryid"
)
private
String
bookableresourcecategoryid
;
/**
*
bookableresourcecategoryName
*
*/
@DEField
(
name
=
"bookablerescategoryname"
)
@TableField
(
value
=
"bookablerescategoryname"
)
...
...
@@ -131,35 +131,35 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
@JsonProperty
(
"exchangerate"
)
private
BigDecimal
exchangerate
;
/**
* Owner
Id
* Owner
*/
@TableField
(
value
=
"ownerid"
)
@JSONField
(
name
=
"ownerid"
)
@JsonProperty
(
"ownerid"
)
private
String
ownerid
;
/**
*
Description
*
说明
*/
@TableField
(
value
=
"description"
)
@JSONField
(
name
=
"description"
)
@JsonProperty
(
"description"
)
private
String
description
;
/**
*
StateCode
*
状态
*/
@TableField
(
value
=
"statecode"
)
@JSONField
(
name
=
"statecode"
)
@JsonProperty
(
"statecode"
)
private
Integer
statecode
;
/**
* Import
Sequence
Number
* Import
Sequence
Number
*/
@TableField
(
value
=
"importsequencenumber"
)
@JSONField
(
name
=
"importsequencenumber"
)
@JsonProperty
(
"importsequencenumber"
)
private
Integer
importsequencenumber
;
/**
*
CreateDate
*
建立时间
*/
@DEField
(
preType
=
DEPredefinedFieldType
.
CREATEDATE
)
@TableField
(
value
=
"createdate"
,
fill
=
FieldFill
.
INSERT
)
...
...
@@ -168,14 +168,14 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
@JsonProperty
(
"createdate"
)
private
Timestamp
createdate
;
/**
* Time
ZoneRuleVersion
Number
* Time
Zone Rule Version
Number
*/
@TableField
(
value
=
"timezoneruleversionnumber"
)
@JSONField
(
name
=
"timezoneruleversionnumber"
)
@JsonProperty
(
"timezoneruleversionnumber"
)
private
Integer
timezoneruleversionnumber
;
/**
*
TransactionCurrencyId
*
货币
*/
@TableField
(
value
=
"transactioncurrencyid"
)
@JSONField
(
name
=
"transactioncurrencyid"
)
...
...
@@ -193,7 +193,7 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
/**
* 设置 [VersionNumber]
* 设置 [Version
Number]
*/
public
void
setVersionnumber
(
BigInteger
versionnumber
){
this
.
versionnumber
=
versionnumber
;
...
...
@@ -201,7 +201,7 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
}
/**
* 设置 [
OverriddenCreated
On]
* 设置 [
Record Created
On]
*/
public
void
setOverriddencreatedon
(
Timestamp
overriddencreatedon
){
this
.
overriddencreatedon
=
overriddencreatedon
;
...
...
@@ -209,7 +209,7 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
}
/**
* 格式化日期 [
OverriddenCreated
On]
* 格式化日期 [
Record Created
On]
*/
public
String
formatOverriddencreatedon
(){
if
(
this
.
overriddencreatedon
==
null
)
{
...
...
@@ -219,7 +219,7 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
return
sdf
.
format
(
overriddencreatedon
);
}
/**
* 设置 [
OwnerIdYomiName
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
@@ -227,7 +227,7 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
}
/**
* 设置 [
StatusCode
]
* 设置 [
状态描述
]
*/
public
void
setStatuscode
(
Integer
statuscode
){
this
.
statuscode
=
statuscode
;
...
...
@@ -235,7 +235,7 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
}
/**
* 设置 [UTC
ConversionTimeZone
Code]
* 设置 [UTC
Conversion Time Zone
Code]
*/
public
void
setUtcconversiontimezonecode
(
Integer
utcconversiontimezonecode
){
this
.
utcconversiontimezonecode
=
utcconversiontimezonecode
;
...
...
@@ -243,7 +243,7 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
}
/**
* 设置 [
OwnerIdType
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
@@ -251,7 +251,7 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
}
/**
* 设置 [
bookableresourcecategoryName
]
* 设置 []
*/
public
void
setBookableresourcecategoryname
(
String
bookableresourcecategoryname
){
this
.
bookableresourcecategoryname
=
bookableresourcecategoryname
;
...
...
@@ -267,7 +267,7 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
}
/**
* 设置 [Owner
Id
]
* 设置 [Owner]
*/
public
void
setOwnerid
(
String
ownerid
){
this
.
ownerid
=
ownerid
;
...
...
@@ -275,7 +275,7 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
}
/**
* 设置 [
Description
]
* 设置 [
说明
]
*/
public
void
setDescription
(
String
description
){
this
.
description
=
description
;
...
...
@@ -283,7 +283,7 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
}
/**
* 设置 [
StateCode
]
* 设置 [
状态
]
*/
public
void
setStatecode
(
Integer
statecode
){
this
.
statecode
=
statecode
;
...
...
@@ -291,7 +291,7 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
}
/**
* 设置 [Import
Sequence
Number]
* 设置 [Import
Sequence
Number]
*/
public
void
setImportsequencenumber
(
Integer
importsequencenumber
){
this
.
importsequencenumber
=
importsequencenumber
;
...
...
@@ -299,7 +299,7 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
}
/**
* 设置 [Time
ZoneRuleVersion
Number]
* 设置 [Time
Zone Rule Version
Number]
*/
public
void
setTimezoneruleversionnumber
(
Integer
timezoneruleversionnumber
){
this
.
timezoneruleversionnumber
=
timezoneruleversionnumber
;
...
...
@@ -307,7 +307,7 @@ public class BookableResourceCategory extends EntityMP implements Serializable {
}
/**
* 设置 [
TransactionCurrencyId
]
* 设置 [
货币
]
*/
public
void
setTransactioncurrencyid
(
String
transactioncurrencyid
){
this
.
transactioncurrencyid
=
transactioncurrencyid
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/domain/BookableResourceCategoryAssn.java
浏览文件 @
d76bfe59
此差异已折叠。
点击以展开。
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/domain/BookableResourceCharacteristic.java
浏览文件 @
d76bfe59
此差异已折叠。
点击以展开。
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/domain/BookableResourceGroup.java
浏览文件 @
d76bfe59
此差异已折叠。
点击以展开。
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/filter/BookableResourceBookingHeaderSearchContext.java
浏览文件 @
d76bfe59
...
...
@@ -27,28 +27,28 @@ import cn.ibizlab.businesscentral.core.scheduling.domain.BookableResourceBooking
@Data
public
class
BookableResourceBookingHeaderSearchContext
extends
QueryWrapperContext
<
BookableResourceBookingHeader
>
{
private
Integer
n_statecode_eq
;
//[
StateCode
]
private
Integer
n_statecode_eq
;
//[
状态
]
public
void
setN_statecode_eq
(
Integer
n_statecode_eq
)
{
this
.
n_statecode_eq
=
n_statecode_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_statecode_eq
)){
this
.
getSearchCond
().
eq
(
"statecode"
,
n_statecode_eq
);
}
}
private
String
n_bookableresbookingheadername_like
;
//[
bookableresourcebookingheaderName
]
private
String
n_bookableresbookingheadername_like
;
//[]
public
void
setN_bookableresbookingheadername_like
(
String
n_bookableresbookingheadername_like
)
{
this
.
n_bookableresbookingheadername_like
=
n_bookableresbookingheadername_like
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_bookableresbookingheadername_like
)){
this
.
getSearchCond
().
like
(
"bookableresbookingheadername"
,
n_bookableresbookingheadername_like
);
}
}
private
Integer
n_statuscode_eq
;
//[
StatusCode
]
private
Integer
n_statuscode_eq
;
//[
状态描述
]
public
void
setN_statuscode_eq
(
Integer
n_statuscode_eq
)
{
this
.
n_statuscode_eq
=
n_statuscode_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_statuscode_eq
)){
this
.
getSearchCond
().
eq
(
"statuscode"
,
n_statuscode_eq
);
}
}
private
String
n_transactioncurrencyid_eq
;
//[
TransactionCurrencyId
]
private
String
n_transactioncurrencyid_eq
;
//[
货币
]
public
void
setN_transactioncurrencyid_eq
(
String
n_transactioncurrencyid_eq
)
{
this
.
n_transactioncurrencyid_eq
=
n_transactioncurrencyid_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_transactioncurrencyid_eq
)){
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/filter/BookableResourceBookingSearchContext.java
浏览文件 @
d76bfe59
...
...
@@ -27,56 +27,56 @@ import cn.ibizlab.businesscentral.core.scheduling.domain.BookableResourceBooking
@Data
public
class
BookableResourceBookingSearchContext
extends
QueryWrapperContext
<
BookableResourceBooking
>
{
private
String
n_bookableresbookingname_like
;
//[
bookableresourcebookingName
]
private
String
n_bookableresbookingname_like
;
//[]
public
void
setN_bookableresbookingname_like
(
String
n_bookableresbookingname_like
)
{
this
.
n_bookableresbookingname_like
=
n_bookableresbookingname_like
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_bookableresbookingname_like
)){
this
.
getSearchCond
().
like
(
"bookableresbookingname"
,
n_bookableresbookingname_like
);
}
}
private
Integer
n_statecode_eq
;
//[
StateCode
]
private
Integer
n_statecode_eq
;
//[
状态
]
public
void
setN_statecode_eq
(
Integer
n_statecode_eq
)
{
this
.
n_statecode_eq
=
n_statecode_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_statecode_eq
)){
this
.
getSearchCond
().
eq
(
"statecode"
,
n_statecode_eq
);
}
}
private
Integer
n_statuscode_eq
;
//[
StatusCode
]
private
Integer
n_statuscode_eq
;
//[
状态描述
]
public
void
setN_statuscode_eq
(
Integer
n_statuscode_eq
)
{
this
.
n_statuscode_eq
=
n_statuscode_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_statuscode_eq
)){
this
.
getSearchCond
().
eq
(
"statuscode"
,
n_statuscode_eq
);
}
}
private
String
n_bookingtype_eq
;
//[
BookingType
]
private
String
n_bookingtype_eq
;
//[
预订类型
]
public
void
setN_bookingtype_eq
(
String
n_bookingtype_eq
)
{
this
.
n_bookingtype_eq
=
n_bookingtype_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_bookingtype_eq
)){
this
.
getSearchCond
().
eq
(
"bookingtype"
,
n_bookingtype_eq
);
}
}
private
String
n_bookingstatus_eq
;
//[
BookingStatus
]
private
String
n_bookingstatus_eq
;
//[
预订状态
]
public
void
setN_bookingstatus_eq
(
String
n_bookingstatus_eq
)
{
this
.
n_bookingstatus_eq
=
n_bookingstatus_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_bookingstatus_eq
)){
this
.
getSearchCond
().
eq
(
"bookingstatus"
,
n_bookingstatus_eq
);
}
}
private
String
n_resource_eq
;
//[
Resource
]
private
String
n_resource_eq
;
//[
资源
]
public
void
setN_resource_eq
(
String
n_resource_eq
)
{
this
.
n_resource_eq
=
n_resource_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_resource_eq
)){
this
.
getSearchCond
().
eq
(
"resource"
,
n_resource_eq
);
}
}
private
String
n_header_eq
;
//[
Header
]
private
String
n_header_eq
;
//[
页眉
]
public
void
setN_header_eq
(
String
n_header_eq
)
{
this
.
n_header_eq
=
n_header_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_header_eq
)){
this
.
getSearchCond
().
eq
(
"header"
,
n_header_eq
);
}
}
private
String
n_transactioncurrencyid_eq
;
//[
TransactionCurrencyId
]
private
String
n_transactioncurrencyid_eq
;
//[
货币
]
public
void
setN_transactioncurrencyid_eq
(
String
n_transactioncurrencyid_eq
)
{
this
.
n_transactioncurrencyid_eq
=
n_transactioncurrencyid_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_transactioncurrencyid_eq
)){
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/filter/BookableResourceCategoryAssnSearchContext.java
浏览文件 @
d76bfe59
...
...
@@ -27,42 +27,42 @@ import cn.ibizlab.businesscentral.core.scheduling.domain.BookableResourceCategor
@Data
public
class
BookableResourceCategoryAssnSearchContext
extends
QueryWrapperContext
<
BookableResourceCategoryAssn
>
{
private
Integer
n_statuscode_eq
;
//[
StatusCode
]
private
Integer
n_statuscode_eq
;
//[
状态描述
]
public
void
setN_statuscode_eq
(
Integer
n_statuscode_eq
)
{
this
.
n_statuscode_eq
=
n_statuscode_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_statuscode_eq
)){
this
.
getSearchCond
().
eq
(
"statuscode"
,
n_statuscode_eq
);
}
}
private
Integer
n_statecode_eq
;
//[
StateCode
]
private
Integer
n_statecode_eq
;
//[
状态
]
public
void
setN_statecode_eq
(
Integer
n_statecode_eq
)
{
this
.
n_statecode_eq
=
n_statecode_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_statecode_eq
)){
this
.
getSearchCond
().
eq
(
"statecode"
,
n_statecode_eq
);
}
}
private
String
n_bookablerescategoryassnname_like
;
//[
bookableresourcecategoryassnName
]
private
String
n_bookablerescategoryassnname_like
;
//[]
public
void
setN_bookablerescategoryassnname_like
(
String
n_bookablerescategoryassnname_like
)
{
this
.
n_bookablerescategoryassnname_like
=
n_bookablerescategoryassnname_like
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_bookablerescategoryassnname_like
)){
this
.
getSearchCond
().
like
(
"bookablerescategoryassnname"
,
n_bookablerescategoryassnname_like
);
}
}
private
String
n_resourcecategory_eq
;
//[
ResourceCategory
]
private
String
n_resourcecategory_eq
;
//[
资源类别
]
public
void
setN_resourcecategory_eq
(
String
n_resourcecategory_eq
)
{
this
.
n_resourcecategory_eq
=
n_resourcecategory_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_resourcecategory_eq
)){
this
.
getSearchCond
().
eq
(
"resourcecategory"
,
n_resourcecategory_eq
);
}
}
private
String
n_transactioncurrencyid_eq
;
//[
TransactionCurrencyId
]
private
String
n_transactioncurrencyid_eq
;
//[
货币
]
public
void
setN_transactioncurrencyid_eq
(
String
n_transactioncurrencyid_eq
)
{
this
.
n_transactioncurrencyid_eq
=
n_transactioncurrencyid_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_transactioncurrencyid_eq
)){
this
.
getSearchCond
().
eq
(
"transactioncurrencyid"
,
n_transactioncurrencyid_eq
);
}
}
private
String
n_resource_eq
;
//[
Resource
]
private
String
n_resource_eq
;
//[
资源
]
public
void
setN_resource_eq
(
String
n_resource_eq
)
{
this
.
n_resource_eq
=
n_resource_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_resource_eq
)){
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/filter/BookableResourceCategorySearchContext.java
浏览文件 @
d76bfe59
...
...
@@ -27,28 +27,28 @@ import cn.ibizlab.businesscentral.core.scheduling.domain.BookableResourceCategor
@Data
public
class
BookableResourceCategorySearchContext
extends
QueryWrapperContext
<
BookableResourceCategory
>
{
private
Integer
n_statuscode_eq
;
//[
StatusCode
]
private
Integer
n_statuscode_eq
;
//[
状态描述
]
public
void
setN_statuscode_eq
(
Integer
n_statuscode_eq
)
{
this
.
n_statuscode_eq
=
n_statuscode_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_statuscode_eq
)){
this
.
getSearchCond
().
eq
(
"statuscode"
,
n_statuscode_eq
);
}
}
private
String
n_bookablerescategoryname_like
;
//[
bookableresourcecategoryName
]
private
String
n_bookablerescategoryname_like
;
//[]
public
void
setN_bookablerescategoryname_like
(
String
n_bookablerescategoryname_like
)
{
this
.
n_bookablerescategoryname_like
=
n_bookablerescategoryname_like
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_bookablerescategoryname_like
)){
this
.
getSearchCond
().
like
(
"bookablerescategoryname"
,
n_bookablerescategoryname_like
);
}
}
private
Integer
n_statecode_eq
;
//[
StateCode
]
private
Integer
n_statecode_eq
;
//[
状态
]
public
void
setN_statecode_eq
(
Integer
n_statecode_eq
)
{
this
.
n_statecode_eq
=
n_statecode_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_statecode_eq
)){
this
.
getSearchCond
().
eq
(
"statecode"
,
n_statecode_eq
);
}
}
private
String
n_transactioncurrencyid_eq
;
//[
TransactionCurrencyId
]
private
String
n_transactioncurrencyid_eq
;
//[
货币
]
public
void
setN_transactioncurrencyid_eq
(
String
n_transactioncurrencyid_eq
)
{
this
.
n_transactioncurrencyid_eq
=
n_transactioncurrencyid_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_transactioncurrencyid_eq
)){
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/filter/BookableResourceCharacteristicSearchContext.java
浏览文件 @
d76bfe59
...
...
@@ -27,49 +27,49 @@ import cn.ibizlab.businesscentral.core.scheduling.domain.BookableResourceCharact
@Data
public
class
BookableResourceCharacteristicSearchContext
extends
QueryWrapperContext
<
BookableResourceCharacteristic
>
{
private
Integer
n_statuscode_eq
;
//[
StatusCode
]
private
Integer
n_statuscode_eq
;
//[
状态描述
]
public
void
setN_statuscode_eq
(
Integer
n_statuscode_eq
)
{
this
.
n_statuscode_eq
=
n_statuscode_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_statuscode_eq
)){
this
.
getSearchCond
().
eq
(
"statuscode"
,
n_statuscode_eq
);
}
}
private
Integer
n_statecode_eq
;
//[
StateCode
]
private
Integer
n_statecode_eq
;
//[
状态
]
public
void
setN_statecode_eq
(
Integer
n_statecode_eq
)
{
this
.
n_statecode_eq
=
n_statecode_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_statecode_eq
)){
this
.
getSearchCond
().
eq
(
"statecode"
,
n_statecode_eq
);
}
}
private
String
n_bookablerescharacteristicname_like
;
//[
bookableresourcecharacteristicName
]
private
String
n_bookablerescharacteristicname_like
;
//[]
public
void
setN_bookablerescharacteristicname_like
(
String
n_bookablerescharacteristicname_like
)
{
this
.
n_bookablerescharacteristicname_like
=
n_bookablerescharacteristicname_like
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_bookablerescharacteristicname_like
)){
this
.
getSearchCond
().
like
(
"bookablerescharacteristicname"
,
n_bookablerescharacteristicname_like
);
}
}
private
String
n_characteristic_eq
;
//[
Characteristic
]
private
String
n_characteristic_eq
;
//[
特征
]
public
void
setN_characteristic_eq
(
String
n_characteristic_eq
)
{
this
.
n_characteristic_eq
=
n_characteristic_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_characteristic_eq
)){
this
.
getSearchCond
().
eq
(
"characteristic"
,
n_characteristic_eq
);
}
}
private
String
n_transactioncurrencyid_eq
;
//[
TransactionCurrencyId
]
private
String
n_transactioncurrencyid_eq
;
//[
货币
]
public
void
setN_transactioncurrencyid_eq
(
String
n_transactioncurrencyid_eq
)
{
this
.
n_transactioncurrencyid_eq
=
n_transactioncurrencyid_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_transactioncurrencyid_eq
)){
this
.
getSearchCond
().
eq
(
"transactioncurrencyid"
,
n_transactioncurrencyid_eq
);
}
}
private
String
n_resource_eq
;
//[
Resource
]
private
String
n_resource_eq
;
//[
资源
]
public
void
setN_resource_eq
(
String
n_resource_eq
)
{
this
.
n_resource_eq
=
n_resource_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_resource_eq
)){
this
.
getSearchCond
().
eq
(
"resource"
,
n_resource_eq
);
}
}
private
String
n_ratingvalue_eq
;
//[
RatingValue
]
private
String
n_ratingvalue_eq
;
//[
评分值
]
public
void
setN_ratingvalue_eq
(
String
n_ratingvalue_eq
)
{
this
.
n_ratingvalue_eq
=
n_ratingvalue_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_ratingvalue_eq
)){
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/filter/BookableResourceGroupSearchContext.java
浏览文件 @
d76bfe59
...
...
@@ -27,42 +27,42 @@ import cn.ibizlab.businesscentral.core.scheduling.domain.BookableResourceGroup;
@Data
public
class
BookableResourceGroupSearchContext
extends
QueryWrapperContext
<
BookableResourceGroup
>
{
private
String
n_bookableresgroupname_like
;
//[
bookableresourcegroupName
]
private
String
n_bookableresgroupname_like
;
//[]
public
void
setN_bookableresgroupname_like
(
String
n_bookableresgroupname_like
)
{
this
.
n_bookableresgroupname_like
=
n_bookableresgroupname_like
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_bookableresgroupname_like
)){
this
.
getSearchCond
().
like
(
"bookableresgroupname"
,
n_bookableresgroupname_like
);
}
}
private
Integer
n_statuscode_eq
;
//[
StatusCode
]
private
Integer
n_statuscode_eq
;
//[
状态描述
]
public
void
setN_statuscode_eq
(
Integer
n_statuscode_eq
)
{
this
.
n_statuscode_eq
=
n_statuscode_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_statuscode_eq
)){
this
.
getSearchCond
().
eq
(
"statuscode"
,
n_statuscode_eq
);
}
}
private
Integer
n_statecode_eq
;
//[
StateCode
]
private
Integer
n_statecode_eq
;
//[
状态
]
public
void
setN_statecode_eq
(
Integer
n_statecode_eq
)
{
this
.
n_statecode_eq
=
n_statecode_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_statecode_eq
)){
this
.
getSearchCond
().
eq
(
"statecode"
,
n_statecode_eq
);
}
}
private
String
n_parentresource_eq
;
//[
ParentResource
]
private
String
n_parentresource_eq
;
//[
父资源
]
public
void
setN_parentresource_eq
(
String
n_parentresource_eq
)
{
this
.
n_parentresource_eq
=
n_parentresource_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_parentresource_eq
)){
this
.
getSearchCond
().
eq
(
"parentresource"
,
n_parentresource_eq
);
}
}
private
String
n_transactioncurrencyid_eq
;
//[
TransactionCurrencyId
]
private
String
n_transactioncurrencyid_eq
;
//[
货币
]
public
void
setN_transactioncurrencyid_eq
(
String
n_transactioncurrencyid_eq
)
{
this
.
n_transactioncurrencyid_eq
=
n_transactioncurrencyid_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_transactioncurrencyid_eq
)){
this
.
getSearchCond
().
eq
(
"transactioncurrencyid"
,
n_transactioncurrencyid_eq
);
}
}
private
String
n_childresource_eq
;
//[
ChildResource
]
private
String
n_childresource_eq
;
//[
子资源
]
public
void
setN_childresource_eq
(
String
n_childresource_eq
)
{
this
.
n_childresource_eq
=
n_childresource_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_childresource_eq
)){
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/filter/BookableResourceSearchContext.java
浏览文件 @
d76bfe59
...
...
@@ -27,56 +27,56 @@ import cn.ibizlab.businesscentral.core.scheduling.domain.BookableResource;
@Data
public
class
BookableResourceSearchContext
extends
QueryWrapperContext
<
BookableResource
>
{
private
String
n_bookableresname_like
;
//[
bookableresourceName
]
private
String
n_bookableresname_like
;
//[]
public
void
setN_bookableresname_like
(
String
n_bookableresname_like
)
{
this
.
n_bookableresname_like
=
n_bookableresname_like
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_bookableresname_like
)){
this
.
getSearchCond
().
like
(
"bookableresname"
,
n_bookableresname_like
);
}
}
private
Integer
n_statuscode_eq
;
//[
StatusCode
]
private
Integer
n_statuscode_eq
;
//[
状态描述
]
public
void
setN_statuscode_eq
(
Integer
n_statuscode_eq
)
{
this
.
n_statuscode_eq
=
n_statuscode_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_statuscode_eq
)){
this
.
getSearchCond
().
eq
(
"statuscode"
,
n_statuscode_eq
);
}
}
private
String
n_resourcetype_eq
;
//[
ResourceType
]
private
String
n_resourcetype_eq
;
//[
资源类型
]
public
void
setN_resourcetype_eq
(
String
n_resourcetype_eq
)
{
this
.
n_resourcetype_eq
=
n_resourcetype_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_resourcetype_eq
)){
this
.
getSearchCond
().
eq
(
"resourcetype"
,
n_resourcetype_eq
);
}
}
private
Integer
n_statecode_eq
;
//[
StateCode
]
private
Integer
n_statecode_eq
;
//[
状态
]
public
void
setN_statecode_eq
(
Integer
n_statecode_eq
)
{
this
.
n_statecode_eq
=
n_statecode_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_statecode_eq
)){
this
.
getSearchCond
().
eq
(
"statecode"
,
n_statecode_eq
);
}
}
private
String
n_transactioncurrencyid_eq
;
//[
TransactionCurrencyId
]
private
String
n_transactioncurrencyid_eq
;
//[
货币
]
public
void
setN_transactioncurrencyid_eq
(
String
n_transactioncurrencyid_eq
)
{
this
.
n_transactioncurrencyid_eq
=
n_transactioncurrencyid_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_transactioncurrencyid_eq
)){
this
.
getSearchCond
().
eq
(
"transactioncurrencyid"
,
n_transactioncurrencyid_eq
);
}
}
private
String
n_contactid_eq
;
//[
ContactId
]
private
String
n_contactid_eq
;
//[
联系人
]
public
void
setN_contactid_eq
(
String
n_contactid_eq
)
{
this
.
n_contactid_eq
=
n_contactid_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_contactid_eq
)){
this
.
getSearchCond
().
eq
(
"contactid"
,
n_contactid_eq
);
}
}
private
String
n_calendarid_eq
;
//[
CalendarId
]
private
String
n_calendarid_eq
;
//[
日历
]
public
void
setN_calendarid_eq
(
String
n_calendarid_eq
)
{
this
.
n_calendarid_eq
=
n_calendarid_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_calendarid_eq
)){
this
.
getSearchCond
().
eq
(
"calendarid"
,
n_calendarid_eq
);
}
}
private
String
n_accountid_eq
;
//[
AccountId
]
private
String
n_accountid_eq
;
//[
帐户
]
public
void
setN_accountid_eq
(
String
n_accountid_eq
)
{
this
.
n_accountid_eq
=
n_accountid_eq
;
if
(!
ObjectUtils
.
isEmpty
(
this
.
n_accountid_eq
)){
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/service/impl/BookableResourceBookingHeaderServiceImpl.java
浏览文件 @
d76bfe59
...
...
@@ -38,7 +38,7 @@ import com.alibaba.fastjson.JSONObject;
import
org.springframework.util.StringUtils
;
/**
* 实体[
BookableResourceBookingHeader
] 服务对象接口实现
* 实体[
可预订资源的预订标题
] 服务对象接口实现
*/
@Slf4j
@Service
(
"BookableResourceBookingHeaderServiceImpl"
)
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/service/impl/BookableResourceBookingServiceImpl.java
浏览文件 @
d76bfe59
...
...
@@ -38,7 +38,7 @@ import com.alibaba.fastjson.JSONObject;
import
org.springframework.util.StringUtils
;
/**
* 实体[可预
约资源预约
] 服务对象接口实现
* 实体[可预
订的资源预订
] 服务对象接口实现
*/
@Slf4j
@Service
(
"BookableResourceBookingServiceImpl"
)
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/service/impl/BookableResourceCategoryAssnServiceImpl.java
浏览文件 @
d76bfe59
...
...
@@ -38,7 +38,7 @@ import com.alibaba.fastjson.JSONObject;
import
org.springframework.util.StringUtils
;
/**
* 实体[
BookableResourceCategoryAssn
] 服务对象接口实现
* 实体[
可预订资源的类别关联
] 服务对象接口实现
*/
@Slf4j
@Service
(
"BookableResourceCategoryAssnServiceImpl"
)
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/service/impl/BookableResourceCategoryServiceImpl.java
浏览文件 @
d76bfe59
...
...
@@ -38,7 +38,7 @@ import com.alibaba.fastjson.JSONObject;
import
org.springframework.util.StringUtils
;
/**
* 实体[
BookableResourceCategory
] 服务对象接口实现
* 实体[
可预订资源的类别
] 服务对象接口实现
*/
@Slf4j
@Service
(
"BookableResourceCategoryServiceImpl"
)
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/service/impl/BookableResourceCharacteristicServiceImpl.java
浏览文件 @
d76bfe59
...
...
@@ -38,7 +38,7 @@ import com.alibaba.fastjson.JSONObject;
import
org.springframework.util.StringUtils
;
/**
* 实体[
BookableResourceCharacteristic
] 服务对象接口实现
* 实体[
可预订资源的特征
] 服务对象接口实现
*/
@Slf4j
@Service
(
"BookableResourceCharacteristicServiceImpl"
)
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/service/impl/BookableResourceGroupServiceImpl.java
浏览文件 @
d76bfe59
...
...
@@ -38,7 +38,7 @@ import com.alibaba.fastjson.JSONObject;
import
org.springframework.util.StringUtils
;
/**
* 实体[可预
约
资源组] 服务对象接口实现
* 实体[可预
订
资源组] 服务对象接口实现
*/
@Slf4j
@Service
(
"BookableResourceGroupServiceImpl"
)
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/scheduling/service/impl/BookableResourceServiceImpl.java
浏览文件 @
d76bfe59
...
...
@@ -38,7 +38,7 @@ import com.alibaba.fastjson.JSONObject;
import
org.springframework.util.StringUtils
;
/**
* 实体[可预
约
资源] 服务对象接口实现
* 实体[可预
订的
资源] 服务对象接口实现
*/
@Slf4j
@Service
(
"BookableResourceServiceImpl"
)
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/service/domain/BookingStatus.java
浏览文件 @
d76bfe59
...
...
@@ -108,7 +108,7 @@ public class BookingStatus extends EntityMP implements Serializable {
@JsonProperty
(
"updateman"
)
private
String
updateman
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -152,7 +152,7 @@ public class BookingStatus extends EntityMP implements Serializable {
@JsonProperty
(
"createdate"
)
private
Timestamp
createdate
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -257,7 +257,7 @@ public class BookingStatus extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
@@ -297,7 +297,7 @@ public class BookingStatus extends EntityMP implements Serializable {
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/service/domain/Characteristic.java
浏览文件 @
d76bfe59
...
...
@@ -90,7 +90,7 @@ public class Characteristic extends EntityMP implements Serializable {
@JsonProperty
(
"description"
)
private
String
description
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -152,7 +152,7 @@ public class Characteristic extends EntityMP implements Serializable {
@JsonProperty
(
"updatedate"
)
private
Timestamp
updatedate
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -265,7 +265,7 @@ public class Characteristic extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
@@ -297,7 +297,7 @@ public class Characteristic extends EntityMP implements Serializable {
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/service/domain/Contract.java
浏览文件 @
d76bfe59
...
...
@@ -40,7 +40,7 @@ public class Contract extends EntityMP implements Serializable {
private
static
final
long
serialVersionUID
=
1L
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -326,7 +326,7 @@ public class Contract extends EntityMP implements Serializable {
@JsonProperty
(
"duration"
)
private
Integer
duration
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -522,7 +522,7 @@ public class Contract extends EntityMP implements Serializable {
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
@@ -840,7 +840,7 @@ public class Contract extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/service/domain/ContractDetail.java
浏览文件 @
d76bfe59
...
...
@@ -128,7 +128,7 @@ public class ContractDetail extends EntityMP implements Serializable {
@JsonProperty
(
"customerid"
)
private
String
customerid
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -217,7 +217,7 @@ public class ContractDetail extends EntityMP implements Serializable {
@JsonProperty
(
"expireson"
)
private
Timestamp
expireson
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -506,7 +506,7 @@ public class ContractDetail extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
@@ -614,7 +614,7 @@ public class ContractDetail extends EntityMP implements Serializable {
return
sdf
.
format
(
expireson
);
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/service/domain/Entitlement.java
浏览文件 @
d76bfe59
...
...
@@ -199,7 +199,7 @@ public class Entitlement extends EntityMP implements Serializable {
@JsonProperty
(
"statuscode"
)
private
Integer
statuscode
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -228,7 +228,7 @@ public class Entitlement extends EntityMP implements Serializable {
@JsonProperty
(
"restrictcasecreation"
)
private
Integer
restrictcasecreation
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -539,7 +539,7 @@ public class Entitlement extends EntityMP implements Serializable {
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
@@ -571,7 +571,7 @@ public class Entitlement extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/service/domain/EntitlementChannel.java
浏览文件 @
d76bfe59
...
...
@@ -40,7 +40,7 @@ public class EntitlementChannel extends EntityMP implements Serializable {
private
static
final
long
serialVersionUID
=
1L
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -167,7 +167,7 @@ public class EntitlementChannel extends EntityMP implements Serializable {
@JsonProperty
(
"updateman"
)
private
String
updateman
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -207,7 +207,7 @@ public class EntitlementChannel extends EntityMP implements Serializable {
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
@@ -313,7 +313,7 @@ public class EntitlementChannel extends EntityMP implements Serializable {
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/service/domain/Incident.java
浏览文件 @
d76bfe59
...
...
@@ -126,7 +126,7 @@ public class Incident extends EntityMP implements Serializable {
@JsonProperty
(
"description"
)
private
String
description
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -415,7 +415,7 @@ public class Incident extends EntityMP implements Serializable {
@JsonProperty
(
"traversedpath"
)
private
String
traversedpath
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -882,7 +882,7 @@ public class Incident extends EntityMP implements Serializable {
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
@@ -1202,7 +1202,7 @@ public class Incident extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/service/domain/KnowledgeArticleIncident.java
浏览文件 @
d76bfe59
...
...
@@ -48,7 +48,7 @@ public class KnowledgeArticleIncident extends EntityMP implements Serializable {
@JsonProperty
(
"overriddencreatedon"
)
private
Timestamp
overriddencreatedon
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -92,7 +92,7 @@ public class KnowledgeArticleIncident extends EntityMP implements Serializable {
@JsonProperty
(
"exchangerate"
)
private
BigDecimal
exchangerate
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -226,7 +226,7 @@ public class KnowledgeArticleIncident extends EntityMP implements Serializable {
return
sdf
.
format
(
overriddencreatedon
);
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
@@ -258,7 +258,7 @@ public class KnowledgeArticleIncident extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/service/domain/RatingModel.java
浏览文件 @
d76bfe59
...
...
@@ -63,7 +63,7 @@ public class RatingModel extends EntityMP implements Serializable {
@JsonProperty
(
"createdate"
)
private
Timestamp
createdate
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -84,7 +84,7 @@ public class RatingModel extends EntityMP implements Serializable {
@JsonProperty
(
"exchangerate"
)
private
BigDecimal
exchangerate
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -215,7 +215,7 @@ public class RatingModel extends EntityMP implements Serializable {
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
@@ -239,7 +239,7 @@ public class RatingModel extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
businesscentral-core/src/main/java/cn/ibizlab/businesscentral/core/service/domain/RatingValue.java
浏览文件 @
d76bfe59
...
...
@@ -115,7 +115,7 @@ public class RatingValue extends EntityMP implements Serializable {
@JsonProperty
(
"statecode"
)
private
Integer
statecode
;
/**
*
Owner Id Type
*
*/
@TableField
(
value
=
"owneridtype"
)
@JSONField
(
name
=
"owneridtype"
)
...
...
@@ -151,7 +151,7 @@ public class RatingValue extends EntityMP implements Serializable {
@JsonProperty
(
"ownerid"
)
private
String
ownerid
;
/**
*
Yomi name of the owner
*
*/
@TableField
(
value
=
"owneridyominame"
)
@JSONField
(
name
=
"owneridyominame"
)
...
...
@@ -280,7 +280,7 @@ public class RatingValue extends EntityMP implements Serializable {
}
/**
* 设置 [
Owner Id Type
]
* 设置 []
*/
public
void
setOwneridtype
(
String
owneridtype
){
this
.
owneridtype
=
owneridtype
;
...
...
@@ -312,7 +312,7 @@ public class RatingValue extends EntityMP implements Serializable {
}
/**
* 设置 [
Yomi name of the owner
]
* 设置 []
*/
public
void
setOwneridyominame
(
String
owneridyominame
){
this
.
owneridyominame
=
owneridyominame
;
...
...
businesscentral-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
d76bfe59
此差异已折叠。
点击以展开。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录