AbstractConsume

abstract class AbstractConsume : Comparable<T>

核销抽象类

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Functions

Link copied to clipboard
open fun canResume(): Boolean
Link copied to clipboard
Link copied to clipboard
abstract fun getConsumeState(): Integer
获取核销状态
Link copied to clipboard
abstract fun getRestCnt(): BigDecimal
获取余量
Link copied to clipboard
abstract fun getSort(): Comparable
获取排序字段
Link copied to clipboard
abstract fun setConsumeState(consumeState: Integer)
设置核销状态
Link copied to clipboard
abstract fun setRestCnt(restCnt: BigDecimal)
设置核销后余量