Currency
Query t_Currency entities in Kingdee.
Columns
Name | Type | Description |
UUID [KEY] | String | Unique identifier of the record. |
Number | String | Mapping to field t_Currency.FNumber |
Name | String | Mapping to field t_Currency.FName |
ExchangeRate | Double | Mapping to field t_Currency.FExchangeRate |
Operator | String | Mapping to field t_Currency.FOperator |
Scale | Long | Mapping to field t_Currency.FScale |
IsFixRate | Boolean | Mapping to field t_Currency.FFixRate |