当前位置: 首页 > news >正文

PW_Balance

目录

1、 PW_Balance 

1.1、 getDocumentsTypeID 

1.2、 getShouldAmount 

1.3、 setOptimalAmount 

1.4、 setRemark 

  1. PW_Balance

package com.gx.pojo;

public class PW_Balance {

 private Integer BalanceID;

 private Integer PaymentID;

 private Integer ReceptionID;

 private Integer DocumentsTypeID;

 private Double ShouldAmount;

 private Double OptimalAmount;

 private Double CollectionAmount;

 private String Remark;

 private Integer BalanceStateID;

 private String BusinessNum;

 public Integer getBalanceID() {

  return BalanceID;

 }

 public void setBalanceID(Integer balanceID) {

  BalanceID = balanceID;

 }

 public Integer getPaymentID() {

  return PaymentID;

 }

 public void setPaymentID(Integer paymentID) {

  PaymentID = paymentID;

 }

 public Integer getReceptionID() {

  return ReceptionID;

 }

 public void setReceptionID(Integer receptionID) {

  ReceptionID = receptionID;

 }

    1. getDocumentsTypeID

 public Integer getDocumentsTypeID() {

  return DocumentsTypeID;

 }

 public void setDocumentsTypeID(Integer documentsTypeID) {

  DocumentsTypeID = documentsTypeID;

 }

    1. getShouldAmount

 public Double getShouldAmount() {

  return ShouldAmount;

 }

 public void setShouldAmount(Double shouldAmount) {

  ShouldAmount = shouldAmount;

 }

 public Double getOptimalAmount() {

  return OptimalAmount;

 }

    1. setOptimalAmount

 public void setOptimalAmount(Double optimalAmount) {

  OptimalAmount = optimalAmount;

 }

 public Double getCollectionAmount() {

  return CollectionAmount;

 }

 public void setCollectionAmount(Double collectionAmount) {

  CollectionAmount = collectionAmount;

 }

 public String getRemark() {

  return Remark;

 }

    1. setRemark

 public void setRemark(String remark) {

  Remark = remark;

 }

 public Integer getBalanceStateID() {

  return BalanceStateID;

 }

 public void setBalanceStateID(Integer balanceStateID) {

  BalanceStateID = balanceStateID;

 }

 public String getBusinessNum() {

  return BusinessNum;

 }

 public void setBusinessNum(String businessNum) {

  BusinessNum = businessNum;

 }

}

http://www.lryc.cn/news/540707.html

相关文章:

  • 【Linux-网络】HTTP的清风与HTTPS的密语
  • 【前端框架】vue2和vue3的区别详细介绍
  • CMake管理依赖实战:多仓库的无缝集成
  • Touchgfx 编写下载算法文件(.stldr)
  • 回不去的乌托邦
  • 如何在 SpringBoot 项目使用 Redis 的 Pipeline 功能
  • Linux----线程
  • 实现rolabelimg对于dota格式文件的直接加载和保存
  • bboss v7.3.5来袭!新增异地灾备机制和Kerberos认证机制,助力企业数据安全
  • 华为昇腾服务器固件Firmware、驱动Drive、CANN各自的作用与联系?
  • MySQL 视图入门
  • 算法很美笔记(Java)——动态规划
  • C++ ——继承
  • LeetCode 热题 100 283. 移动零
  • 游戏引擎学习第116天
  • react(9)-redux
  • Linux内核实时机制7 - 实时改造机理 - 软中断优化下
  • 企业知识管理平台重构数字时代知识体系与智能服务网络
  • 大数据组件(四)快速入门实时数据湖存储系统Apache Paimon(3)
  • SVN把英文换中文
  • Ubuntu 的RabbitMQ安装
  • 基于WebRTC与AI大模型接入EasyRTC:打造轻量级、高实时、强互动的嵌入式音视频解决方案
  • QML 实现一个动态的启动界面
  • 智能预警系统标准化处理流程
  • Unity游戏制作中的C#基础(4)数组声明和使用
  • tailwindcss学习03
  • QML Component 与 Loader 结合动态加载组件
  • Visual studio 2022 将打开文件的方式由单击改为双击
  • 网络工程师 (49)UDP协议
  • 了解大数据