币种转换
This commit is contained in:
@ -95,7 +95,7 @@ public class LngContractFactPageVo {
|
||||
* 币种编码
|
||||
*/
|
||||
@ApiModelProperty("币种编码")
|
||||
@Trans(type = TransType.API, id = "93d735dcb7364a0f8102188ec4d77ac7", transToFieldName = "curName")
|
||||
@Trans(type = TransType.CURRENCY, transToFieldName = "curName")
|
||||
private String curCode;
|
||||
private String curName;
|
||||
/**
|
||||
|
||||
@ -109,7 +109,9 @@ public class LngContractFactVo {
|
||||
* 币种编码
|
||||
*/
|
||||
@ApiModelProperty("币种编码")
|
||||
@Trans(type = TransType.CURRENCY, transToFieldName = "curName")
|
||||
private String curCode;
|
||||
private String curName;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@ -132,8 +132,9 @@ public class LngContractPurVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
* 币种
|
||||
*/
|
||||
@ApiModelProperty("币种")
|
||||
@Trans(type = TransType.CURRENCY, transToFieldName = "curName")
|
||||
private String curCode;
|
||||
|
||||
private String curName;
|
||||
|
||||
/**
|
||||
* 合同金额
|
||||
|
||||
@ -137,8 +137,9 @@ public class LngContractVo {
|
||||
* 币种
|
||||
*/
|
||||
@ApiModelProperty("币种")
|
||||
@Trans(type = TransType.CURRENCY, transToFieldName = "curName")
|
||||
private String curCode;
|
||||
|
||||
private String curName;
|
||||
|
||||
/**
|
||||
* 合同金额
|
||||
|
||||
Reference in New Issue
Block a user