Commit a1f0815c authored by neo's avatar neo

[dev] drop vat unused jpa entity

parent 4d2e188e
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<mapping class="pwc.taxtech.atms.vat.entity.CustBalanceStd"/> <mapping class="pwc.taxtech.atms.vat.entity.CustBalanceStd"/>
<mapping class="pwc.taxtech.atms.vat.entity.CustBalanceStdManual"/> <mapping class="pwc.taxtech.atms.vat.entity.CustBalanceStdManual"/>
<mapping class="pwc.taxtech.atms.vat.entity.CustomsInvoice"/> <mapping class="pwc.taxtech.atms.vat.entity.CustomsInvoice"/>
<mapping class="pwc.taxtech.atms.vat.entity.EnterpriseAccount"/> <mapping class="pwc.taxtech.drop.vat.EnterpriseAccount"/>
<mapping class="pwc.taxtech.atms.vat.entity.EntriesCheckDetailResult"/> <mapping class="pwc.taxtech.atms.vat.entity.EntriesCheckDetailResult"/>
<mapping class="pwc.taxtech.atms.vat.entity.EntriesCheckResult"/> <mapping class="pwc.taxtech.atms.vat.entity.EntriesCheckResult"/>
<mapping class="pwc.taxtech.atms.vat.entity.FormulaCache"/> <mapping class="pwc.taxtech.atms.vat.entity.FormulaCache"/>
...@@ -35,11 +35,11 @@ ...@@ -35,11 +35,11 @@
<mapping class="pwc.taxtech.atms.vat.entity.ModelCategoryResult"/> <mapping class="pwc.taxtech.atms.vat.entity.ModelCategoryResult"/>
<mapping class="pwc.taxtech.atms.vat.entity.ModelDetailLog"/> <mapping class="pwc.taxtech.atms.vat.entity.ModelDetailLog"/>
<mapping class="pwc.taxtech.atms.vat.entity.ModelLog"/> <mapping class="pwc.taxtech.atms.vat.entity.ModelLog"/>
<mapping class="pwc.taxtech.atms.vat.entity.OperationLog"/> <mapping class="pwc.taxtech.drop.vat.OperationLog"/>
<mapping class="pwc.taxtech.atms.vat.entity.OutputVatInvoice"/> <mapping class="pwc.taxtech.atms.vat.entity.OutputVatInvoice"/>
<mapping class="pwc.taxtech.atms.vat.entity.OutputVatInvoiceItem"/> <mapping class="pwc.taxtech.atms.vat.entity.OutputVatInvoiceItem"/>
<mapping class="pwc.taxtech.atms.vat.entity.PeriodCellReference"/> <mapping class="pwc.taxtech.atms.vat.entity.PeriodCellReference"/>
<mapping class="pwc.taxtech.atms.vat.entity.StandardAccount"/> <mapping class="pwc.taxtech.drop.vat.StandardAccount"/>
<mapping class="pwc.taxtech.atms.vat.entity.ValidationInfo"/> <mapping class="pwc.taxtech.atms.vat.entity.ValidationInfo"/>
<mapping class="pwc.taxtech.atms.vat.entity.Voucher"/> <mapping class="pwc.taxtech.atms.vat.entity.Voucher"/>
<mapping class="pwc.taxtech.atms.vat.entity.VoucherMain"/> <mapping class="pwc.taxtech.atms.vat.entity.VoucherMain"/>
......
...@@ -13,7 +13,7 @@ import static pwc.taxtech.Const.*; ...@@ -13,7 +13,7 @@ import static pwc.taxtech.Const.*;
@Entity @Entity
@Table(name = "ORG_SERVICE_TEMPLATE_GROUP", schema = PROJECT_ADMIN, catalog = "") @Table(name = "ORG_SERVICE_TEMPLATE_GROUP", schema = PROJECT_ADMIN, catalog = "")
public class OrgServiceTemplateGroup { public class OrganizationServiceTemplateGroup {
private Long id; private Long id;
private String organizationId; private String organizationId;
private String serviceTypeId; private String serviceTypeId;
...@@ -66,7 +66,7 @@ public class OrgServiceTemplateGroup { ...@@ -66,7 +66,7 @@ public class OrgServiceTemplateGroup {
public boolean equals(Object o) { public boolean equals(Object o) {
if (this == o) return true; if (this == o) return true;
if (o == null || getClass() != o.getClass()) return false; if (o == null || getClass() != o.getClass()) return false;
OrgServiceTemplateGroup that = (OrgServiceTemplateGroup) o; OrganizationServiceTemplateGroup that = (OrganizationServiceTemplateGroup) o;
return id == that.id && return id == that.id &&
templateGroupId == that.templateGroupId && templateGroupId == that.templateGroupId &&
Objects.equals(organizationId, that.organizationId) && Objects.equals(organizationId, that.organizationId) &&
......
package pwc.taxtech.atms.vat.repository; package pwc.taxtech.atms.vat.repository;
import org.springframework.data.repository.CrudRepository; import org.springframework.data.repository.CrudRepository;
import pwc.taxtech.atms.vat.entity.EnterpriseAccount; import pwc.taxtech.drop.vat.EnterpriseAccount;
public interface EnterpriseAccountRepository extends CrudRepository<EnterpriseAccount, String> { public interface EnterpriseAccountRepository extends CrudRepository<EnterpriseAccount, String> {
} }
\ No newline at end of file
package pwc.taxtech.atms.vat.repository; package pwc.taxtech.atms.vat.repository;
import org.springframework.data.repository.CrudRepository; import org.springframework.data.repository.CrudRepository;
import pwc.taxtech.atms.vat.entity.OperationLog; import pwc.taxtech.drop.vat.OperationLog;
public interface OperationLogRepository extends CrudRepository<OperationLog, String> { public interface OperationLogRepository extends CrudRepository<OperationLog, String> {
} }
\ No newline at end of file
package pwc.taxtech.atms.vat.repository; package pwc.taxtech.atms.vat.repository;
import org.springframework.data.repository.CrudRepository; import org.springframework.data.repository.CrudRepository;
import pwc.taxtech.atms.vat.entity.StandardAccount; import pwc.taxtech.drop.vat.StandardAccount;
public interface StandardAccountRepository extends CrudRepository<StandardAccount, String> { public interface StandardAccountRepository extends CrudRepository<StandardAccount, String> {
} }
\ No newline at end of file
package pwc.taxtech.atms.vat.entity; package pwc.taxtech.drop.vat;
import org.hibernate.annotations.ColumnDefault; import org.hibernate.annotations.ColumnDefault;
......
package pwc.taxtech.atms.vat.entity; package pwc.taxtech.drop.vat;
import org.hibernate.annotations.ColumnDefault; import org.hibernate.annotations.ColumnDefault;
......
package pwc.taxtech.atms.vat.entity; package pwc.taxtech.drop.vat;
import org.hibernate.annotations.ColumnDefault; import org.hibernate.annotations.ColumnDefault;
......
表名超长
organization_service_template_group -> org_service_template_group
OutputInvoiceTriggerSyncHistory -> OutputInvoiceTriggerSyncHist
OutputReconciliationConfiguration -> OutputReconciliationConfig
OutputReconciliationEntityMapping -> OutputReconciliationMapping
OPERATION_LOG_MODEL_CONFIGURATION->OPTLOG_MODEL_CONFIGURATION
OUTPUT_INVOICE_SHIPMENT_HISTORY->OUTINV_SHIPMENT_HISTORY
OUTPUT_INVOICE_TRIGGER_SYNC_HIST->OUTINV_TRIGGER_SYNC_HIST
WORKFLOW_AUDIT_REPORT_LEVEL_ROLE->WF_AUDIT_REPORT_LEVEL_ROLE
WORKFLOW_AUDIT_REPORT_LEVEL_USER->WF_AUDIT_REPORT_LEVEL_USER
字段超长
InvoiceRuleSetting.
IsToSupportInvoiceOutForOtherOrgs ->IsInvoiceOutForOtherOrgs
InvoiceRuleSetting.
IsToSupportInvoiceOutForSelfOrgs -> IsInvoiceOutForSelfOrgs
OutputInvoiceEdited.
SubtotalforFinalPaymentSpecified -> SubforFinalPaymentSpecified
OutputInvoiceImported.
SubtotalforFinalPaymentSpecified -> SubforFinalPaymentSpecified
OutputReconciliationEntityMapping.
OutputReconciliationConfigurationID -> OutputReconciliationConfigID
ASSETS_LIST.
ACCOUNT_MONTH_DEPRECIATION_AMOUNT ->MONTH_DEPRECIATION_AMOUNT
ACCOUNT_TOTALEPRECIATION_AMOUNT -> TOTALEPRECIATION_AMOUNT
ACCOUNT_YEAR_DEPRECIATION_AMOUNT->AYEAR_DEPRECIATION_AMOUNT
INVOICE_RULE_SETTING.
IS_TO_APPLY_HEAD_COMPANY_SETTING->IS_APPLY_HEAD_COMPANY_SETTING
NORMAL_INVOICE_SPLIT_UPPER_LIMIT->NORMAL_SPLIT_UPPER_LIMIT
NORMAL_INVOICE_UPPER_LIMIT_AMOUNT->INVOICE_UPPER_LIMIT_AMOUNT
SPECIAL_INVOICE_SPLIT_UPPER_LIMIT -> SPECIAL_SPLIT_UPPER_LIMIT
SPECIAL_INVOICE_UPPER_LIMIT_AMOUNT->SPECIAL_UPPER_LIMIT_AMOUNT
INVOICE_RULE_SORT_SETTING.
DICTIONARY_INVOICE_SORT_FIELD_ID->DICT_INVOICE_SORT_FIELD_ID
OUTPUT_INVOICE_EDITED.
RESERVATION_TERMS_ACCEPTED_DATE->RESERVATION_ACCEPTED_DATE
OUTPUT_INVOICE_EDITED_REASON.
OUTPUT_INVOICE_UPDATE_REASON_ID->OUTINV_UPDATE_REASON_ID
OUTPUT_INVOICE_GD_ISSUED.
BUYER_ORGANIZATION_ENGLISH_NAME->BUYER_ORG_ENGLISH_NAME
OUTPUT_INVOICE_IMPORTED.
RESERVATION_TERMS_ACCEPTED_DATE->RESERVATION_ACCEPTED_DATE
OUTPUT_INVOICE_PRINTED_REASON.
OUTPUT_INVOICE_UPDATE_REASON_ID->OUTINV_UPDATE_REASON_ID
OUTPUT_RECONCILIATION_MAPPING.
OUTPUT_RECONCILIATION_CONFIG_ID->OUT_RECONCILIATION_CONFIG_ID
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment