日计划管理-客户需求
This commit is contained in:
@ -83,6 +83,8 @@ public class LngPngDemandVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
@ApiModelProperty("合同-主信息主键(销售)(lng_contract)")
|
||||
private Long ksId;
|
||||
|
||||
private String kName;
|
||||
|
||||
|
||||
/**
|
||||
* 合同-国内销售-管道气-交割点主键(lng_contract_sales_png_point)
|
||||
@ -95,7 +97,9 @@ public class LngPngDemandVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
* 交割点编码
|
||||
*/
|
||||
@ApiModelProperty("交割点编码")
|
||||
@Trans(type = TransType.LNG_STATION, transToFieldName = "pointDelyName")
|
||||
private String pointDelyCode;
|
||||
private String pointDelyName;
|
||||
|
||||
|
||||
/**
|
||||
@ -214,8 +218,9 @@ public class LngPngDemandVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
* 审批状态(待提交/审批中/已审批/已驳回)
|
||||
*/
|
||||
@ApiModelProperty("审批状态(待提交/审批中/已审批/已驳回)")
|
||||
@Trans(type = TransType.DIC, id = "1990669393069129729", transToFieldName = "approName")
|
||||
private String approCode;
|
||||
|
||||
private String approName;
|
||||
|
||||
/**
|
||||
* 提交时间
|
||||
|
||||
Reference in New Issue
Block a user