日计划管道气销售结算
This commit is contained in:
@ -3,6 +3,9 @@ package com.xjrsoft.module.dayPlan.vo;
|
||||
import java.math.BigDecimal;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
import com.xjrsoft.common.annotation.Trans;
|
||||
import com.xjrsoft.common.enums.TransType;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
@ -30,24 +33,30 @@ public class LngPngSettlePurDtlVo extends com.xjrsoft.common.model.base.BaseMode
|
||||
|
||||
|
||||
/**
|
||||
* 价格类型(基础量/增量)
|
||||
*/
|
||||
@ApiModelProperty("价格类型(基础量/增量)")
|
||||
private String priceCode;
|
||||
|
||||
|
||||
/**
|
||||
* 优先级
|
||||
*/
|
||||
@ApiModelProperty("优先级")
|
||||
private Byte sort;
|
||||
|
||||
|
||||
/**
|
||||
* 主计量单位(从lng_png_settle_pur带)
|
||||
*/
|
||||
@ApiModelProperty("主计量单位(从lng_png_settle_pur带)")
|
||||
private String uomCode;
|
||||
* 价格类型(基础量/增量)
|
||||
*/
|
||||
@ApiModelProperty("价格类型(基础量/增量)")
|
||||
//@Trans(type = TransType.DIC, id = "2016806282214830081",transToFieldName = "priceName")
|
||||
private String priceCode;
|
||||
|
||||
private String priceName;
|
||||
|
||||
|
||||
/**
|
||||
* 优先级
|
||||
*/
|
||||
@ApiModelProperty("优先级")
|
||||
private Byte sort;
|
||||
|
||||
|
||||
/**
|
||||
* 主计量单位(从lng_png_settle_sales带)
|
||||
*/
|
||||
@ApiModelProperty("主计量单位(从lng_png_settle_sales带)")
|
||||
//@Trans(type = TransType.DIC, id = "2007987645607911425",transToFieldName = "uomName")
|
||||
private String uomCode;
|
||||
|
||||
private String uomName;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@ -279,5 +279,5 @@ public class LngPngSettlePurVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
@ApiModelProperty("lngPngSettlePurDtl子表")
|
||||
private List<LngPngSettlePurDtlVo> lngPngSettlePurDtlList;
|
||||
|
||||
|
||||
private String ksName;
|
||||
}
|
||||
|
||||
@ -3,6 +3,9 @@ package com.xjrsoft.module.dayPlan.vo;
|
||||
import java.math.BigDecimal;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
import com.xjrsoft.common.annotation.Trans;
|
||||
import com.xjrsoft.common.enums.TransType;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
@ -33,8 +36,11 @@ public class LngPngSettleSalesDtlVo extends com.xjrsoft.common.model.base.BaseMo
|
||||
* 价格类型(基础量/增量)
|
||||
*/
|
||||
@ApiModelProperty("价格类型(基础量/增量)")
|
||||
// @Trans(type = TransType.DIC, id = "2016806282214830081",transToFieldName = "priceName")
|
||||
private String priceCode;
|
||||
|
||||
private String priceName;
|
||||
|
||||
|
||||
/**
|
||||
* 优先级
|
||||
@ -47,8 +53,11 @@ public class LngPngSettleSalesDtlVo extends com.xjrsoft.common.model.base.BaseMo
|
||||
* 主计量单位(从lng_png_settle_sales带)
|
||||
*/
|
||||
@ApiModelProperty("主计量单位(从lng_png_settle_sales带)")
|
||||
// @Trans(type = TransType.DIC, id = "2007987645607911425",transToFieldName = "uomName")
|
||||
private String uomCode;
|
||||
|
||||
private String uomName;
|
||||
|
||||
|
||||
/**
|
||||
* 阶梯量(吉焦)
|
||||
|
||||
@ -242,6 +242,8 @@ public class LngPngSettleSalesVo extends com.xjrsoft.common.model.base.BaseModel
|
||||
*/
|
||||
@ApiModelProperty("lngPngSettleSalesDtl子表")
|
||||
private List<LngPngSettleSalesDtlVo> lngPngSettleSalesDtlList;
|
||||
|
||||
private String ksName;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user