BalanceSheetPrcQueryDto.java 7.57 KB
Newer Older
Ken you's avatar
Ken you committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
package pwc.taxtech.atms.dto.ebsdto;

import java.math.BigDecimal;

public class BalanceSheetPrcQueryDto {

    /**
     * Database Column Remarks:
     * 数据日期
     * <p>
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column balance_sheet.date
     *
     * @mbg.generated
     */
16
    private String date;
Ken you's avatar
Ken you committed
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37

    /**
     * Database Column Remarks:
     * 来源 GL
     * <p>
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column balance_sheet.source
     *
     * @mbg.generated
     */
    private String source;

    /**
     * Database Column Remarks:
     * 期间 yyyymm
     * <p>
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column balance_sheet.period
     *
     * @mbg.generated
     */
Ken you's avatar
Ken you committed
38
    private String period;
Ken you's avatar
Ken you committed
39 40 41 42 43 44 45 46 47 48

    /**
     * Database Column Remarks:
     * 关账标识 Y/N
     * <p>
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column balance_sheet.status
     *
     * @mbg.generated
     */
Ken you's avatar
Ken you committed
49
    private String status;
Ken you's avatar
Ken you committed
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160

    /**
     * Database Column Remarks:
     * 账套ID
     * <p>
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column balance_sheet.ledger_id
     *
     * @mbg.generated
     */
    private String ledgerId;

    /**
     * Database Column Remarks:
     * 账套名称
     * <p>
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column balance_sheet.ledger_name
     *
     * @mbg.generated
     */
    private String ledgerName;

    /**
     * Database Column Remarks:
     * 账套币种
     * <p>
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column balance_sheet.ledger_currency_code
     *
     * @mbg.generated
     */
    private String ledgerCurrencyCode;

    /**
     * Database Column Remarks:
     * 机构编码
     * <p>
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column balance_sheet.entity_code
     *
     * @mbg.generated
     */
    private String entityCode;

    /**
     * Database Column Remarks:
     * 机构名称
     * <p>
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column balance_sheet.entity_name
     *
     * @mbg.generated
     */
    private String entityName;

    /**
     * Database Column Remarks:
     * 主体性质 单体/合并
     * <p>
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column balance_sheet.category
     *
     * @mbg.generated
     */
    private String category;

    /**
     * Database Column Remarks:
     * 频度 固定值M,仅期间(月度含13期)报表数据
     * <p>
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column balance_sheet.frequency
     *
     * @mbg.generated
     */
    private String frequency;

    /**
     * Database Column Remarks:
     * 项目名称
     * <p>
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column balance_sheet.item_name
     *
     * @mbg.generated
     */
    private String itemName;

    /**
     * Database Column Remarks:
     * 期末余额
     * <p>
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column balance_sheet.end_bal
     *
     * @mbg.generated
     */
    private BigDecimal endBal;

    /**
     * Database Column Remarks:
     * 年初余额
     * <p>
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column balance_sheet.beg_bal
     *
     * @mbg.generated
     */
    private BigDecimal begBal;

Ken you's avatar
Ken you committed
161 162 163 164 165 166 167 168 169 170 171
    /**
     * Database Column Remarks:
     *   同步用于标记不同分页的数据,避免重复删除
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cash_flow.task_id
     *
     * @mbg.generated
     */
    private String taskId;

172 173
    public String getDate() {
        return date;
Ken you's avatar
Ken you committed
174 175
    }

176 177
    public void setDate(String date) {
        this.date = date;
Ken you's avatar
Ken you committed
178 179
    }

Ken you's avatar
Ken you committed
180 181 182 183 184
    public String getSource() {
        return source;
    }

