重新生成
This commit is contained in:
@ -31,5 +31,25 @@ public class LngBPriceTermPageDto extends PageInput {
|
||||
*/
|
||||
@ApiModelProperty("有效标志(Y-有效,N-无效)")
|
||||
private String valid;
|
||||
/**
|
||||
* 助记码(FOB/DES/……)
|
||||
*/
|
||||
@ApiModelProperty("助记码(FOB/DES/……)")
|
||||
private String code;
|
||||
/**
|
||||
* 是否承担运费(Y-是,N-否)
|
||||
*/
|
||||
@ApiModelProperty("是否承担运费(Y-是,N-否)")
|
||||
private String freightSign;
|
||||
/**
|
||||
* 是否承担保险(Y-是,N-否)
|
||||
*/
|
||||
@ApiModelProperty("是否承担保险(Y-是,N-否)")
|
||||
private String insuranceSign;
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
@ApiModelProperty("备注")
|
||||
private String note;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user