日计划管理-客户需求

This commit is contained in:
2026-01-16 17:34:54 +08:00
parent db1e49ff51
commit 4b63caba3a
4 changed files with 165 additions and 13 deletions

View File

@ -12,6 +12,9 @@ import java.time.LocalDateTime;
import java.math.BigDecimal;
import java.util.List;
import com.xjrsoft.common.annotation.Trans;
import com.xjrsoft.common.enums.TransType;
/**
* @title: 表单出参
* @Author test01
@ -39,8 +42,9 @@ public class LngPngDemandPurVo extends com.xjrsoft.common.model.base.BaseModel{
* 供应商
*/
@ApiModelProperty("供应商")
@Trans(type = TransType.SUPPLIER, transToFieldName = "suName")
private String suCode;
private String suName;
/**
* 采购合同-主信息主键
@ -60,8 +64,9 @@ public class LngPngDemandPurVo extends com.xjrsoft.common.model.base.BaseModel{
* 上载点
*/
@ApiModelProperty("上载点")
@Trans(type = TransType.LNG_STATION, transToFieldName = "pointUpName")
private String pointUpCode;
private String pointUpName;
/**
* 自主托运(Y-是N-否)

View File

@ -4,6 +4,9 @@ import java.math.BigDecimal;
import java.time.LocalDateTime;
import java.util.List;
import com.xjrsoft.common.annotation.Trans;
import com.xjrsoft.common.enums.TransType;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.Getter;
@ -66,15 +69,17 @@ public class LngPngDemandVo extends com.xjrsoft.common.model.base.BaseModel{
* 客户编码
*/
@ApiModelProperty("客户编码")
@Trans(type = TransType.CUSTOMER, transToFieldName = "cuName")
private String cuCode;
private String cuName;
/**
* 交易主体编码(天然气公司/惠贸;只读从合同带)
*/
@ApiModelProperty("交易主体编码(天然气公司/惠贸;只读从合同带)")
@Trans(type = TransType.DEPT, transToFieldName = "comName")
private Long comId;
private String comName;
/**
* 合同-主信息主键(销售)(lng_contract)