@@ -16,11 +16,7 @@
<!-- 通用查询结果列 -->
<sql id="Base_Column_List">
- id,
- created,
- modified,
- deleted,
- fix_value, rights_type, calculate_type, method
+ id,fix_value, rights_type, calculate_type, method,rolling_level,sell_money,sell_money_base,sell_money_rate
</sql>
<delete id="realDelete" parameterType="java.lang.Long">
@@ -148,4 +148,6 @@ public interface Constants {
String PERSONAL_IMM_STATEMENT ="classpath:docs/personal/immovable_statement.docx";
String PERSONAL_IMM_TECHNIC ="classpath:docs/personal/immovable_technic_report.docx";
+
+ String PERSONAL_IMM_FINAL ="classpath:docs/personal/immovable_final_report.docx";
}
@@ -37,5 +37,11 @@ public class CompareExampleVO {
private Integer rollingLevel;
+ private BigDecimal sellMoney;
+ private BigDecimal sellMoneyBase;
+ private BigDecimal sellMoneyRate;