Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-bpm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
鲁鑫
topsun-bpm
Commits
8e4aa1d1
Commit
8e4aa1d1
authored
Jun 21, 2024
by
鲁鑫
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
1553f578
ba29060e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
0 deletions
+53
-0
ProdApplyToSapVO.java
...u/topsun/sap/nonProdApply/domain/vo/ProdApplyToSapVO.java
+53
-0
No files found.
topsun/src/main/java/com/huigou/topsun/sap/nonProdApply/domain/vo/ProdApplyToSapVO.java
View file @
8e4aa1d1
...
...
@@ -4,6 +4,7 @@ import com.alibaba.fastjson.annotation.JSONField;
import
com.fasterxml.jackson.annotation.JsonProperty
;
import
lombok.Data
;
import
javax.persistence.Column
;
import
java.util.List
;
import
java.util.Map
;
...
...
@@ -747,6 +748,58 @@ public class ProdApplyToSapVO {
private
String
pstat
;
/**
* 规格
*/
@JsonProperty
(
"GROES"
)
private
String
groes
;
/**
* 消耗模式
*/
@JsonProperty
(
"VRMOD"
)
private
String
vrmod
;
/**
* 逆推消耗期间
*/
@JsonProperty
(
"VINT1"
)
private
String
vint1
;
/**
* 顺推消耗期间
*/
@JsonProperty
(
"VINT2"
)
private
String
vint2
;
/**
* 综合MRP
*/
@JsonProperty
(
"MISKZ"
)
private
String
miskz
;
//行业
@JsonProperty
(
"MBRSH"
)
private
String
mbrsh
;
//期间标识
@JsonProperty
(
"PERKZ"
)
private
String
perkz
;
//生产主管
@JsonProperty
(
"FEVOR"
)
private
String
fevor
;
//过期日期
@JsonProperty
(
"SLED_BBD"
)
private
String
sledBbd
;
//销售评估类
@JsonProperty
(
"EKLAS"
)
private
String
eklas
;
@JsonProperty
(
"TMARM"
)
private
List
<
Map
<
String
,
Object
>>
mapList
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment