This commit is contained in:
张秉卓
2026-01-16 12:25:06 +08:00
13 changed files with 175 additions and 54 deletions

View File

@ -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;
/**

View File

@ -109,7 +109,9 @@ public class LngContractFactVo {
* 币种编码
*/
@ApiModelProperty("币种编码")
@Trans(type = TransType.CURRENCY, transToFieldName = "curName")
private String curCode;
private String curName;
/**

View File

@ -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;
/**
* 合同金额

View File

@ -137,8 +137,9 @@ public class LngContractVo {
* 币种
*/
@ApiModelProperty("币种")
@Trans(type = TransType.CURRENCY, transToFieldName = "curName")
private String curCode;
private String curName;
/**
* 合同金额