Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
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
platform
hg-smart
Commits
23e40119
Commit
23e40119
authored
May 17, 2024
by
wuwenlong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生成生产计划dev;
parent
cb38f304
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
66 additions
and
12 deletions
+66
-12
HGPZTools.java
src/main/java/com/baosight/hggp/hg/pz/tools/HGPZTools.java
+20
-4
HGSC005.java
src/main/java/com/baosight/hggp/hg/sc/domain/HGSC005.java
+8
-8
HGSC005A.java
src/main/java/com/baosight/hggp/hg/sc/domain/HGSC005A.java
+38
-0
HGSCTools.java
src/main/java/com/baosight/hggp/hg/sc/tools/HGSCTools.java
+0
-0
No files found.
src/main/java/com/baosight/hggp/hg/pz/tools/HGPZTools.java
View file @
23e40119
...
...
@@ -6,10 +6,9 @@ import com.baosight.hggp.core.dao.DaoBase;
import
com.baosight.hggp.core.dao.DaoUtils
;
import
com.baosight.hggp.core.enums.ValidFlagEnum
;
import
com.baosight.hggp.hg.constant.HGConstant
;
import
com.baosight.hggp.hg.pz.domain.HGPZ004
;
import
com.baosight.hggp.hg.pz.domain.HGPZ005
;
import
com.baosight.hggp.hg.pz.domain.HGPZ007
;
import
com.baosight.hggp.hg.pz.domain.HGPZ009
;
import
com.baosight.hggp.hg.pz.domain.*
;
import
com.baosight.hggp.hg.sc.domain.HGSC001A
;
import
com.baosight.hggp.hg.sc.domain.HGSC005A
;
import
com.baosight.hggp.hg.sj.domain.HGSJ003
;
import
com.baosight.hggp.util.*
;
import
com.baosight.iplat4j.common.ed.domain.TEDCM01
;
...
...
@@ -391,4 +390,21 @@ public class HGPZTools {
}
}
}
public
static
class
HgPz005A
{
/**
* 通过存货编码查询存货工序*
* @param inventCode
* @return
*/
public
static
List
<
HGPZ005A
>
queryByInventCode
(
String
inventCode
){
AssertUtils
.
isEmpty
(
inventCode
,
"存货编码不能为空!"
);
Map
paramMap
=
new
HashMap
();
paramMap
.
put
(
HGPZ005A
.
FIELD_INVENT_CODE
,
inventCode
);
List
<
HGPZ005A
>
results
=
DaoBase
.
getInstance
().
query
(
HGPZ005A
.
QUERY
,
paramMap
);
return
CollectionUtils
.
isEmpty
(
results
)
?
null
:
results
;
}
}
}
src/main/java/com/baosight/hggp/hg/sc/domain/HGSC005.java
View file @
23e40119
...
...
@@ -89,7 +89,7 @@ public class HGSC005 extends DaoEPBase {
private
String
updatedName
=
" "
;
/* 修改人名称*/
private
String
updatedTime
=
" "
;
/* 更新时间*/
private
List
<
HGSC005A
>
hgsc005AList
;
//
private List<HGSC005A> hgsc005AList;
/**
* initialize the metadata.
...
...
@@ -482,13 +482,13 @@ public class HGSC005 extends DaoEPBase {
this
.
updatedTime
=
updatedTime
;
}
public
List
<
HGSC005A
>
getHgsc005AList
()
{
return
hgsc005AList
;
}
public
void
setHgsc005AList
(
List
<
HGSC005A
>
hgsc005AList
)
{
this
.
hgsc005AList
=
hgsc005AList
;
}
//
public List<HGSC005A> getHgsc005AList() {
//
return hgsc005AList;
//
}
//
//
public void setHgsc005AList(List<HGSC005A> hgsc005AList) {
//
this.hgsc005AList = hgsc005AList;
//
}
/**
* get the value from Map.
...
...
src/main/java/com/baosight/hggp/hg/sc/domain/HGSC005A.java
View file @
23e40119
...
...
@@ -32,6 +32,7 @@ public class HGSC005A extends DaoEPBase {
public
static
final
String
FIELD_proj_code
=
"projCode"
;
/* 项目编码*/
public
static
final
String
FIELD_proj_name
=
"projName"
;
/* 项目名称*/
public
static
final
String
FIELD_plan_code
=
"planCode"
;
/* 计划编码*/
public
static
final
String
FIELD_product_type
=
"productType"
;
/* 产品类型*/
public
static
final
String
FIELD_product_code
=
"productCode"
;
/* 产品编号*/
public
static
final
String
FIELD_product_name
=
"productName"
;
/* 产品名称*/
public
static
final
String
FIELD_finish_date
=
"finishDate"
;
/* 完工日期*/
...
...
@@ -83,8 +84,11 @@ public class HGSC005A extends DaoEPBase {
private
Long
id
=
new
Long
(
0
);
private
Long
matId
=
new
Long
(
0
);
/* 物料清单ID*/
private
Long
matDetailId
=
new
Long
(
0
);
/* 物料清单明细ID*/
private
Long
techFlowId
=
new
Long
(
0
);
/* 工艺流程ID*/
private
Long
processId
=
new
Long
(
0
);
/* 工序ID*/
private
String
processName
=
" "
;
/* 工序名称*/
private
String
companyCode
=
" "
;
/* 公司编码*/
private
String
companyName
=
" "
;
/* 公司名称*/
private
String
depCode
=
" "
;
/* 部门编码*/
...
...
@@ -92,6 +96,7 @@ public class HGSC005A extends DaoEPBase {
private
String
projCode
=
" "
;
/* 项目编码*/
private
String
projName
=
" "
;
/* 项目名称*/
private
String
planCode
=
" "
;
/* 计划编码*/
private
Integer
productType
=
new
Integer
(
0
);
/* 产品类型*/
private
String
productCode
=
" "
;
/* 产品编号*/
private
String
productName
=
" "
;
/* 产品名称*/
private
String
finishDate
=
" "
;
/* 完工日期*/
...
...
@@ -393,6 +398,14 @@ public class HGSC005A extends DaoEPBase {
return
this
.
productCode
;
}
public
Integer
getProductType
()
{
return
productType
;
}
public
void
setProductType
(
Integer
productType
)
{
this
.
productType
=
productType
;
}
/**
* set the productCode - 产品编号.
*
...
...
@@ -625,6 +638,31 @@ public class HGSC005A extends DaoEPBase {
public
void
setUpdatedTime
(
String
updatedTime
)
{
this
.
updatedTime
=
updatedTime
;
}
public
Long
getMatId
()
{
return
matId
;
}
public
void
setMatId
(
Long
matId
)
{
this
.
matId
=
matId
;
}
public
Long
getProcessId
()
{
return
processId
;
}
public
void
setProcessId
(
Long
processId
)
{
this
.
processId
=
processId
;
}
public
String
getProcessName
()
{
return
processName
;
}
public
void
setProcessName
(
String
processName
)
{
this
.
processName
=
processName
;
}
/**
* get the value from Map.
*
...
...
src/main/java/com/baosight/hggp/hg/sc/tools/HGSCTools.java
View file @
23e40119
This diff is collapsed.
Click to expand it.
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