| Package | Description |
|---|---|
| org.yiwan.seiya.tower.goods.model |
| Modifier and Type | Method and Description |
|---|---|
static TaxNumberRecord.TaxPreEnum |
TaxNumberRecord.TaxPreEnum.fromValue(String text) |
@NotNull TaxNumberRecord.TaxPreEnum |
TaxNumberRecord.getTaxPre()
是否享受优惠政策
|
static TaxNumberRecord.TaxPreEnum |
TaxNumberRecord.TaxPreEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxNumberRecord.TaxPreEnum[] |
TaxNumberRecord.TaxPreEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaxNumberRecord.setTaxPre(TaxNumberRecord.TaxPreEnum taxPre) |
TaxNumberRecord |
TaxNumberRecord.withTaxPre(TaxNumberRecord.TaxPreEnum taxPre) |
Copyright © 2019. All rights reserved.