public class Cash extends Object
| 构造器和说明 |
|---|
Cash() |
| 限定符和类型 | 方法和说明 |
|---|---|
BaseInfo |
getBase_info() |
Double |
getLeast_cost() |
Double |
getReduce_cost() |
void |
setBase_info(BaseInfo base_info) |
void |
setLeast_cost(Double least_cost) |
void |
setReduce_cost(Double reduce_cost) |
public BaseInfo getBase_info()
public void setBase_info(BaseInfo base_info)
public Double getLeast_cost()
public void setLeast_cost(Double least_cost)
public Double getReduce_cost()
public void setReduce_cost(Double reduce_cost)
Copyright © 2022. All rights reserved.