Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@ -64,4 +64,8 @@ public class UpdateLngContractSalesPngDto extends BaseModel implements Serializa
|
||||
@LogField(name="备注",index=5)
|
||||
@ApiModelProperty("备注")
|
||||
private String note;
|
||||
|
||||
@LogField(name="长协/现货/年度合同",index=6)
|
||||
@ApiModelProperty("长协/现货/年度合同")
|
||||
private String longSpotCode;
|
||||
}
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
package com.xjrsoft.module.contract.vo;
|
||||
|
||||
import com.xjrsoft.common.annotation.Trans;
|
||||
import com.xjrsoft.common.enums.TransType;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
@ -60,6 +62,14 @@ public class LngContractSalesPngVo {
|
||||
*/
|
||||
@ApiModelProperty("备注")
|
||||
private String note;
|
||||
|
||||
|
||||
/**
|
||||
* 长协/现货/年度合同(长协/现货/年度……)
|
||||
*/
|
||||
@Trans(type = TransType.DIC, id = "1980562721538633730",transToFieldName = "longSpotName")
|
||||
private String longSpotCode;
|
||||
private String longSpotName;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user