Merge branch 'dev' of http://47.94.165.164:13000/geg-gas/geg-gas-pcitc into dev
This commit is contained in:
@ -96,7 +96,7 @@ public class LngContractFactPageVo extends BaseModel {
|
||||
* 币种编码
|
||||
*/
|
||||
@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