国内LNG销售,日计划管道气销售结算生成代码

This commit is contained in:
2026-02-03 17:58:59 +08:00
parent 82c3d7405c
commit 4393948065
23 changed files with 2494 additions and 4 deletions

View File

@ -88,6 +88,7 @@ public class LngContractFactRelVo extends com.xjrsoft.common.model.base.BaseMode
*/
@ApiModelProperty("部门id")
private Long deptId;
/**
@ -146,6 +147,20 @@ public class LngContractFactRelVo extends com.xjrsoft.common.model.base.BaseMode
*/
@ApiModelProperty("联系电话")
private String tel;
/**
* 业务部门ID
*/
@ApiModelProperty("业务部门ID")
@Trans(type = TransType.DEPT, transToFieldName = "bDeptName")
private Long bDeptId;
/**
* 业务部门名称
*/
@ApiModelProperty("业务部门名称")
private String bDeptName;
/**
* lngFileUpload