    public void setSource(String source) {
Ken you's avatar
Ken you committed
185
        this.source = source;
Ken you's avatar
Ken you committed
186 187
    }

Ken you's avatar
Ken you committed
188
    public String getPeriod() {
Ken you's avatar
Ken you committed
189 190 191
        return period;
    }

Ken you's avatar
Ken you committed
192
    public void setPeriod(String period) {
Ken you's avatar
Ken you committed
193 194 195
        this.period = period;
    }

Ken you's avatar
Ken you committed
196
    public String getStatus() {
Ken you's avatar
Ken you committed
197 198 199
        return status;
    }

Ken you's avatar
Ken you committed
200
    public void setStatus(String status) {
Ken you's avatar
Ken you committed
201
        this.status = status;
Ken you's avatar
Ken you committed
202 203 204 205 206 207 208
    }

    public String getLedgerId() {
        return ledgerId;
    }

    public void setLedgerId(String ledgerId) {
Ken you's avatar
Ken you committed
209
        this.ledgerId = ledgerId;
Ken you's avatar
Ken you committed
210 211 212 213 214 215 216
    }

    public String getLedgerName() {
        return ledgerName;
    }

    public void setLedgerName(String ledgerName) {
Ken you's avatar
Ken you committed
217
        this.ledgerName = ledgerName;
Ken you's avatar
Ken you committed
218 219 220 221 222 223 224
    }

    public String getLedgerCurrencyCode() {
        return ledgerCurrencyCode;
    }

    public void setLedgerCurrencyCode(String ledgerCurrencyCode) {
Ken you's avatar
Ken you committed
225
        this.ledgerCurrencyCode = ledgerCurrencyCode;
Ken you's avatar
Ken you committed
226 227 228 229 230 231 232
    }

    public String getEntityCode() {
        return entityCode;
    }

    public void setEntityCode(String entityCode) {
Ken you's avatar
Ken you committed
233
        this.entityCode = entityCode;
Ken you's avatar
Ken you committed
234 235 236 237 238 239 240
    }

    public String getEntityName() {
        return entityName;
    }

    public void setEntityName(String entityName) {
Ken you's avatar
Ken you committed
241
        this.entityName = entityName;
Ken you's avatar
Ken you committed
242 243 244 245 246 247 248
    }

    public String getCategory() {
        return category;
    }

    public void setCategory(String category) {
Ken you's avatar
Ken you committed
249
        this.category = category;
Ken you's avatar
Ken you committed
250 251 252 253 254 255 256
    }

    public String getFrequency() {
        return frequency;
    }

    public void setFrequency(String frequency) {
Ken you's avatar
Ken you committed
257
        this.frequency = frequency;
Ken you's avatar
Ken you committed
258 259 260 261 262 263 264
    }

    public String getItemName() {
        return itemName;
    }

    public void setItemName(String itemName) {
Ken you's avatar
Ken you committed
265
        this.itemName = itemName;
Ken you's avatar
Ken you committed
266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282
    }

    public BigDecimal getEndBal() {
        return endBal;
    }

    public void setEndBal(BigDecimal endBal) {
        this.endBal = endBal;
    }

    public BigDecimal getBegBal() {
        return begBal;
    }

    public void setBegBal(BigDecimal begBal) {
        this.begBal = begBal;
    }
283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311

    public String getTaskId() {
        return taskId;
    }

    public void setTaskId(String taskId) {
        this.taskId = taskId;
    }

    @Override
    public String toString() {
        return "BalanceSheetPrcQueryDto{" +
                "date='" + date + '\'' +
                ", source='" + source + '\'' +
                ", period='" + period + '\'' +
                ", status='" + status + '\'' +
                ", ledgerId='" + ledgerId + '\'' +
                ", ledgerName='" + ledgerName + '\'' +
                ", ledgerCurrencyCode='" + ledgerCurrencyCode + '\'' +
                ", entityCode='" + entityCode + '\'' +
                ", entityName='" + entityName + '\'' +
                ", category='" + category + '\'' +
                ", frequency='" + frequency + '\'' +
                ", itemName='" + itemName + '\'' +
                ", endBal=" + endBal +
                ", begBal=" + begBal +
                ", taskId='" + taskId + '\'' +
                '}';
    }
Ken you's avatar
Ken you committed
312
}