Merge branch 'dev' of http://47.94.165.164:13000/geg-gas/geg-gas-pcitc into dev
This commit is contained in:
@ -5,6 +5,7 @@ import java.math.BigDecimal;
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.List;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.pictc.annotations.datalog.JoinCaseType;
|
||||
import com.pictc.annotations.datalog.JoinType;
|
||||
import com.pictc.annotations.datalog.LogField;
|
||||
@ -70,6 +71,7 @@ public class UpdateLngPngDemandDto implements Serializable {
|
||||
*/
|
||||
@LogField(name="计划日期",index=5)
|
||||
@ApiModelProperty("计划日期(次日计划为次日;当日计划为当日;同日、同客户、同销售合同交割点、同上载点、同供应商不能重复(仅检查最新版并去掉变更标识为删除的))")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
private LocalDateTime datePlan;
|
||||
|
||||
/**
|
||||
@ -266,16 +268,5 @@ public class UpdateLngPngDemandDto implements Serializable {
|
||||
caseType = JoinCaseType.FULL, target = UpdateLngPngDemandPurDto.class, type = JoinType.MANY)
|
||||
private List<UpdateLngPngDemandPurDto> lngPngDemandPurList;
|
||||
|
||||
/**
|
||||
* lngPngApproPur
|
||||
*/
|
||||
/**
|
||||
@ApiModelProperty("lngPngAppro子表")
|
||||
@LogJoin(name = "lngPngAppro子表",
|
||||
columns = {
|
||||
@LogJoinColumn(field = "demandId",relatedField = "id", valueDirection = ValueDirectionType.RIGHT)
|
||||
},
|
||||
caseType = JoinCaseType.FULL, target = UpdateLngPngApproPurDto.class, type = JoinType.MANY)
|
||||
private List<UpdateLngPngApproDto> lngPngApproList;
|
||||
**/
|
||||
|
||||
}
|
||||
|
||||
@ -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