Commit ded61099 authored by gary's avatar gary

1、fix

parent 8aba2ab1
package pwc.taxtech.atms.analysis.dao;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
import pwc.taxtech.atms.MyAnalysisMapper;
import pwc.taxtech.atms.analysis.entity.AnalysisTaxReturnEnd;
import pwc.taxtech.atms.analysis.entity.AnalysisTaxReturnEndExample;
@Mapper
public interface AnalysisTaxReturnEndMapper extends MyAnalysisMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
long countByExample(AnalysisTaxReturnEndExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
int deleteByExample(AnalysisTaxReturnEndExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
int deleteByPrimaryKey(Long id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
int insert(AnalysisTaxReturnEnd record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
int insertSelective(AnalysisTaxReturnEnd record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
List<AnalysisTaxReturnEnd> selectByExampleWithRowbounds(AnalysisTaxReturnEndExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
List<AnalysisTaxReturnEnd> selectByExample(AnalysisTaxReturnEndExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
AnalysisTaxReturnEnd selectByPrimaryKey(Long id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
int updateByExampleSelective(@Param("record") AnalysisTaxReturnEnd record, @Param("example") AnalysisTaxReturnEndExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
int updateByExample(@Param("record") AnalysisTaxReturnEnd record, @Param("example") AnalysisTaxReturnEndExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
int updateByPrimaryKeySelective(AnalysisTaxReturnEnd record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table analysis_tax_return_end
*
* @mbg.generated
*/
int updateByPrimaryKey(AnalysisTaxReturnEnd record);
}
\ No newline at end of file
...@@ -1505,12 +1505,14 @@ ...@@ -1505,12 +1505,14 @@
"Alternate2Description": "Alternate 2 Description", "Alternate2Description": "Alternate 2 Description",
"YYYY-MM": "YYYY-MM", "YYYY-MM": "YYYY-MM",
"profitLoss": "Profit Statement", "profitLoss": "Profit Statement",
"profitLossPRC": "Profit Statement PRC",
"ProfitLossTitle": "Profit Statement", "ProfitLossTitle": "Profit Statement",
"CurrentPeriodAmount": "Current Period Amount", "CurrentPeriodAmount": "Current Period Amount",
"ThisYearAccumulatedAmount": "This Year Accumulated Amount", "ThisYearAccumulatedAmount": "This Year Accumulated Amount",
"quarterlyOwnersEquityChangeTable": "Quarterly Owners Equity Change Table", "quarterlyOwnersEquityChangeTable": "Quarterly Owners Equity Change Table",
"directMethodCashFlowStatement": "Direct Method Cash Flow Statement", "directMethodCashFlowStatement": "Direct Method Cash Flow Statement",
"offBalanceSheet": "Balance Sheet", "offBalanceSheet": "Balance Sheet",
"offBalanceSheetPRC": "Balance Sheet PRC",
"OffBalanceSheetTitle": "Balance sheet", "OffBalanceSheetTitle": "Balance sheet",
"InitialBalance": "Beginning Balance", "InitialBalance": "Beginning Balance",
"journal": "Journal Entry", "journal": "Journal Entry",
......
...@@ -1989,6 +1989,7 @@ ...@@ -1989,6 +1989,7 @@
"YYYY-MM": "YYYY-MM", "YYYY-MM": "YYYY-MM",
"profitLoss": "利润表", "profitLoss": "利润表",
"profitLossPRC": "利润表PRC",
"ProfitLossTitle": "利润表", "ProfitLossTitle": "利润表",
"CurrentPeriodAmount": "本期发生额", "CurrentPeriodAmount": "本期发生额",
"ThisYearAccumulatedAmount": "本年累计", "ThisYearAccumulatedAmount": "本年累计",
...@@ -2000,6 +2001,8 @@ ...@@ -2000,6 +2001,8 @@
"DirectMethodCashFlowStatementTitle": "直接法现金流量表", "DirectMethodCashFlowStatementTitle": "直接法现金流量表",
"offBalanceSheet" : "资产负债表", "offBalanceSheet" : "资产负债表",
"offBalanceSheetPRC": "资产负债表PRC",
"OffBalanceSheetTitle" : "资产负债表", "OffBalanceSheetTitle" : "资产负债表",
"InitialBalance" : "年初余额", "InitialBalance" : "年初余额",
......
...@@ -30,7 +30,7 @@ function ($scope, $log, $translate, $location, loginContext, enums, vatSessionSe ...@@ -30,7 +30,7 @@ function ($scope, $log, $translate, $location, loginContext, enums, vatSessionSe
}, },
{ {
name: 'offBalanceSheet', permission: constant.vatPermission.dataPreview.offBalanceSheet.queryCode, name: 'offBalanceSheet', permission: constant.vatPermission.dataPreview.offBalanceSheet.queryCode,
text: $translate.instant('offBalanceSheetPRC'), icon: 'fa fa-file-text-o', show: true text: $translate.inunreturned-taxstant('offBalanceSheetPRC'), icon: 'fa fa-file-text-o', show: true
}, },
{ {
name: 'journal', permission: constant.vatPermission.dataPreview.journal.queryCode, name: 'journal', permission: constant.vatPermission.dataPreview.journal.queryCode,
......
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