日计划管理-客户需求
This commit is contained in:
@ -1,22 +1,13 @@
|
||||
package com.xjrsoft.module.dayPlan.dto;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import com.pictc.annotations.datalog.LogField;
|
||||
import com.pictc.annotations.datalog.LogTable;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import java.io.Serializable;
|
||||
|
||||
import java.time.LocalTime;
|
||||
import java.time.LocalDateTime;
|
||||
import java.math.BigDecimal;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import java.util.List;
|
||||
|
||||
import com.pictc.annotations.datalog.LogTable;
|
||||
import com.pictc.annotations.datalog.LogField;
|
||||
import com.pictc.annotations.datalog.LogJoin;
|
||||
import com.pictc.annotations.datalog.LogJoinColumn;
|
||||
import com.pictc.annotations.datalog.JoinCaseType;
|
||||
import com.pictc.annotations.datalog.JoinType;
|
||||
import com.pictc.annotations.datalog.ValueDirectionType;
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1,20 +1,14 @@
|
||||
package com.xjrsoft.module.dayPlan.vo;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import lombok.ToString;
|
||||
import lombok.experimental.Accessors;
|
||||
|
||||
import java.time.LocalTime;
|
||||
import java.time.LocalDateTime;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
import com.xjrsoft.common.annotation.Trans;
|
||||
import com.xjrsoft.common.enums.TransType;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @title: 表单出参
|
||||
* @Author test01
|
||||
@ -42,7 +36,7 @@ public class LngPngDemandPurVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
* 供应商
|
||||
*/
|
||||
@ApiModelProperty("供应商")
|
||||
@Trans(type = TransType.SUPPLIER, transToFieldName = "suName")
|
||||
//@Trans(type = TransType.SUPPLIER, transToFieldName = "suName")
|
||||
private String suCode;
|
||||
private String suName;
|
||||
|
||||
@ -64,7 +58,7 @@ public class LngPngDemandPurVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
* 上载点
|
||||
*/
|
||||
@ApiModelProperty("上载点")
|
||||
@Trans(type = TransType.LNG_STATION, transToFieldName = "pointUpName")
|
||||
//@Trans(type = TransType.LNG_STATION, transToFieldName = "pointUpName")
|
||||
private String pointUpCode;
|
||||
private String pointUpName;
|
||||
|
||||
|
||||
@ -65,7 +65,7 @@ public class LngPngDemandVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
* 客户编码
|
||||
*/
|
||||
@ApiModelProperty("客户编码")
|
||||
@Trans(type = TransType.CUSTOMER, transToFieldName = "cuName")
|
||||
// @Trans(type = TransType.CUSTOMER, transToFieldName = "cuName")
|
||||
private String cuCode;
|
||||
private String cuName;
|
||||
|
||||
@ -73,7 +73,7 @@ public class LngPngDemandVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
* 交易主体编码(天然气公司/惠贸;只读从合同带)
|
||||
*/
|
||||
@ApiModelProperty("交易主体编码(天然气公司/惠贸;只读从合同带)")
|
||||
@Trans(type = TransType.DEPT, transToFieldName = "comName")
|
||||
// @Trans(type = TransType.DEPT, transToFieldName = "comName")
|
||||
private Long comId;
|
||||
private String comName;
|
||||
|
||||
@ -97,7 +97,7 @@ public class LngPngDemandVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
* 交割点编码
|
||||
*/
|
||||
@ApiModelProperty("交割点编码")
|
||||
@Trans(type = TransType.LNG_STATION, transToFieldName = "pointDelyName")
|
||||
//@Trans(type = TransType.LNG_STATION, transToFieldName = "pointDelyName")
|
||||
private String pointDelyCode;
|
||||
private String pointDelyName;
|
||||
|
||||
@ -218,7 +218,7 @@ public class LngPngDemandVo extends com.xjrsoft.common.model.base.BaseModel{
|
||||
* 审批状态(待提交/审批中/已审批/已驳回)
|
||||
*/
|
||||
@ApiModelProperty("审批状态(待提交/审批中/已审批/已驳回)")
|
||||
@Trans(type = TransType.DIC, id = "1990669393069129729", transToFieldName = "approName")
|
||||
//@Trans(type = TransType.DIC, id = "1990669393069129729", transToFieldName = "approName")
|
||||
private String approCode;
|
||||
private String approName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user