日计划管道气采购结算
This commit is contained in:
@ -91,7 +91,7 @@ public class LngPngSettlePurVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
*/
|
||||
@ApiModelProperty("供应商(从lng_png_sales_pur带)")
|
||||
private String suCode;
|
||||
|
||||
private String suName;
|
||||
|
||||
/**
|
||||
* 合同主键(从lng_png_sales_pur带)
|
||||
@ -99,6 +99,8 @@ public class LngPngSettlePurVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
@ApiModelProperty("合同主键(从lng_png_sales_pur带)")
|
||||
private Long kpId;
|
||||
|
||||
private String kpName;
|
||||
|
||||
|
||||
/**
|
||||
* 合同-国内采购-管道气-上载点主键(从lng_png_sales_pur带)
|
||||
@ -111,9 +113,9 @@ public class LngPngSettlePurVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
* 上载点(从lng_png_sales_pur带)
|
||||
*/
|
||||
@ApiModelProperty("上载点(从lng_png_sales_pur带)")
|
||||
@Trans(type = TransType.LNG_STATION, transToFieldName = "pointDelyName")
|
||||
//@Trans(type = TransType.LNG_STATION, transToFieldName = "pointUpName")
|
||||
private String pointUpCode;
|
||||
private String pointDelyName;
|
||||
private String pointUpName;
|
||||
|
||||
/**
|
||||
* 主计量单位(从lng_png_sales_pur带)
|
||||
@ -125,9 +127,9 @@ public class LngPngSettlePurVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
* 客户(从lng_png_sales带)
|
||||
*/
|
||||
@ApiModelProperty("客户(从lng_png_sales带)")
|
||||
@Trans(type = TransType.CUSTOMER, transToFieldName = "cuName")
|
||||
//@Trans(type = TransType.CUSTOMER, transToFieldName = "cuName")
|
||||
private String cuCode;
|
||||
private String cuName;
|
||||
private String cuSname;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user